Zotero is usually pretty good at recognizing the format of something you save via the browser extension. I’ve noticed it doesn’t pick up podcasts, even though that’s a format you can cite.
However! If you have the Zotero iPhone app, you can use the “share” function in your podcast app (Spotify, at least; I haven’t tested others) and send it to Zotero. It recognizes it as a podcast when done that way....
Instead of putting a query in my daily template, I can generate a running list of fleeting notes via a default query. I can do the same for a running list of drafts to work on. In the default query section of config.edn:
{:title "💡 FLEETING" :query (and (property type fleeting) (not (property tags templates)) (not (task done))) :result-transform (fn [result] (sort-by (fn [h] (get h :block/created-at)) result)) :collapsed? true :breadcrumb-show?...
When viewing a query in table view in Logseq, you can order the properties by toggling them off and toggling them back on in the order you want them to appear.