Skip to content

Releases: fez-github/obsidian-multi-properties

1.1.1

29 Apr 00:42
Compare
Choose a tag to compare

Plugin should now work on mobile.

1.1.0

20 Apr 14:57
7a7927f
Compare
Choose a tag to compare

Changelog:

New Functionality:

  • Remove Prop form now has a toggle for checking all props, or unchecking all props.
  • The comma delimiter that was used for splitting Text into a List can now be changed into whatever delimiter you want. This can be changed within Multi Properties's Settings tab.
    • Ex. tag1,tag2,tag3 and tag1-tag2-tag3 will both be split into separate values for a list, assuming the delimiter is set to , or - respectively.

Bug Fixes:

  • Addressed bug where notes with only a single property were not having their props removed.

1.0.0

11 Dec 22:02
1bde4df
Compare
Choose a tag to compare

Changelog:

  • Added a new form allowing user to remove properties.
  • Can now toggle the "Overwrite" setting when using the form itself.
  • Upon submitting a form, a new Confirmation form will appear to verify if you want the changes to go through.
  • Replaced Tag icon that appeared next to the form's selection button to the Archive icon. This is to better match Obsidian's icons.

0.10.1

30 Nov 01:50
98e3f40
Compare
Choose a tag to compare
  • Fixed bug that would prevent tags from being embedded properly.
  • Added check for when user tries to append props to Search results when 0 files are in results.

0.10.0

29 Nov 03:07
2ac4be2
Compare
Choose a tag to compare
  • Can now add Props to files from Search menu. Must left-click the "results" button in the Search pane to make menu show up.
  • Prop form was reworked. Now the user only types in a single prop name on the form. If the user wants multiple values per prop, they must now be separated with commas.(ex. tags: test1,test2,test3)
  • User can now add a blank prop with no value.
  • Addressed bug where trying to add any array would append the content to "tags" instead of the desired property.

0.9.3

14 Nov 10:34
4c6b1c9
Compare
Choose a tag to compare

Updated form styling so input objects do not drastically change size when changing the value input's type.

0.9.2

12 Nov 22:54
c279d89
Compare
Choose a tag to compare

Addressed CSS issue where tags outside of the plugin's form would have different styling.

0.9.1

21 Oct 14:27
Compare
Choose a tag to compare

Small update to abide by Obsidian plugin guidelines. No functional changes were made.

0.9.0

18 Oct 10:02
Compare
Choose a tag to compare

First released of Multi Properties.