mysticcoders / voicenotes-sync

A plugin for Obsidian to sync with the VoiceNotes.com service
MIT License
21 stars 1 forks source link

Choose Where to Sync Notes #13

Closed giittyy closed 1 month ago

giittyy commented 1 month ago

Add ability to sync notes to daily note or a specific note and the option to sync under a specific heading in the note.

kinabalu commented 1 month ago

have you seen something similar done for other processes? trying to work out how we can make this happen. does this work with Periodic Notes plugin only? how would you envision this working?

qwertydude commented 1 month ago

My thought on this would be use the tags from VN. e.g. if I tagged a note dailynote, then it'd be appended to the relevant daily note.

Regards inserting under a heading, I did something similar with Shortcuts and use a comment rather than a heading to pinpoint where to insert. So, my daily note template has comments like %%dailyjournal%% (under the Journal heading) or %%dailytodo%% (under the To Do heading) in it.

kinabalu commented 1 month ago

interesting. would likely have to standardize on the convention -- is %%dailyjournal%% something that you used with Templater?

always happy to for any PRs if you'd like to take a stab at it

qwertydude commented 1 month ago

I think I used that because that worked best with Actions for Obsidian in Apple Shortcuts. I think I've seen ways to insert under headings tho. Haven't done much Obsidian coding (Dataview, Templater, Shortcuts) for a bit tho, so memory is rusty.

kinabalu commented 1 month ago

yeah no worries -- thinking through this a bit to see best way -- i think initially we'll add a command which can be used to insert any of today's voicenotes as a bulleted list after executing in the editor.