From 0552da78101252f9bc798628779016895b0a439a Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Tue, 3 Jan 2012 11:10:50 +0000 Subject: [PATCH] TW5 content updates --- tiddlywiki5/styles.css | 17 ++++++++++++++++- tiddlywiki5/tiddlers/HelloThere.tid | 2 -- tiddlywiki5/tiddlers/TiddlerFiles.tid | 2 +- tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid | 2 +- tiddlywiki5/tiddlers/TiddlyWikiInternals.tid | 1 - tiddlywiki5/tiddlywiki5.recipe | 1 + 6 files changed, 19 insertions(+), 6 deletions(-) diff --git a/tiddlywiki5/styles.css b/tiddlywiki5/styles.css index 3945581d4..9c2dd3ac3 100644 --- a/tiddlywiki5/styles.css +++ b/tiddlywiki5/styles.css @@ -35,4 +35,19 @@ p, ul { } .small, aside { font-size: 13px; -} \ No newline at end of file +} + +a { + font-style: italic; + text-decoration: none; +} + +a:hover { + background-color: #00e; + color: #fff; +} + +a.linkResolves { + font-style: normal; + font-weight: bold; +} diff --git a/tiddlywiki5/tiddlers/HelloThere.tid b/tiddlywiki5/tiddlers/HelloThere.tid index 9fba2824b..93a1218ff 100644 --- a/tiddlywiki5/tiddlers/HelloThere.tid +++ b/tiddlywiki5/tiddlers/HelloThere.tid @@ -10,5 +10,3 @@ TiddlyWiki5 gains new capabilities through a [[completely rebuilt architecture|T TiddlyWiki5 also functions as the build system for earlier versions of TiddlyWiki, replacing the elderly Cook and Ginsu tools (see https://github.com/TiddlyWiki/cooker for details). See the CommandLineInterface for details. <> - -<> diff --git a/tiddlywiki5/tiddlers/TiddlerFiles.tid b/tiddlywiki5/tiddlers/TiddlerFiles.tid index 2cffdc6ca..b134929cf 100644 --- a/tiddlywiki5/tiddlers/TiddlerFiles.tid +++ b/tiddlywiki5/tiddlers/TiddlerFiles.tid @@ -1,5 +1,5 @@ title: TiddlerFiles -modified: JeremyRuston +modifier: JeremyRuston Tiddlers can be stored in text files in several different formats. Files containing single tiddlers can also have an auxiliary {{{.meta}}} file formatted as a sequence of name:value pairs: {{{ diff --git a/tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid b/tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid index 96f910fae..50d0b1461 100644 --- a/tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid +++ b/tiddlywiki5/tiddlers/TiddlyWikiArchitecture.tid @@ -105,7 +105,7 @@ function() { } }}} -Now, the return value of this function can be cached until a tiddler in the dependency chain changes. The function itself can be cached until the tiddler itself changes. +Now, the return value of this function can be cached until a tiddler in the dependency chain changes. The function itself can be cached until the tiddler itself changes, or a macro that it uses changes. The dependency chain is calculated when a tiddler is compiled. Every tiddler that is directly referenced is accumulated (until the point at which it is concluded that it is simpler to mark the tiddler as being dependent on any other tiddler changing). diff --git a/tiddlywiki5/tiddlers/TiddlyWikiInternals.tid b/tiddlywiki5/tiddlers/TiddlyWikiInternals.tid index 8fb6c17ac..a7571d760 100644 --- a/tiddlywiki5/tiddlers/TiddlyWikiInternals.tid +++ b/tiddlywiki5/tiddlers/TiddlyWikiInternals.tid @@ -2,4 +2,3 @@ title: TiddlyWikiInternals modifier: JeremyRuston See TiddlyWikiArchitecture for a broad overview - diff --git a/tiddlywiki5/tiddlywiki5.recipe b/tiddlywiki5/tiddlywiki5.recipe index 05e913a0f..b49437744 100644 --- a/tiddlywiki5/tiddlywiki5.recipe +++ b/tiddlywiki5/tiddlywiki5.recipe @@ -19,6 +19,7 @@ jsmodule: ../js/WikiTextProcessor.js jsmodule: ../js/WikiTextParser.js jsmodule: ../js/WikiTextRules.js jsmodule: ../js/WikiTextRenderer.js +jsmodule: ../js/WikiTextCompiler.js jsmodule: ../js/Navigators.js jsmodule: ../js/StoryNavigator.js jsmodule: ../js/Main.js