lukemt / obsidian-feeds

Magic feeds dataview query for obsidian
MIT License
24 stars 1 forks source link

Adding minified view and ability to hide "Show Options" #1

Closed pashashocky closed 1 year ago

pashashocky commented 1 year ago

SCR-20231013-nsfo

Allows for the above view :)

~~~dataviewjs
await dv.view("obsidian-feeds", {
    searchFor: "#log/flying",
    hideHeaders: true,
    showOptions: false,
})
~~~