This is a big one: Dataview support for TABLE
and LIST
queries is here! (TASK
query support will likely come in a future update.) Thanks to @gavriguy for the idea.
But there's also new routes for getting a list of all tags, all folders, all notes, and all files in a vault. Go build something nice!
New
- [NEW] Adds Dataview support for
TABLE
andLIST
queries [#4] - [NEW] Adds route
/tags/list
for fetching a list of all existing tags [#16] - [NEW] Adds route
/note/list
for fetching the list of available Markdown files [#24] - [NEW] Adds route
/vault/list-folders
for fetching the list of available folders [#24] - [NEW] Adds route
/vault/list-non-notes-files
for fetching list of non-Markdown files [#24] - [NEW] Adds route
/vault/list-all-files
for fetching all files present in a vault [#24]
Changed
- [CHG] Adjusts route
/daily-note/list
to return the same structure as its/note/list
counterpart
No longer broken
- [FIX] Notes returned will now always contain the four return parameters
result-content
,result-body
,result-front-matter
andresult-filepath
[#22] - [FIX] Adds missing links to route docs detail pages