What's new
Added 🎉
- Added
opts.daily_notes.enabled. - Added
opts.templates.enabled. - Experimental
make checkluato useemmylua_checkto type check.
Changed ⚠️
completion's create note action also useopts.note.template.create_new_noteaction also useopts.note.template.
Fixed ✅
- Snacks picker actions now respect
allow_multiplepicker option. - Template customizations falls back to global configuration if not provided
Commits
8ab5bb9 chore(release): bump version to v3.15.8 for release
ff6c287 chore(docs): auto generate docs
ffe2aed make: optionally use emmylua_check to do typecheck (#673)
d32ffe2 docs: add CaeChao as a contributor for code (#674)
2bf36c1 fix: create_new_note also use opts.note.template by default (#672)
8b94c94 feat: daiy_notes.enabled and templates.enabled (#669)
801ad10 docs: add S1RENS as a contributor for code (#670)
51e8bd0 fix: template customization fallback to global config if omitted (#667)
868c180 Fix for snacks picker multiselect actions (Bug in PR #654) (#665)
764acf3 chore(docs): auto generate docs
5792dce fix: #666
c260070 fix: completion's create note action also use opts.note.template
44060cc chore: use resolve_workspace_dir