michal-h21 / vim-zettel

VimWiki addon for managing notes according to Zettelkasten method
MIT License
555 stars 72 forks source link

Expose configuration parameters for generated sections #109

Closed szaffarano closed 2 years ago

szaffarano commented 3 years ago

In my workflow I'd need to configure not only the backlinks title but also the header level in which it's generated, i.e.:

let g:zettel_backlinks_title = "My custom title"
let g:zettel_backlinks_title_level = 2
michal-h21 commented 2 years ago

That's a good idea. And thanks for the pull request"!