Syncing with memos

I use the obsidian-memos-sync plugin for synchronising memos with Obsidian. You add a header to your daily notes - something like ‘Memos’ and the plugin automatically fetches and embeds memos in your daily note on a periodic basis.

DataView Useful Queries

Show a list of calendar appointments/meetings in the “Calendar” folder for the current day based on the open daily note filename.

Uses Obsidian Full Calendar with default filename formatting as well as Obsidian’s built in daily note plugin

TABLE FROM "Calendar" WHERE date(regexreplace(file.name, "(([0-9]{4}-[0-9]{2}-[0-9]{2}).+)", "$2"),"yyyy-MM-dd")=date(this.file.name, "yyyy-MM-dd")