shabegom / buttons

Buttons in Obsidian
The Unlicense
478 stars 50 forks source link

Insert a line in a different file #90

Closed gmakstutis closed 8 months ago

gmakstutis commented 2 years ago

Is it possible to have a button that calls a templater file to insert a line of text into a different file?

I'm doing some rather complicated stuff with Tasks and would like to keep the actual task items in one file (let's call it fileA) and then use task to render them in another file (fileB). However, I'd like the user to be able to add task items while viewing fileB.

So, can I have a button in fileB that will insert items in fileA?

Many thanks.

AAndyProgram commented 1 year ago

I have the same question