What's new
Added 🎉
- The
overwrite_mappings
option, which sets the mappings in the config even if they already exist - Added support for multiple vaults (#128)
- Added command to switch between vaults (#60)
- Added configuration option
yaml_parser
(a string value of either "native" or "yq") to change the YAML parser.
Fixed ✅
- Eliminated silent runtime errors on validation errors in
note.from_lines
. - Fixed parsing YAML boolean values in frontmatter.
- Fixed parsing implicit null values in YAML frontmatter.
Commits
3369669 chore: auto generate docs
93bc7cd Make the YAML parser configurable (#210)
96ac0d9 Fix some YAML parser issues
1387498 chore: auto generate docs
1194d4c feat: support workspaces config option (#155)
25f57d5 fix silent validation errors in note.from_lines (#206)
52c06a0 chore: auto generate docs
f0b3044 Add overwrite_mappings
option to config (#204)