1.4.0
New stuff
Support for Note Properties
Properties are a core feature of Obsidian: structured data containing information about a note. Actions URI now supports them in a variety of ways. Please see the new route docs for details:
Existing routes which return note content now also return note properties, if present. Their documentation has been updated accordingly. See Changes, below.
Changes
Actions URI now requires Obsidian 1.4+.
The following routes return an additional result-properties
parameter if the note contains properties:
/note/create
/note/get
/daily-note/create
/daily-note/get-current
/daily-note/get-most-recent
/weekly-note/create
/weekly-note/get-current
/weekly-note/get-most-recent
/monthly-note/create
/monthly-note/get-current
/monthly-note/get-most-recent
/quarterly-note/create
/quarterly-note/get-current
/quarterly-note/get-most-recent
/yearly-note/create
/yearly-note/get-current
/yearly-note/get-most-recent