Introduce TiddlyWiki surveys (#9130)

* Initial Commit

* Fix build

* Add original announcement

* Add title and subtitle

* Fix question ordering bug

* Fix nesting bug
This commit is contained in:
Jeremy Ruston
2025-07-04 13:28:01 +01:00
committed by GitHub
parent 02680b234e
commit f49f00b52b
230 changed files with 27128 additions and 0 deletions
+7
View File
@@ -159,6 +159,13 @@ node $TW5_BUILD_TIDDLYWIKI \
--rendertiddler $:/core/save/all-external-js tour.html text/plain \
|| exit 1
# /surveys.html surveys edition
node $TW5_BUILD_TIDDLYWIKI \
./editions/tiddlywiki-surveys \
--output $TW5_BUILD_OUTPUT \
--build index \
|| exit 1
# /share.html Custom edition for sharing via the URL
node $TW5_BUILD_TIDDLYWIKI \
./editions/share \