Replies: 2 comments 2 replies
-
I've made a basic application to transform obsidian markdown files into Neorg. I doesn't implement all possible transformations for the markdown syntax but it should be enough to transfer a large set of notes so that links and basic style is transformed. I've used it to port my Obsidian vault to Neorg. It uses regex to make the transformations, if it isn't enough for your use case you might be able to extend it from there. |
Beta Was this translation helpful? Give feedback.
-
I've implemented a pandoc to norg converter: https://github.com/pysan3/nim_norg Use pandoc to parse your markdown and output to json format. Pass that json via file name ( Feel free to send issues if you got some bugs as it is still in very alpha. |
Beta Was this translation helpful? Give feedback.
-
Is there a way to transform .md files into .norg files?
Beta Was this translation helpful? Give feedback.
All reactions