What's new
Added 🎉
- Added support for arbitrary fields in YAML frontmatter.
- Added configuration option
note_frontmatter_func
for customizing the YAML frontmatter of your notes. This can be set to a function that takes a single argument - anobsidian.Note
object - and returns a YAML-serializable table.
Changed ⚠️
- Added folding and custom highlighting to backlinks window, and fixed window height.
- When the title of a note is changed, the title will automatically be added to note's aliases in the frontmatter on save.
Fixed ✅
- Fixed autocomplete functionality to be less sensitive to case.
- Made YAML frontmatter dumping functionality more robust.
Commits
46523a7 Ignore tags
a214875 No force
3588cb8 chore: auto generate docs
b8ac060 Use PAT
e198041 Try force push
dcf3f9a fix
7f47be0 update readme
6a8d5cb Add panvimdoc workflow
f958e25 update readme
ce7e483 Frontmatter improvements and new features (#36)
837c27f Add folding and highlighting to backlinks window (#35)
56486e1 Improve completion, make less sensitive to case (#33)
01a2565 Clarify README
5a6fc0f Update README.md