Skip to content

Releases: mdelobelle/metadatamenu

0.8.12

Choose a tag to compare

@snelling-a snelling-a released this 11 Feb 09:47
dc244cc

What's Changed

  • fix: FileClassCodeBlockManager rendering + feat: Multi bulk edit modes & drag-select by @mylaser215 in #787

New Contributors

Full Changelog: 0.8.11...0.8.12

0.8.11 - Initialization Fix

Choose a tag to compare

@snelling-a snelling-a released this 10 Dec 08:29
d5dfc16

See PR #770 for details.

0.8.9

Choose a tag to compare

@snelling-a snelling-a released this 21 May 06:35
23b2564
fix: optional chaining (#755)

0.8.7

Choose a tag to compare

@mdelobelle mdelobelle released this 24 Mar 18:23
cacd2b4

Metadata menu fields controls are now available in the property pane in the side bar

0.8.6

Choose a tag to compare

@mdelobelle mdelobelle released this 23 Mar 13:20

Some fixes:

  • indexStatus hide with setting
  • media file display in tableView
  • better media file management in properties
  • boolean true value

0.8.5

Choose a tag to compare

@mdelobelle mdelobelle released this 08 Mar 16:06

Fix parseYaml

0.8.4

Choose a tag to compare

@mdelobelle mdelobelle released this 01 Mar 07:27
  • fieldModifier (dataviewjs block, fileclass tableview, mdm code block) for nested fields. use a dotted syntax to access your nested field and get a field modifier for them in your table: fieldModifier(dv, p, "parent[1].child[3].foo") or fieldModifier(dv, p, "parent[0].child[4]") or....
  • custom sorting method for File and MultiFile not broken anymore
  • better navigation in modals for nested objects and objectLists
  • number in Input field not broken anymore
  • encapsulating strings in double quote to prevent frontmatter parsing from clearing unsupported syntax

0.8.4 beta 2

0.8.4 beta 2 Pre-release
Pre-release

Choose a tag to compare

@mdelobelle mdelobelle released this 29 Feb 11:47

encapsulating strings in double quote to prevent frontmatter parsing from clearing unsupported syntax

0.8.4 beta 1

0.8.4 beta 1 Pre-release
Pre-release

Choose a tag to compare

@mdelobelle mdelobelle released this 28 Feb 13:56
  • fieldModifier (dataviewjs block, fileclass tableview, mdm code block) for nested fields. use a dotted syntax to access your nested field and get a field modifier for them in your table: fieldModifier(dv, p, "parent[1].child[3].foo") or fieldModifier(dv, p, "parent[0].child[4]") or....
  • custom sorting method for File and MultiFile not broken anymore
  • better navigation in modals for nested objects and objectLists
  • number in Input field not broken anymore

0.8.3

Choose a tag to compare

@mdelobelle mdelobelle released this 19 Feb 17:32

Fix
prevent migrations from clearing fields settings in fileclasses