jimjam-slam / sverto

Add Svelte components to your Quarto documents
https://sverto.jamesgoldie.dev
MIT License
51 stars 3 forks source link

v1.0 #20

Closed jimjam-slam closed 1 month ago

jimjam-slam commented 3 months ago

Major refactor that drastically simplifies Sverto's operation. No more big document transforms to try and modify OJS code; we just inject the Svelte module into OJS using vanilla JS!

Things I'd like to polish up before release:

jimjam-slam commented 3 months ago

Windows support is the last big thing to figure out here before we focus on documentation and examples! See #15. I need to dig out my gaming PC and run Sverto locally; the GitHub Actions CI is not adequately exposing output from sverto-prerender.lua and rollup.config.js.

jimjam-slam commented 3 months ago

As of commit 54375e8, things are running on Windows! Turns out this was a Quarto bug affecting Lua scripts that has been resolved in pre-release v1.5.25.