TfTHacker
TfTHacker
Oh, now I see it might be the obsidian library itself.
Todoist: pulling in active tasks into Roam (Demonstrates how to bring back multiple blocks from API)
> @mlava — these are amazing — qq, now that ;; doesn't really work for triggering smartblocks— have you figured out a better way to trigger the todoist complete block?...
Mark, please try to edit your original SmartBlock here. If that doesn’t happen, maybe you can recreate it. That way we flush out the beta errors. Thanks for your amazing...
If you search the whole roam42 code base you will see examples of its use. It is basically using some standard JS stuff for key events. It can't emulate everything...
works with some commands like that return the page name from which the block is derived. The docs will mention if there is PAGE support.
@roytemple Here is a SmartBlock to generate the appropriate query using yesterdays date: - ```` #42SmartBlock Overdue uncompleted Deltas ```` - ```` {[[query]]: {and: [∆]] {NOT:query {between: [[January 1st, 2020]]...
The open parameter is not available on the create block api call, so yes it seems two calls is currently required.
Awesome SB! Will add this to my DNP for some daily inspiration :-) I tweaked it a little for my needs. Here is a revision: - ```` giphy #42SmartBlock ````...
Here is a more advanced version that handles sidebar and log page. - ```` #42SmartBlock return page name (handle side bar) ```` - ```` ```` - ```` ````
Getting the QUARTER - ```` {{[[roam/js]]}} ```` - ```` ```javascript setTimeout(()=>{ roam42.loader.addScriptToPage('quarterOfYear','https://unpkg.com/[email protected]/plugin/quarterOfYear.js'); setTimeout(()=>{ dayjs.extend(window.dayjs_plugin_quarterOfYear); },2000) }, 10000); ``` ```` - ```` ```` - ```` #42SmartBlock quarter ```` - ```` **quarter:...