What's new
Added 🎉
actions.toggle_checkboxcan be mapped in visual mode.actions.add_propertyto add key values to frontmatter.- A new
opts.noteconfig module. opts.note.templatethat allows controlling the default template used by:Obsidian new.
Changed ⚠️
- No longer throw frontmatter warnings with searches that loading notes.
- Regression of adding title back as a field in
Noteclass.
Fixed ✅
:Obsidian newand:Obsidian new_from_templatewill properly add input as alias.
Commits
59f3e0a chore(release): bump version to v3.15.6 for release
4b2784e chore(docs): auto generate docs
90427cb fix: regress to have title field and add add a default note.template (#663)
37de6ce chore(docs): auto generate docs
6e35c4d fix: don't throw warnings for invalid frontmatter warnings in searches
35dacac refactor: move keymappable actions to actions.lua (#633)