-
Notifications
You must be signed in to change notification settings - Fork 237
Import and Export capabilities
Dylan Kinnett edited this page May 18, 2019
·
9 revisions
Launch Import with File > Import…
or F7
and Export with File > Compile
or F6
:
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? | ❌ | PDF, others? |
[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.
- You can test the current develop progress on branch
feature/importers
- 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? |