-
Notifications
You must be signed in to change notification settings - Fork 241
Import and Export capabilities
Olivier edited this page Nov 7, 2017
·
9 revisions
Manuskript relies a lot on pandoc to export projects. Install pandoc for more export document formats such as ePub, OpenDocument (LibreOffice), and DocX (MS Word). See the whole list below.
As of now, manuskript, can import and export in the following formats:
Format | Import | Notes | Export | Notes |
---|---|---|---|---|
Plain text | ❌ | ✅ | Internal & Pandoc | |
Markdown | ✅ | WIP (#200) | ✅ | Internal & Pandoc |
LaTeX | ✅ | WIP (#200) | ✅ | Pandoc |
HTML | ✅ | WIP (#200) | ✅ | Internal [1] &Pandoc |
ePub | ✅ | WIP (#200) | ✅ | Pandoc |
OpenDocument | ✅ | WIP (#200) | ✅ | Pandoc |
DocX | ✅ | WIP (#200) | ✅ | Pandoc |
❌ | ✅ | Pandoc & LaTeX | ||
reST | ✅ | WIP (#200) | ✅ | Pandoc |
OPML | ✅ | WIP (#200) | ✅ | Pandoc |
Fountain | ❌ | What would import look like? | ❌ | How to export, and to what? |
[1]: Available if python3-markdown
installed.
Import:
- It's theoretically possible to import all of the above using pandoc. This will probably be supported in manuskript 0.6.0.
- Other formats possibly imported through pandoc:
commonmark
,docbook
,haddock
,json
,mediawiki
,org
,t2t
,textile
,twiki
Export:
- Other formats easily exported through pandoc:
asciidoc
,beamer
,commonmark
,context
,docbook
,docbook5
,dokuwiki
,dzslides
,fb2
,haddock
,icml
,json
,man
,mediawiki
,native
,org
,plain
,revealjs
,rtf
,s5
,slideous
,slidy
,tei
,texinfo
,textile
,zimwiki
Highlighting formats only on the surface, it only helps to write, but is not saved in the document. Right now, manuskript supports only markdown highlighter.
Format | Highlighter | Notes |
---|---|---|
Plain text | ❌ | Should it be possible to disable highlighting? |
Markdown | ✅ | Default. And not very performant, could be improved. Using noteflow's? |
Fountain | ❌ | Could ~easily be implemented. But how to export? |