Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-07-11 | 701 Bytes | |
v3.9.0 source code.tar.gz | 2024-07-11 | 148.5 kB | |
v3.9.0 source code.zip | 2024-07-11 | 195.6 kB | |
Totals: 3 Items | 344.8 kB | 5 |
What's new
Added 🎉
- Added
:ObsidianTOC
command for loading the table of contents of the current note into a picker list. - Added
:ObsidianNewFromTemplate
command. This command creates a new note from a template.
Fixed ✅
- Fixed bug where
opts.search_max_lines
was not propagated through some client methods.
Commits
ae1f76a chore(release): bump version to v3.9.0 for release
18bda6d chore(docs): auto generate docs
837e778 Add :ObsidianNewFromTemplate
command (#621)
7a9081a Fix bug where opts.search_max_lines
was not respected (#647)
3cc9aaa chore(docs): auto generate docs
e53072a Add :ObsidianTOC
command (#646)
e170641 Fix typo in contributing guide (#641)