chipsenkbeil / org-roam.nvim

Port of org-roam to neovim using orgmode
MIT License
107 stars 9 forks source link

[TRACKER] Templating support #5

Closed chipsenkbeil closed 6 months ago

chipsenkbeil commented 6 months ago

Supporting roam capture templates is needed for all three of the above. I'm making these available through

The capture template leverages the newly-added on_compile to inject hooks into templates to prepend :PROPERTIES: with an id and #+TITLE to each newly-created roam file. In discussion right now, but I believe that I will need to check if the file exists, referenced by the template.target field, or org_default_notes_file if no target is supplied. In the case that it does exist, I will not want to prepend the properties or title again.

chipsenkbeil commented 6 months ago

Resolved by #8.