How to embed contents of a note in another note?

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.

1 Like

This is exactly what I wanted! Far easier than I thought, thank you!

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.