v3.7.6
What's new
Fixed β
- Ensure fields transferred to new note when cloning from template.
- Fixed bug with YAML parser where it would fail to parse field names with spaces in them.
- Fixed bug with YAML parser where it would incorrectly identity comments.
Added π
- Added a smart action mapping on
<CR>
, that depends on the context. It will follow links or toggle checkboxes.
Changed β οΈ
- Added
order
field toui.checkboxes
config fields that determines the order in which the different checkbox characters are cycled through via:ObsidianToggleCheckbox
and the smart action.
Commits
d70f328 chore(release): bump version to v3.7.6 for release
3c3656b fix another YAML parser bug
30a7d7b Don't resolve duplicate paths
2516df4 chore(docs): auto generate docs
2f9b95a Added :ObsidianToggleCheckbox
cmd and smart action mapping (#329) (#518)
a7e2ec9 Fix bug with YAML parser
c5c4088 Fix bug with YAML parser
f2eeb0a Ensure fields transfer to new note when cloning from template