Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Releases: natelandau/obsidian-metadata

v0.12.1

02 Sep 21:08
Compare
Choose a tag to compare

Fix

  • notes: preserve file encoding when writing to filesystem (#59)

v0.12.0

17 May 13:17
Compare
Choose a tag to compare

Feat

  • greatly improve capturing all formats of inline metadata (#41)

Fix

  • allow markdown inline code in metadata values
  • only ask for valid metadata types when adding new metadata
  • convert charsets to utf-8 when necessary (#32)
  • improve TOML error handing and docs for Windows paths (#31)

v0.11.1

29 Mar 17:56
Compare
Choose a tag to compare

Fix

  • add custom exceptions (#29)

v0.10.0

22 Mar 03:22
Compare
Choose a tag to compare

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

20 Mar 22:23
Compare
Choose a tag to compare

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

12 Mar 18:13
Compare
Choose a tag to compare

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

11 Mar 22:02
Compare
Choose a tag to compare

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

04 Mar 02:15
Compare
Choose a tag to compare

Fix

  • improve error handling when frontmatter malformed

Refactor

  • use single console instance

Full Changelog: v0.6.0...v0.6.1

v0.6.0

06 Feb 22:43
Compare
Choose a tag to compare

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

v0.5.0

05 Feb 05:05
Compare
Choose a tag to compare

Feat

  • add new tags (#16)
  • add new inline metadata (#15)
  • configuration: insert_location specifies where content is added within notes

Fix

  • find more emojis