nobiot / md-roam

Use Org-roam with markdown files by adding Md-roam as a plug-in. Mix org and markdown files in a single Org-roam database.
GNU General Public License v3.0
333 stars 15 forks source link

Convert roam markdown files to org #69

Closed morphykuffour closed 2 years ago

morphykuffour commented 2 years ago

I have been using this package for a while but It has been prompting to allow readonly files for all my markdown files every time I open emacs. Is there a way to convert md-roam markdown files to org mode and keep all the links intact.

nobiot commented 2 years ago

I’d suggest pandoc. You could also consider obsidian.el

nobiot commented 2 years ago

I don’t have the issue you mention, though…

morphykuffour commented 2 years ago

I’d suggest pandoc. You could also consider obsidian.el

I found this link useful in converting my documents but I will post a video to this thread showing the other issue I was describing.

nobiot commented 2 years ago

Sure. There may be something I can do within md-roam

morphykuffour commented 2 years ago

Let me know if you can view the video with this link

nobiot commented 2 years ago

Thank you. I have seen the video. I think I know what is happening, though it's a bit difficult for me to reproduce consistently on my end.

In any case, I think I have fixed the issue with the latest commit. Would you mind testing it on your end?

morphykuffour commented 2 years ago

Yes I tested and it works as expected, thank you the help.