fiatjaf / neuron.vim

📝 Manage your Zettelkasten in {n}vim.
MIT License
83 stars 21 forks source link

When inserting zettel links, add them to a configurable section #42

Open fenetikm opened 3 years ago

fenetikm commented 3 years ago

Most of the time, when adding a link to another zettel one does it at the bottom of a particular section e.g.

---
date: xxx
---

# Title

Text...

## Links
- [[abcd1234]]

A nice feature would be to specify the name of a section and when you add a zettel it ends up there. If you don't have the variable or it can't find the section then it would just add it at the cursor. Inline insertion via <c-x><c-u> would be unaffected.

fiatjaf commented 3 years ago

I generally use gzi to insert links in the middle of text.