Sam

Results 138 comments of Sam

Ah. Watched the video. Looks like the prepend offset is broken. Probably a regression.

@LostPaul and @mProjectsCode, thanks for offering! I'd love to have a chat with y'all to talk through the existing codebase and what my update plans were. Could y'all send me...

Thanks to everyone who has offered to help. I've reached out to the first few folks and am going to try and get things organized. The beautiful thing about open...

I had some initial interest but the code is kind of a disaster that it's hard to gain momentum. Meta Bind is reimplementing most of the functionality of buttons so...

Don't actually know if this is helpful for your use case but I have `devMode: true` set and it allows the remote execution API to run the latest version of...

here's a version that fetches a random wiki article: - #42SmartBlock Random Wiki - res.json()) .then(data => data.query.random[0].title) .then(async (title) => { return roam42.smartBlocks.activeWorkflow.vars.randomWiki = await fetch(`https://en.wikipedia.org/api/rest_v1/page/summary/${encodeURI(title)}`).then(res => res.json()) })```%>...

I didn't even know you could do highlights!!! Here's a version that goes down the page, grabs all highlights, and adds them to the clipboard: - ```` #42SmartBlock grab all...

Shoot me a DM on Discord, I'm shabegom over there too