d12frosted / vulpea

A collection of functions for note taking based on `org` and `org-roam`.
GNU General Public License v3.0
237 stars 12 forks source link

Enforce existence of properties block with id in vulpea-create #90

Closed d12frosted closed 3 years ago

d12frosted commented 3 years ago

Since vulpea-note-id is mandatory in vulpea, and file-level ids are optional in org-mode, it causes issues if properties block is ommitted in template. User might put it in every template, or configures automatic id assigment, but vulpea could also leverage this issue by placing this block automatically.