MetaEdit
MetaEdit copied to clipboard
MetaEdit for Obsidian
If you could add something like Kanban or Dictionary did, I could contribute to it. https://github.com/mgmeyers/obsidian-kanban/tree/main/src/lang
When adding a new property which already exists inside the Frontmatter using the new folder manipulation currently the plugin adds a duplicate. ``` --- tags: [tag] ... tags: - tag1...
Steps to reproduce: 1. I have this line in my file: `>> - 🏷️ Tags:: #a, #b, #c, #d` 2. Use MetaEdit to modify it 3. Choose `#b` 4. Change...
So I was trying to setup some kanban boards and came across 2 faults in the implementation: - When the updater does not find a link, it stops its loop...
I am sure there is value for the propertyName, but it return null. Any clues? Thanks.
Is it possible to add the same feature [@liimurr](https://github.com/Liimurr) made for Buttons that hides the button after clicking on it?
希望 api 增加元数据变化监听接口,比如: 元数据添加 onPropertyValueAdd(callback) 元数据属性修改onPropertyNameChange(callback) 元数据值修改onPropertyValueChange(callback) 元数据删除onPropertyValueRemove(callback) I hope the API can add a metadata change listening interface, such as: adding metadata onPropertyAdd (callback) modifying metadata onPropertyValueChange (callback) modifying...
I have a dataview table like this that updates several values at once when I hit a button on it: ```js const {update} = this.app.plugins.plugins["metaedit"].api const {DateTime} = luxon const...
The update API for updating the metadata no longer work as intended after updating to obsidian version 1.4.5 (latest version as of Sept 4, 2023). For example, I have the...
Thanks for MetaEdit! I use it a lot in scripts and other places through QuickAdd and its fantastic. The latest round of updates to fix the plugin with 1.4.x have...