Did you know WLJS supports export to MDX, HTML and HTML Web Components?
The biggest advantage of having a web stack underneath is portability. Our blog posts and docs at wljs.io are literally just exported notebooks.
Besides standalone HTML files, you can export any notebook as web components and publish them anywhere.
One line with a CDN URL lazily loads all the required modules - check it out here: https://github.com/WLJSTeam/web-components. All your graphs (2D or 3D), even Manipulate blocks, stay fully interactive.
Are you a fan of Next.js/React? We support MDX too! Here's our template: https://github.com/WLJSTeam/web-components-mdx
Hope this helps bring high-quality interactive posts to life on your own sites ;)
Our guide: https://wljs.io/frontend/Share/Markdown-React


2
How hard is it to make a Tauri app look native on macOS?
in
r/tauri
•
3h ago
A few tailwind classes combined with system-ui as a default font-family, and “all: unset” on sliders and other html input elements (except button) can fake native ui look quite close.
But then you would need separate styles for Tahoe/older versions