1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-25 23:03:15 +00:00

Starting building an empty.html

This commit is contained in:
Jeremy Ruston 2012-08-25 12:07:39 +01:00
parent 1db72ea931
commit 68efce20c4
4 changed files with 5 additions and 3 deletions

3
bld.sh
View File

@ -9,7 +9,8 @@ echo "five.tiddlywiki.com" > ../../jermolene.github.com/CNAME
node ../core/boot.js \
--verbose \
--savetiddler ReadMe ../readme.md text/html \
--savetiddler $:/core/templates/tiddlywiki5.template.html ../../jermolene.github.com/index.html text/plain \
--savetiddler $:/core/templates/tiddlywiki5.template.html ../../jermolene.github.com/index.html text/plain [!is[shadow]]\
--savetiddler $:/core/templates/tiddlywiki5.template.html ../../jermolene.github.com/empty.html text/plain [!is[shadow]is[shadow]]\
--savetiddler $:/core/templates/static.template.html ../../jermolene.github.com/static.html text/plain \
|| exit 1

View File

@ -37,7 +37,7 @@ type: text/x-tiddlywiki-html
</div>
<!----------- Ordinary tiddlers ----------->
<div id="storeArea" style="display:none;">
<<serialize "[!is[shadow]]" application/x-tiddler-html-div>>
<<serialize "$1" application/x-tiddler-html-div>>
</div>
<!----------- Library modules ----------->
<div id="libraryModules" style="display:none;">

File diff suppressed because one or more lines are too long

View File

@ -4,6 +4,7 @@ tags: introduction
Here are a few features of TiddlyWiki that you can explore:
* Try editing some tiddlers here on five.tiddlywiki.com to try out the new WikiText. Your changes will not be visible to other users
* Download an empty copy of TiddlyWiki5 from http://five.tiddlywiki.com/empty.html
* Invoke a demonstration wizard: <<button modal param:[[SampleWizard]] class:"btn btn-inverse"><demo>>
* Use TiddlySpot to host an instance of TiddlyWiki5
* Save this wiki as a static HTML file: <<button save-wiki param:"$:/core/templates/static.template.html" class:"btn"><Save Static>>