diff --git a/tiddlywiki5/styles.css b/tiddlywiki5/styles.css index cd4ffe946..844ece607 100644 --- a/tiddlywiki5/styles.css +++ b/tiddlywiki5/styles.css @@ -12,19 +12,20 @@ article { max-width: 944px; margin: auto; } -h1 { +.title { + font-weight: bold; font-size: 62px; line-height: 81px; margin-top: 27px; margin-bottom: 54px; } -h2 { +h1 { font-size: 33px; line-height: 54px; margin-top: 54px; margin-bottom: 27px; } -h3 { +h2 { font-size: 25px; line-height: 27px; margin-top: 27px; @@ -34,6 +35,6 @@ p, ul { margin-top: 0px; margin-bottom: 27px; } -small, aside { +.small, aside { font-size: 13px; } \ No newline at end of file diff --git a/tiddlywiki5/tiddlers/HelloThere.tid b/tiddlywiki5/tiddlers/HelloThere.tid new file mode 100644 index 000000000..8b1ec1b1f --- /dev/null +++ b/tiddlywiki5/tiddlers/HelloThere.tid @@ -0,0 +1,10 @@ +title: HelloThere +modifier: JeremyRuston + +Welcome to TiddlyWiki5, a [[primordial|ThisIsAlpha]], modernised reusable non-linear personal web notebook. + +TiddlyWiki is a unique [[wiki|WikiWikiWeb]] that people [[love using|Raves]] to keep ideas and information organised. It was originally created by JeremyRuston and is now a thriving [[open source|OpenSourceLicense]] project with a busy [[Community]] of independent developers. + +TiddlyWiki is written in [[HTML]], [[CSS]] and JavaScript to run on any reasonably modern [[browser|Browsers]] without needing any ServerSide logic. It allows anyone to create personal SelfContained hypertext documents that can be published to a WebServer, sent by email, stored in a DropBox or kept on a USB thumb drive to make a WikiOnAStick. Because it doesn't need to be installed and configured it makes a great GuerillaWiki. This is revision <> of TiddlyWiki, and is published under an OpenSourceLicense. + +Unlike most wikis, TiddlyWiki doesn't directly support group collaboration; it is a wiki in the sense of elevating linking be a part of the punctuation of writing. You can easily publish a TiddlyWiki you have created by placing the single file on a web server (for instance the homepage hosting provided by many ISPs). If you need full group collaboration features, there are several HostedOptions to choose from. diff --git a/tiddlywiki5/tiddlers/SimpleTemplate.tid b/tiddlywiki5/tiddlers/SimpleTemplate.tid new file mode 100644 index 000000000..1a8d25f2d --- /dev/null +++ b/tiddlywiki5/tiddlers/SimpleTemplate.tid @@ -0,0 +1,9 @@ +title: SimpleTemplate +modifier: JeremyRuston + +{{title{ +<>}}} +{{small{ +<> <>}}} +{{body{ +<>}}} \ No newline at end of file diff --git a/tiddlywiki5/tiddlers/ThisIsAlpha.tid b/tiddlywiki5/tiddlers/ThisIsAlpha.tid new file mode 100644 index 000000000..c01a22c1e --- /dev/null +++ b/tiddlywiki5/tiddlers/ThisIsAlpha.tid @@ -0,0 +1,4 @@ +title: ThisIsAlpha +modifier: JeremyRuston + +TiddlyWiki5 is currently at //alpha status//, which means that it is still evolving, and not yet ready to be relied upon. But it also means that you can influence its development - join the [[Community]] and find out how you can help. diff --git a/tiddlywiki5/tiddlers/split.recipe b/tiddlywiki5/tiddlers/split.recipe new file mode 100644 index 000000000..7fcb43541 --- /dev/null +++ b/tiddlywiki5/tiddlers/split.recipe @@ -0,0 +1,3 @@ +tiddler: HelloThere.tid +tiddler: ThisIsAlpha.tid +tiddler: SimpleTemplate.tid diff --git a/tiddlywiki5/tiddlywiki5.recipe b/tiddlywiki5/tiddlywiki5.recipe index 95deb115c..057deaccf 100644 --- a/tiddlywiki5/tiddlywiki5.recipe +++ b/tiddlywiki5/tiddlywiki5.recipe @@ -2,6 +2,11 @@ template: tiddlywiki5.template.html copyright: ../copyright.txt style: styles.css +recipe: ../test/tiddlywiki.2.6.5/source/tiddlywiki.com/tiddlywiki-com-ref/split.recipe +recipe: ../test/tiddlywiki.2.6.5/source/tiddlywiki.com/tiddlywiki-com/split.recipe + +recipe: tiddlers/split.recipe + jslib: ../test/tiddlywiki.2.6.5/source/tiddlywiki/jquery/jquery.js jsmodule: ../js/ArgParser.js @@ -24,5 +29,3 @@ jsmodule: ../js/Main.js jsbootstart: BootStart.js jsbootend: BootLoader.js -recipe: ../test/tiddlywiki.2.6.5/source/tiddlywiki.com/tiddlywiki-com-ref/split.recipe -recipe: ../test/tiddlywiki.2.6.5/source/tiddlywiki.com/tiddlywiki-com/split.recipe