Fevol / obsidian-criticmarkup

Annotate notes with comments and suggestions using CriticMarkup in Obsidian
MIT License
136 stars 2 forks source link

Set wrong metadata #9

Open kinglion580 opened 6 months ago

kinglion580 commented 6 months ago

Detail: if you click set metadata -> set time, it will be {++"time":1709865543@@xxx++} , you can see it is not surrounded metadata with {} . same situation for set author. image

example: set metadata -> set author to set author to me expect: {++{"author":"me"}@@xxx++}

actual: {++"author":"me"@@xxx++}