General

General

236 bookmarks
Newest
Notes, blog posts, etc.
Notes, blog posts, etc.
The home page of Robin Sloan, author of the novels Moonbound, Sourdough, and Mr. Penumbra's 24-Hour Bookstore.
·robinsloan.com·
Notes, blog posts, etc.
A Colourful Workplace
A Colourful Workplace
Without marginalised voices contributing to the discourse, how are creative industries meant to show a valid portrayal of the world we live in?
·wonderlandams.com·
A Colourful Workplace
Story of This New Site
Story of This New Site
Reasons behind my redesign decision. What's new and what's changed.
·chaiyapat.pix7.me·
Story of This New Site
Exporting Canvas to HTML (and PDF) - Share & showcase - Obsidian Forum
Exporting Canvas to HTML (and PDF) - Share & showcase - Obsidian Forum
I developed a script to export a canvas to HTML. Then you can open the HTML file in your browser and print to PDF. Any external links in your canvas will be clickable in the PDF. First, open your canvas in Obsidian and zoom/pan to whatever view you want to export. Then open Developer Tools and run this script: // Get a copy of the canvas content element let view = app.workspace.activeLeaf.view; if (view.getViewType() !== "canvas") { throw new Error("The active view is not a canvas"); } let c...
·forum.obsidian.md·
Exporting Canvas to HTML (and PDF) - Share & showcase - Obsidian Forum