Is it possible to pop up an exisiting note when creating a new note from a template? #1439
-
What I am trying to do is: template is ready, new notes could be created from the template. Now, I would like to have Reason for this: I had some templates which i thought are quite useful (thanks for the template plugin, and many thanks to the plugin creator), I shared these template with frineds who have no any experiences of using Obsidian, so, I planned to share some TIA |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Here's one way to do that. <%*
const note1 = tp.file.find_tfile("filename1");
app.workspace.getLeaf(true).openFile(note1);
-%> |
Beta Was this translation helpful? Give feedback.
Here's one way to do that.