michal-h21 / vim-zettel

VimWiki addon for managing notes according to Zettelkasten method
MIT License
557 stars 73 forks source link

Fallback on regular Markdown heading for the Zettel's title #82

Closed mickael-menu closed 3 years ago

mickael-menu commented 3 years ago

If no YAML front matter is found in a note, the title will be parsed from the first Markdown heading found.

This is how neuron handles it:

You can explicitly specify a title using the title metadata; otherwise, Neuron will infer it from the Markdown heading or Zettel ID.

Fixes https://github.com/michal-h21/vim-zettel/issues/79

mickael-menu commented 3 years ago

@michal-h21 I'm closing this PR since the project seems abandoned. But feel free to reopen and merge if you want.