This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
Releases: natelandau/obsidian-metadata
Releases · natelandau/obsidian-metadata
v0.12.1
v0.12.0
v0.11.1
v0.10.0
Feat
- add
--export-template
cli option
Fix
--export-template
correctly exports all notes--export-csv
exports csv not json- csv-import: fail if
type
does not validate
Refactor
- pave the way for non-regex key/value deletions
- remove unused code
- cleanup rename and delete from dict functions
v0.9.0
Feat
- bulk update metadata from a CSV file
Fix
- find more instances of inline metadata
- ensure frontmatter values are unique within a key
- improve validation of bulk imports
- improve logging to screen
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Feat
- move inline metadata to specific location in note (#27)
Fix
- add
back
option to transpose menus
Full Changelog: v0.7.0...v0.8.0
v0.7.0
Feat
- transpose metadata between frontmatter and inline
- select insert location for new inline metadata
Fix
- exit after committing changes
- fix typo and sort order of options
Full Changelog: v0.6.1...v0.7.0
v0.6.1
Fix
- improve error handling when frontmatter malformed
Refactor
- use single console instance
Full Changelog: v0.6.0...v0.6.1
v0.6.0
Feat
- metadata: transpose metadata (#18)
Fix
- ui: add seperator to top of select lists
- metadata: allow adding inline tags with same key different values (#17)
- ui: remove unnecessary question when viewing diffs
Full Changelog: v0.5.0...v0.6.0