Commitad69cea3Recorded16 Dec 2025Repositorysigil-studio

Update documentation, fix markdown parser, and improve tooling

Message

Documentation: - Streamline README to marketing focus, point to docs site - Add Web (Emscripten) as official platform alongside Linux - Add "Try It" sections linking to browser playground (/#playground) - Update platform references (Linux + Web, macOS/Windows coming soon)

Markdown parser: - Fix nested inline parsing so links inside bold/italic are processed - Previously text rendered as literal text, now creates proper link

Tooling: - Add --local and --serve flags to publish-docs.sh for local testing - Add #playground hash handler to landing page for direct linking - Update CI to use 'build' command instead of deprecated 'bundle'

License: - Update all package.sgl files from BSD-3-Clause to MIT

Changed
 package.sgl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Diff
package.sglmodified
@@ -12,7 +12,7 @@
12
(name "sigil-studio")
13
(version "0.0.0")
14
(description "Multimedia libraries for Sigil")
15
(license "BSD-3-Clause")
+15
(license "MIT")
16
17
(source-dirs '("src/sigil"))
18