kopia lustrzana https://github.com/miklobit/TiddlyWiki5
Starting building an empty.html
rodzic
1db72ea931
commit
68efce20c4
3
bld.sh
3
bld.sh
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
@ -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>>
|
||||
|
|
Ładowanie…
Reference in New Issue