Releases: chhoumann/MetaEdit
Releases · chhoumann/MetaEdit
1.6.2
Improve Update in API
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
- 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
Hotfix 23/05/21 17:35
Fixed some option names in the main suggester.
Hotfix 23/05/21 17:05
Bugfix: fixed old bug (again). Incorrect regex meant that some properties would 'break'.
Add API & UI Elements toggle
Add 'Edit Meta' menu option to calendar date right click menu
Add 'Edit Meta' menu option to calendar date right click menu <
Hotfix 22/05/2021
Hotfixed null-check. Plugin usable again!
Tag support
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.