Update readme.md

This commit is contained in:
zsviczian
2021-05-08 19:43:22 +02:00
committed by GitHub
parent 5bc756288c
commit 65baf16d8a

View File

@@ -321,7 +321,7 @@ async createPNG(templatePath?:string)
Returns a blob containing a PNG image of the generated drawing.
## Examples
### [Mindmap with Dataview](dataviewjs)
### [Mindmap with Dataview](Examples/dataviewjs)
### Insert new drawing into currently edited document
This template will prompt you for the title of the drawing. It will create a new drawing with the provided title, and in the folder of the document you were editing. It will then transclude the new drawing at the cursor location and open the new drawing in a new workspace leaf by splitting the current leaf.