Convert a Markdown-formatted manuscript or outline into a novelWriter project #1461
peter88213
started this conversation in
General
Replies: 1 comment 5 replies
-
novelWriter doesn't really use Markdown any more, or perhaps it can be argued that it is an extension to Markdown. In either case, since Windows has made it increasingly difficult to actually change the file extension of files, I may change the build format to use |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As a slight modification of my mindmap and ODT conversion Python scripts, I quickly threw in a standalone Markdown importer.
Unlike novelWriter's built-in Markdown import, md2nw creates a project that is completely split into individual documents. In addition, the conversion script handles single-line synopses on all levels.
In any case, it also processes the .nwd Markdown documents exported by novelWriter if you change the file extension to .md.
Beta Was this translation helpful? Give feedback.
All reactions