MetaEdit

MetaEdit for Obsidian

GPL-3.0 License

Stars
409
Committers
8

Bot releases are hidden (Show)

MetaEdit - Improve Update in API

Published by chhoumann over 3 years ago

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.

MetaEdit - Add Update to API and bugfixes

Published by chhoumann over 3 years ago

  • 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

MetaEdit - Hotfix 23/05/21 17:35

Published by chhoumann over 3 years ago

Fixed some option names in the main suggester.

MetaEdit - Hotfix 23/05/21 17:05

Published by chhoumann over 3 years ago

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

MetaEdit - Add API & UI Elements toggle

Published by chhoumann over 3 years ago

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

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

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

Published by chhoumann over 3 years ago

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

MetaEdit - Hotfix 22/05/2021

Published by chhoumann over 3 years ago

Hotfixed null-check. Plugin usable again!

MetaEdit - Tag support

Published by chhoumann over 3 years ago

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

MetaEdit - Edit metadata through the file menu

Published by chhoumann over 3 years ago

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

MetaEdit - Kanban Helper + Bugfixes

Published by chhoumann over 3 years ago

New features

  • Auto select prompt input field (Thanks, Murf!)
  • Fix "All Multi" EditMode bugs + some UX bugs
  • Better YAML parsing
  • Auto update properties in files linked to from Kanban boards on lane change
MetaEdit - Delete & Transform

Published by chhoumann over 3 years ago

New features

  • Easy property deletion
  • Transform YAML properties to Dataview fields - and Dataview fields to YAML properties.

image

MetaEdit - Initial Release

Published by chhoumann over 3 years ago

  • Add or update YAML properties and Dataview fields easily
  • Ignore properties to hide them from the menu
  • Auto Properties that have customizable, pre-defined values selectable through a suggester
  • Multi-Value Mode that allows you to detect and vectorize/create arrays from your values
  • Progress Properties that automatically update properties/fields
    • Works with total task, completed task, and incomplete task counts. Mark a task as completed (from anywhere), and the file will be updated with the new count.

This is a working port from the original Templater script.
Improved how settings work and feel. Made progress properties automatic.

Related Projects