Skip to content

Releases: chhoumann/MetaEdit

1.6.2

25 May 08:35
3706703
Compare
Choose a tag to compare

New

Add auto-property suggest when adding new properties
qqXw9ciLNV

Fixes

  • Fix tooltips
  • Refactor onModify events
  • Fix progress property bug that sets values to 0

Improve Update in API

24 May 11:43
Compare
Choose a tag to compare

update(propertyName: string, propertyValue: string, file: TFile | string)

Updates a property with the given name to the given value in the given file.

If the file is a string, it should be the file path. Otherwise, a TFile is fine.

This is an asynchronous function, so you should await it.

Add Update to API and bugfixes

24 May 09:54
0dbb13f
Compare
Choose a tag to compare
  • Add update endpoint to API. This allows users to update the meta of a file.
  • Fix #13 - bad regex.
  • Removed process.env code
  • Fixed bug in KanbanHelper
  • Various bugfixes and refactoring

Demo of update with Dataview

BnAVIV4XCM

Hotfix 23/05/21 17:35

23 May 15:38
Compare
Choose a tag to compare

Fixed some option names in the main suggester.

Hotfix 23/05/21 17:05

23 May 15:08
696356f
Compare
Choose a tag to compare

Bugfix: fixed old bug (again). Incorrect regex meant that some properties would 'break'.

Add API & UI Elements toggle

23 May 13:38
539eac3
Compare
Choose a tag to compare

Enable or disable the 'Edit Meta' right-click menu option in settings.

Added API. Initial version has autoprop endpoint. Please suggest others! :)
3EfcPLYkj6

Add 'Edit Meta' menu option to calendar date right click menu

22 May 16:55
Compare
Choose a tag to compare

Add 'Edit Meta' menu option to calendar date right click menu <

Hotfix 22/05/2021

22 May 16:38
Compare
Choose a tag to compare

Hotfixed null-check. Plugin usable again!

Tag support

22 May 15:13
dcda834
Compare
Choose a tag to compare

Major refactor of engine stuff... and added a feature to edit tags, as per #6. It supports both MetaEdit method and the Obsidian Tracker plugin method.

Demo

TfwSwzJCsL

Edit metadata through the file menu

22 May 10:32
9ce7ec4
Compare
Choose a tag to compare

A few bugfixes. And a new feature...
Edit metadata through a filemenu
image
XQBbO8IjyC