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
331 stars 14 forks source link

[FR] Changing default link style to markdown + :PROPERTIES: on new file generation #64

Closed wakatara closed 2 years ago

wakatara commented 2 years ago

So far, kinda loving what you're doing with md-roam here, but having a few issues setting this up to move completely off of org mode documents to markdown (thank you so much for writing this btw!).

I should be clear, my goal here is to completely convert everything over to markdown and use that as the default rather than org-mode.

  1. When I use the default insert node command C-c n i the link that is inserted in my markdown document is (unfortunately) org-mode style. How does one override that?

  2. When I generate a new document with say org-roam-dailies-find-today the document inserts my markdown yaml well enough (yay!) but still inserts a :PROPERTIES: drawer with this ID at the top of the doc rather than in my yaml. How do I override that?

Anyhow thanks for the time you've spent on this. I really want to have markdown (and perhaps taskpaper) as my standard rather than org-mode docs.

nobiot commented 2 years ago

Thank you for your encouraging comment.

wakatara commented 2 years ago

Took in the latest commit and used the hook and things seem to be working fone now.

thanks!

nobiot commented 2 years ago

@wakatara sorry if I was not clear about the hook but you shouldn’t have to do it yourself — it’s part of md-roam