mo-seph / obsidian-note-from-template

Simple plugin to create Notes from a template, and fill in fields defined there
MIT License
108 stars 9 forks source link

Insert into note? #28

Open gsource-notes opened 2 years ago

gsource-notes commented 2 years ago

I have several templates that will create new notes and your plugin works great! What I am hoping is that there is a way to use this plugin to insert into an exisitng note (bonus if I were able to update fields in the note too!).

For example, I am using an OMDb script that someone else was nice enough to share to retrieve info about movies/series/etc and create a new note. What I am hoping to be able to do is to run another template after adding the movie (for example) so I can add things like notes and my rating. I want to have a selection list similar to my templates to create notes to add a rating (with emoticon) and also select from a list of streaming services showing which service we used to view the movie.

Is any of this possible?

Thanks!