Skip to content

Commit 80a8104

Browse files
committed
Merge branch 'master' of https://github.com/chhoumann/MetaEdit
2 parents d383186 + d6cee70 commit 80a8104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ dv.table(["Name", "Status", "Project", "Due Date", ""], dv.pages("#tasks")
9595
Requires [Dataview](https://github.com/blacksmithgu/obsidian-dataview).
9696
````
9797
```dataviewjs
98-
const {update} = this.app.plugins.plugins["MetaEdit"].api;
98+
const {update} = this.app.plugins.plugins["metaedit"].api;
9999
const buttonMaker = (pn, pv, fpath) => {
100100
const btn = this.container.createEl('button', {"text": "Done!"});
101101
const file = this.app.vault.getAbstractFileByPath(fpath)

0 commit comments

Comments
 (0)