If I use the "update" method from the API on a field and use a link with double square brackets to link to another file, repeating the action results in extra occurrences of "]]" at the end.
Example:
TestProp::
```dataviewjs
const {update} = app.plugins.plugins["metaedit"].api;
const activeFile = app.workspace.getActiveFile();
await update('TestProp', '[[Test]]', activeFile);
\```
(remove that last backslash, can't get formatting to work :))
The expectation is that this page simply always sets TestProp to [[Test]], but the second time it becomes [[Test]]]], the third time [[Test]]]]]], fourth [[Test]]]]]]]] etc.
If I use the "update" method from the API on a field and use a link with double square brackets to link to another file, repeating the action results in extra occurrences of "]]" at the end.
Example:
(remove that last backslash, can't get formatting to work :))
The expectation is that this page simply always sets TestProp to [[Test]], but the second time it becomes [[Test]]]], the third time [[Test]]]]]], fourth [[Test]]]]]]]] etc.