mysticcoders / voicenotes-sync

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

Add a section for Related Notes from within Obsidian #19

Closed kinabalu closed 1 month ago

kinabalu commented 1 month ago

Looks like VoiceNotes offers a related_notes field now which is an array of

{
   created_at: string;
   id: number;
   recording_id: number;
   title: string;
   transcript: string;
}

so thought is a new type here, and possibly we can just take the title and normalize it the same way and add as a bulleted list at the end of the note text?