-
Pretty common pattern for notes to have links to "parent" notes for easier navigation. Is there a way to configure new notes, created from autocomplete to have a link to parent? I haven't tried to implement this, but though of possible ways to achieve this:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Idea is interesting, maybe look at the new autocmds system: https://github.com/obsidian-nvim/obsidian.nvim/wiki/Autocmds We don't have a event for when new note is created After we have that, you can just use the only backlink method you mentioned to do what you what. It should be easy to do this, take a look if you have time, if not just open a issue for adding this event |
Beta Was this translation helpful? Give feedback.
Oh, that helped, thanks! I did this approach, without need for autocmds