mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
updated documentation
This commit is contained in:
@@ -327,7 +327,7 @@ This template will prompt you for the title of the drawing. It will create a new
|
||||
*Use CTRL+Shift+V to paste code into Obsidian!*
|
||||
```javascript
|
||||
<%*
|
||||
defaultTitle = tp.file.title;
|
||||
defaultTitle = tp.date.now("HHmm")+' '+tp.file.title;
|
||||
title = await tp.system.prompt("Title of the new drawing?",defaultTitle);
|
||||
tR = String.fromCharCode(96,96,96)+'excalidraw\n[['+title+'.excalidraw]]\n'+String.fromCharCode(96,96,96)
|
||||
const ea = ExcalidrawAutomate;
|
||||
|
||||
Reference in New Issue
Block a user