chhoumann / MetaEdit

MetaEdit for Obsidian
https://bagerbach.com
GNU General Public License v3.0
393 stars 15 forks source link

I hope the API can add a metadata change listening interface #102

Open m1509001 opened 5 months ago

m1509001 commented 5 months ago

希望 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 metadata onPropertyNameChange (callback) deleting metadata onPropertyRemove (callback)