How to embed the contents of a note into another note without using links?
I have checklists that I embed into periodic notes. I only want to ‘paste’ the contents of a note into that note, and not link to it.
How to embed the contents of a note into another note without using links?
I have checklists that I embed into periodic notes. I only want to ‘paste’ the contents of a note into that note, and not link to it.
Not sure if I got the use case, but you can use:
<% tp.file.include(tp.file.find_tfile("your_template_task_file")) %>
To embed the content of your_template_task_file
into your weekly template. This will copy the file’s content, so it will not create a link.
This is exactly what I wanted! Far easier than I thought, thank you!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.