MetaEdit
MetaEdit copied to clipboard
MetaEdit for Obsidian
In debugging a QuickAdd script I noted that the MetaEdit 1.7.2 API could be improved to return keys in a more consistent manner. Initially I wasn't too sure why given...
Add the four keys natively supported by Obsidian: - tags - aliases - cssclass - publish As a default selection option in the MetaEdit menu. e.g. "Default YAML property" where...
Hello, Trying to add an item into a list property (so multi) through metaedit the list of items is always formatted in this way : ``` --- ItemsInList: "[item1, item2]"...
I'm trying to transform an inline field with comma-separated values to a YAML field. Action only catches the first value. Also, it tries to add a new YAML header instead...
OnFileModifyAutomatorManager.onFileModify (plugin:metaedit:5331:22) onFileModify @ plugin:metaedit:5331 await in onFileModify (async) 