1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-11 18:00:26 +00:00

Get rid of the 'docs' tag

It was unnecessary, since everything here is documentation
This commit is contained in:
Jeremy Ruston 2013-08-25 21:41:00 +01:00
parent 360bddbc4c
commit 1ebe0d39b2
69 changed files with 72 additions and 81 deletions

View File

@ -1,5 +1,4 @@
title: Building classic TiddlyWiki with TiddlyWiki5 title: Building classic TiddlyWiki with TiddlyWiki5
tags: docs
TiddlyWiki5 can be used to build older 2.x.x versions of TiddlyWiki from their constituent components. Doing so involves these additional features over and above those used for building TiddlyWiki5: TiddlyWiki5 can be used to build older 2.x.x versions of TiddlyWiki from their constituent components. Doing so involves these additional features over and above those used for building TiddlyWiki5:

View File

@ -2,7 +2,7 @@ created: 201308251537
creator: JeremyRuston creator: JeremyRuston
modified: 201308251539 modified: 201308251539
modifier: JeremyRuston modifier: JeremyRuston
tags: docs introduction dev tags: introduction dev
title: DeveloperDocs title: DeveloperDocs
This is the developer documentation hub for TiddlyWiki. This is the developer documentation hub for TiddlyWiki.

View File

@ -2,7 +2,7 @@ created: 201308241418
creator: JeremyRuston creator: JeremyRuston
modified: 201308251303 modified: 201308251303
modifier: JeremyRuston modifier: JeremyRuston
tags: docs introduction tags: introduction
title: Docs title: Docs
This is the main documentation hub for TiddlyWiki. See also the DeveloperDocs. This is the main documentation hub for TiddlyWiki. See also the DeveloperDocs.

View File

@ -2,7 +2,7 @@ created: 201308221728
creator: JeremyRuston creator: JeremyRuston
modified: 201308231953 modified: 201308231953
modifier: JeremyRuston modifier: JeremyRuston
tags: docs introduction tags: introduction
title: Features title: Features
* The ability to save changes on almost any desktop HTML5 compatible-browser * The ability to save changes on almost any desktop HTML5 compatible-browser

View File

@ -2,7 +2,7 @@ created: 201308251605
creator: JeremyRuston creator: JeremyRuston
modified: 201308251605 modified: 201308251605
modifier: JeremyRuston modifier: JeremyRuston
tags: docs community tags: community
title: HelpingTiddlyWiki title: HelpingTiddlyWiki
If you find TiddlyWiki useful, there are lots of ways you can help assure its future and make it better. If you find TiddlyWiki useful, there are lots of ways you can help assure its future and make it better.

View File

@ -1,5 +1,5 @@
title: ReleaseProcess title: ReleaseProcess
tags: dev docs tags: dev
modified: 201304181008 modified: 201304181008
To move from ''alpha'' to ''beta'', TiddlyWiki5 needs a better release and deployment process. At a minimum: To move from ''alpha'' to ''beta'', TiddlyWiki5 needs a better release and deployment process. At a minimum:

View File

@ -2,7 +2,7 @@ created: 201308221734
creator: JeremyRuston creator: JeremyRuston
modified: 201308221734 modified: 201308221734
modifier: JeremyRuston modifier: JeremyRuston
tags: docs features tags: features
title: Scalability title: Scalability
You might expect that TiddlyWiki's architecture as a SinglePageApplication would make it unsuitable for large amounts of data. In fact, TiddlyWiki users regularly work with files that are 20 or 30 megabytes without problems - and successful experiments have been done up into the gigabytes. You might expect that TiddlyWiki's architecture as a SinglePageApplication would make it unsuitable for large amounts of data. In fact, TiddlyWiki users regularly work with files that are 20 or 30 megabytes without problems - and successful experiments have been done up into the gigabytes.

View File

@ -1,5 +1,5 @@
title: TiddlySpot title: TiddlySpot
tags: docs tags:
TiddlySpot is a free hosting service for TiddlyWiki documents from Simon and Daniel Baird. It has been in operation almost as long as TiddlyWiki itself. TiddlySpot is a free hosting service for TiddlyWiki documents from Simon and Daniel Baird. It has been in operation almost as long as TiddlyWiki itself.

View File

@ -2,7 +2,7 @@ created: 201308230917
creator: JeremyRuston creator: JeremyRuston
modified: 201308231750 modified: 201308231750
modifier: JeremyRuston modifier: JeremyRuston
tags: docs community tags: community
title: TiddlyWiki Hangouts title: TiddlyWiki Hangouts
The TiddlyWiki community holds regular Google Hangouts. They are announced in the [[TiddlyWiki Google group|https://groups.google.com/d/forum/tiddlywiki]] and on the [[TiddlyWiki Twitter account|https://twitter.com/TiddlyWiki]]. The TiddlyWiki community holds regular Google Hangouts. They are announced in the [[TiddlyWiki Google group|https://groups.google.com/d/forum/tiddlywiki]] and on the [[TiddlyWiki Twitter account|https://twitter.com/TiddlyWiki]].

View File

@ -2,7 +2,7 @@ created: 201308251618
creator: JeremyRuston creator: JeremyRuston
modified: 201308251618 modified: 201308251618
modifier: JeremyRuston modifier: JeremyRuston
tags: docs dev tags: dev
title: TiddlyWiki5 Development Environment title: TiddlyWiki5 Development Environment
//This information is for people who are working on the development of TiddlyWiki5 itself, and isn't relevant for end users// //This information is for people who are working on the development of TiddlyWiki5 itself, and isn't relevant for end users//

View File

@ -2,7 +2,7 @@ created: 201308251621
creator: JeremyRuston creator: JeremyRuston
modified: 201308251621 modified: 201308251621
modifier: JeremyRuston modifier: JeremyRuston
tags: docs dev tags: dev
title: TiddlyWikiArchitecture title: TiddlyWikiArchitecture
The heart of TiddlyWiki can be seen as an extensible representation transformation engine for text and images. Given the text of a tiddler and its associated ContentType, the engine can produce a rendering of the tiddler in a new ContentType. Furthermore, it can efficiently selectively update the rendering to track any changes in the tiddler or its dependents. The heart of TiddlyWiki can be seen as an extensible representation transformation engine for text and images. Given the text of a tiddler and its associated ContentType, the engine can produce a rendering of the tiddler in a new ContentType. Furthermore, it can efficiently selectively update the rendering to track any changes in the tiddler or its dependents.

View File

@ -1,5 +1,5 @@
title: LoadCommand title: LoadCommand
tags: docs command tags: command
Load tiddlers from 2.x.x TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files Load tiddlers from 2.x.x TiddlyWiki files (`.html`), `.tiddler`, `.tid`, `.json` or other files

View File

@ -1,5 +1,5 @@
title: PasswordCommand title: PasswordCommand
tags: docs command tags: command
Set a password for subsequent crypto operations Set a password for subsequent crypto operations

View File

@ -1,5 +1,5 @@
title: PrintCommand title: PrintCommand
tags: docs command tags: command
The `print` command outputs specified information. The `print` command outputs specified information.

View File

@ -1,5 +1,5 @@
title: RenderTiddlerCommand title: RenderTiddlerCommand
tags: docs command tags: command
Render an individual tiddler as a specified ContentType, defaults to `text/html` and save it to the specified filename Render an individual tiddler as a specified ContentType, defaults to `text/html` and save it to the specified filename

View File

@ -1,5 +1,5 @@
title: RenderTiddlersCommand title: RenderTiddlersCommand
tags: docs command tags: command
Render a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`). Render a set of tiddlers matching a filter to separate files of a specified ContentType (defaults to `text/html`) and extension (defaults to `.html`).

View File

@ -1,5 +1,5 @@
title: ServerCommand title: ServerCommand
tags: docs command tags: command
The server built in to TiddlyWiki5 is very simple. Although compatible with TiddlyWeb it doesn't support many of the features needed for robust Internet-facing usage - in particular, TiddlyWiki5 is an old-school wiki in the sense that it offers no authentication. The server built in to TiddlyWiki5 is very simple. Although compatible with TiddlyWeb it doesn't support many of the features needed for robust Internet-facing usage - in particular, TiddlyWiki5 is an old-school wiki in the sense that it offers no authentication.

View File

@ -1,5 +1,5 @@
title: VerboseCommand title: VerboseCommand
tags: docs command tags: command
Triggers verbose output, useful for debugging Triggers verbose output, useful for debugging

View File

@ -1,5 +1,5 @@
title: VersionCommand title: VersionCommand
tags: docs command tags: command
Displays the version number of TiddlyWiki. Displays the version number of TiddlyWiki.

View File

@ -2,7 +2,7 @@ created: 201308251449
creator: JeremyRuston creator: JeremyRuston
modified: 201308251449 modified: 201308251449
modifier: JeremyRuston modifier: JeremyRuston
tags: docs concepts tags: concepts
title: ContextTiddler title: ContextTiddler
The ContextTiddler is the current tiddler during WikiText processing. A context tiddler is set by the TiddlerWidget. It allows you to write references like `<$view field="title" format="link"/>` in TiddlerTemplates without explicitly specifying the tiddler that it applies to. The ContextTiddler is the current tiddler during WikiText processing. A context tiddler is set by the TiddlerWidget. It allows you to write references like `<$view field="title" format="link"/>` in TiddlerTemplates without explicitly specifying the tiddler that it applies to.

View File

@ -1,5 +1,5 @@
title: ModuleType title: ModuleType
tags: docs concepts tags: concepts
modified: 201308091623 modified: 201308091623
The `module-type` field of a [[JavaScript module|Modules]] is a string that identifies the type of the module. The `module-type` field of a [[JavaScript module|Modules]] is a string that identifies the type of the module.

View File

@ -1,5 +1,5 @@
title: Modules title: Modules
tags: docs concepts tags: concepts
modified: 201308091623 modified: 201308091623
A //module// in TiddlyWiki5 is a tiddler containing executable JavaScript, of the type `application/javascript` and with the field `module-type` set to the ModuleType of the module. A //module// in TiddlyWiki5 is a tiddler containing executable JavaScript, of the type `application/javascript` and with the field `module-type` set to the ModuleType of the module.

View File

@ -1,5 +1,5 @@
title: Plugins title: Plugins
tags: docs concepts tags: concepts
modified: 201308091623 modified: 201308091623
A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki. A plugin in TiddlyWiki5 is a bundle of tiddlers packaged together as a single tiddler. Plugins are used to distribute optional, custom components for TiddlyWiki.

View File

@ -1,5 +1,5 @@
title: ShadowTiddlers title: ShadowTiddlers
tags: docs concepts tags: concepts
modified: 201308091623 modified: 201308091623
ShadowTiddlers are tiddlers that are loaded from within [[Plugins]]. Unlike ordinary tiddlers, they don't appear in most lists. ShadowTiddlers are tiddlers that are loaded from within [[Plugins]]. Unlike ordinary tiddlers, they don't appear in most lists.

View File

@ -2,7 +2,7 @@ created: 201308220806
creator: JeremyRuston creator: JeremyRuston
modified: 201308220812 modified: 201308220812
modifier: JeremyRuston modifier: JeremyRuston
tags: docs tags:
title: SystemTags title: SystemTags
System tags are used to give special behaviour to tiddlers: System tags are used to give special behaviour to tiddlers:

View File

@ -1,5 +1,5 @@
title: SystemTiddlers title: SystemTiddlers
tags: docs concepts tags: concepts
System tiddlers are any tiddler whose title starts with `$:/`; such tiddlers are automatically hidden from most operations. They don't show up in lists or search results, but linking to one directly works in the usual way. System tiddlers are any tiddler whose title starts with `$:/`; such tiddlers are automatically hidden from most operations. They don't show up in lists or search results, but linking to one directly works in the usual way.

View File

@ -1,5 +1,5 @@
title: TextReference title: TextReference
tags: docs concepts tags: concepts
A TextReference identifies a chunk of text from a tiddler that can be retrieved or modified depending on the context. A TextReference identifies a chunk of text from a tiddler that can be retrieved or modified depending on the context.

View File

@ -1,4 +1,4 @@
tags: docs concepts tags: concepts
title: TiddlerFilters title: TiddlerFilters
modified: 201308201405 modified: 201308201405

View File

@ -1,4 +1,4 @@
tags: docs concepts tags: concepts
title: Tiddlers title: Tiddlers
modified: 201306010741 modified: 201306010741

View File

@ -2,7 +2,7 @@ created: 201308221707
creator: JeremyRuston creator: JeremyRuston
modified: 201308252013 modified: 201308252013
modifier: JeremyRuston modifier: JeremyRuston
tags: docs concepts tags: concepts
title: TiddlyWiki title: TiddlyWiki
TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn't easily fit into conventional tools like spreadsheets or wordprocessors. TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn't easily fit into conventional tools like spreadsheets or wordprocessors.

View File

@ -1,6 +1,6 @@
title: TiddlyWiki5 title: TiddlyWiki5
modifier: JeremyRuston modifier: JeremyRuston
modified: 201302051920 modified: 201302051920
tags: docs concepts tags: concepts
TiddlyWiki5 is a reboot of TiddlyWiki for the next 25 years. It is a complete interactive wiki in JavaScript that can be run in the browser or on the server under [[node.js]]. TiddlyWiki5 is a reboot of TiddlyWiki for the next 25 years. It is a complete interactive wiki in JavaScript that can be run in the browser or on the server under [[node.js]].

View File

@ -1,5 +1,5 @@
modified: 201304161845 modified: 201304161845
tags: docs tags:
title: TiddlyWikiFolders title: TiddlyWikiFolders
As well as traditional single file wikis, TiddlyWiki5 [[under node.js|TiddlyWiki5 Node Edition]] supports wikis that are stored as a folder of individual tiddler files. As well as traditional single file wikis, TiddlyWiki5 [[under node.js|TiddlyWiki5 Node Edition]] supports wikis that are stored as a folder of individual tiddler files.

View File

@ -1,5 +1,5 @@
title: Wiki title: Wiki
tags: docs concepts tags: concepts
Groups of uniquely titled tiddlers are contained in WikiStore objects. Groups of uniquely titled tiddlers are contained in WikiStore objects.

View File

@ -1,4 +1,4 @@
tags: docs concepts tags: concepts
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
title: WikiText title: WikiText
modified: 201305011529 modified: 201305011529
@ -92,11 +92,11 @@ You can incorporate the content of one tiddler within another using the transclu
A similar syntax can be used to transclude a list of tiddlers matching a specified [[TiddlerFilter|TiddlerFilters]]: A similar syntax can be used to transclude a list of tiddlers matching a specified [[TiddlerFilter|TiddlerFilters]]:
``` ```
{{{ [tag[docs]] }}} {{{ [tag[mechanism]] }}}
{{{ [tag[docs]] |tooltip}}} {{{ [tag[mechanism]] |tooltip}}}
{{{ [tag[docs]] ||TemplateTitle}}} {{{ [tag[mechanism]] ||TemplateTitle}}}
{{{ [tag[docs]] |tooltip||TemplateTitle}}} {{{ [tag[mechanism]] |tooltip||TemplateTitle}}}
{{{ [tag[docs]] }}width:40;height:50;}.class.class {{{ [tag[mechanism]] }}width:40;height:50;}.class.class
``` ```
! Images ! Images

View File

@ -2,7 +2,7 @@ created: 201308251611
creator: JeremyRuston creator: JeremyRuston
modified: 201308251611 modified: 201308251611
modifier: JeremyRuston modifier: JeremyRuston
tags: docs definitions tags: definitions
title: TiddlyFox title: TiddlyFox
TiddlyFox is an extension for Firefox that allows standalone TiddlyWiki files to save their changes directly to the file system. TiddlyFox works on both desktop and smartphone versions of Firefox. TiddlyFox is an extension for Firefox that allows standalone TiddlyWiki files to save their changes directly to the file system. TiddlyFox works on both desktop and smartphone versions of Firefox.

View File

@ -1,7 +1,7 @@
modified: 201304291301 modified: 201304291301
title: TiddlyWiki5 Node Edition title: TiddlyWiki5 Node Edition
modifier: JeremyRuston modifier: JeremyRuston
tags: docs edition tags: edition
TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on tiddlers, TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles. For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in HTML: TiddlyWiki5 can be used on the command line to perform an extensive set of operations based on tiddlers, TiddlyWikiFolders, TiddlerFiles and TiddlyWikiFiles. For example, the following command loads the tiddlers from a TiddlyWiki HTML file and then saves one of them in HTML:

View File

@ -1,5 +1,5 @@
title: TiddlyWiki5 Standalone Edition title: TiddlyWiki5 Standalone Edition
tags: docs edition tags: edition
The standalone edition of TiddlyWiki5 is a single HTML file that contains both your content and the JavaScript code needed to provide a user interface for viewing and editting it. Your changes are preserved by generating an updated HTML file which can be saved in various ways, depending on your browser and configuration: The standalone edition of TiddlyWiki5 is a single HTML file that contains both your content and the JavaScript code needed to provide a user interface for viewing and editting it. Your changes are preserved by generating an updated HTML file which can be saved in various ways, depending on your browser and configuration:

View File

@ -1,5 +1,5 @@
title: TiddlyWiki5 Static Site Generation title: TiddlyWiki5 Static Site Generation
tags: edition docs tags: edition
TiddlyWiki5 can be used to generate a static HTML representation of a TiddlyWiki that doesn't need JavaScript. TiddlyWiki5 can be used to generate a static HTML representation of a TiddlyWiki that doesn't need JavaScript.

View File

@ -1,4 +1,4 @@
tags: edition docs tags: edition
modifier: JeremyRuston modifier: JeremyRuston
title: TiddlyWiki5 in the Sky for TiddlyWeb title: TiddlyWiki5 in the Sky for TiddlyWeb
modified: 201305011456 modified: 201305011456

View File

@ -2,7 +2,7 @@ created: 201308251620
creator: JeremyRuston creator: JeremyRuston
modified: 201308251620 modified: 201308251620
modifier: JeremyRuston modifier: JeremyRuston
tags: docs features tags: features
title: ImportTiddlers title: ImportTiddlers
You can import content into a TiddlyWiki file in several ways: You can import content into a TiddlyWiki file in several ways:

View File

@ -2,7 +2,7 @@ created: 201308251614
creator: JeremyRuston creator: JeremyRuston
modified: 201308251614 modified: 201308251614
modifier: JeremyRuston modifier: JeremyRuston
tags: docs howto tags: howto
title: How to use TiddlyWiki5 as a standalone HTML file with AndTidWiki title: How to use TiddlyWiki5 as a standalone HTML file with AndTidWiki
The AndTidWiki app for Android devices makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection. The AndTidWiki app for Android devices makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection.

View File

@ -1,5 +1,5 @@
title: How to use TiddlyWiki5 as a standalone HTML file with TWEdit title: How to use TiddlyWiki5 as a standalone HTML file with TWEdit
tags: docs howto tags: howto
modified: 201305141919 modified: 201305141919
The iPad/iPhone app ''TWEdit'' makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection. [[Download it here|https://itunes.apple.com/gb/app/twedit/id409607956?mt=8]]. The iPad/iPhone app ''TWEdit'' makes it possible to edit and save changes to TiddlyWiki5, including working offline without a network connection. [[Download it here|https://itunes.apple.com/gb/app/twedit/id409607956?mt=8]].

View File

@ -2,7 +2,7 @@ created: 201308251606
creator: JeremyRuston creator: JeremyRuston
modified: 201308251607 modified: 201308251607
modifier: JeremyRuston modifier: JeremyRuston
tags: docs howto tags: howto
title: How to build a TiddlyWiki5 from individual tiddlers title: How to build a TiddlyWiki5 from individual tiddlers
# Create an empty [[TiddlyWikiFolder|TiddlyWikiFolders]] # Create an empty [[TiddlyWikiFolder|TiddlyWikiFolders]]

View File

@ -2,7 +2,7 @@ created: 201308220803
creator: JeremyRuston creator: JeremyRuston
modified: 201308220803 modified: 201308220803
modifier: JeremyRuston modifier: JeremyRuston
tags: docs howto tags: howto
title: How to use TiddlyWiki5 as a standalone HTML file title: How to use TiddlyWiki5 as a standalone HTML file
! On desktop browsers ! On desktop browsers

View File

@ -1,4 +1,4 @@
tags: docs howto tags: howto
title: How to use TiddlyWiki5 as a standalone HTML file with TiddlyFox title: How to use TiddlyWiki5 as a standalone HTML file with TiddlyFox
modified: 201308081154 modified: 201308081154

View File

@ -2,7 +2,7 @@ created: 201308251609
creator: JeremyRuston creator: JeremyRuston
modified: 201308251609 modified: 201308251609
modifier: JeremyRuston modifier: JeremyRuston
tags: docs howto tags: howto
title: How to use TiddlyWiki5 as a standalone HTML file with encryption title: How to use TiddlyWiki5 as a standalone HTML file with encryption
[[TiddlyWiki5 Standalone Edition]] allows content to be encrypted using the [[Stanford JavaScript Crypto Library]]. [[TiddlyWiki5 Standalone Edition]] allows content to be encrypted using the [[Stanford JavaScript Crypto Library]].

View File

@ -2,7 +2,7 @@ created: 201308251501
creator: JeremyRuston creator: JeremyRuston
modified: 201308251501 modified: 201308251501
modifier: JeremyRuston modifier: JeremyRuston
tags: docs dev howto tags: dev howto
title: Using TiddlyWiki for GitHub Pages project documentation title: Using TiddlyWiki for GitHub Pages project documentation
TiddlyWiki5 can be used to produce documentation for GitHub projects. It lets you maintain a single set of documentation as a [[TiddlyWikiFolder|TiddlyWikiFolders]] containing separate tiddler files under source code control, and then use it to produce `readme.md` files for inclusion in project folders, or HTML files for storage in [[GitHub Pages|http://pages.github.com/]]. Both features are demonstrated by TiddlyWiki5 itself. TiddlyWiki5 can be used to produce documentation for GitHub projects. It lets you maintain a single set of documentation as a [[TiddlyWikiFolder|TiddlyWikiFolders]] containing separate tiddler files under source code control, and then use it to produce `readme.md` files for inclusion in project folders, or HTML files for storage in [[GitHub Pages|http://pages.github.com/]]. Both features are demonstrated by TiddlyWiki5 itself.

View File

@ -2,7 +2,7 @@ created: 201308251429
creator: JeremyRuston creator: JeremyRuston
modified: 201308251429 modified: 201308251429
modifier: JeremyRuston modifier: JeremyRuston
tags: docs mechanism tags: mechanism
title: BootMechanism title: BootMechanism
!Introduction !Introduction

View File

@ -1,6 +1,6 @@
title: DraftMechanism title: DraftMechanism
modified: 201308201324 modified: 201308201324
tags: mechanism docs tags: mechanism
Tiddlers that have a `draft.of` field are treated as pending drafts of the tiddler specified in the field. Draft tiddlers should also have a `draft.title` field that specifies the title that will be given to the tiddler when it is saved. Tiddlers that have a `draft.of` field are treated as pending drafts of the tiddler specified in the field. Draft tiddlers should also have a `draft.title` field that specifies the title that will be given to the tiddler when it is saved.

View File

@ -2,7 +2,7 @@ created: 201308251542
creator: JeremyRuston creator: JeremyRuston
modified: 201308251543 modified: 201308251543
modifier: JeremyRuston modifier: JeremyRuston
tags: docs mechanism tags: mechanism
title: EncryptionMechanism title: EncryptionMechanism
TiddlyWiki5 allows the entire content of a TiddlyWiki HTML file to be encrypted with the Stanford JavaScript Crypto Library. Opening an encrypted TiddlyWiki in the browser prompts for a password before decrypting and displaying the content. TiddlyWiki5 allows the entire content of a TiddlyWiki HTML file to be encrypted with the Stanford JavaScript Crypto Library. Opening an encrypted TiddlyWiki in the browser prompts for a password before decrypting and displaying the content.

View File

@ -2,7 +2,7 @@ created: 201308251625
creator: JeremyRuston creator: JeremyRuston
modified: 201308251626 modified: 201308251626
modifier: JeremyRuston modifier: JeremyRuston
tags: dev docs mechanism tags: dev mechanism
title: LazyLoadingMechanism title: LazyLoadingMechanism
TiddlyWiki5 currently only implements lazy loading when its running in the browser talking to a TiddlyWeb-compatible server. When it syncs, it first requests a "skinny" version of each tiddler (consisting of all the fields apart from the text field). Subsequently, an attempt to read those skinny tiddlers with `wiki.getTiddler()` returns just the skinny fields, but an attempt to read one using `wiki.getTiddlerText()` will trigger an asynchronous load of the full tiddler text, which in turn triggers a refresh cycle, updating the display to reflect the newly loaded tiddler. Widgets that loop through all tiddlers are fine; it's only if they trigger `wiki.getTiddlerText()` for a tiddler that it will get loaded. TiddlyWiki5 currently only implements lazy loading when its running in the browser talking to a TiddlyWeb-compatible server. When it syncs, it first requests a "skinny" version of each tiddler (consisting of all the fields apart from the text field). Subsequently, an attempt to read those skinny tiddlers with `wiki.getTiddler()` returns just the skinny fields, but an attempt to read one using `wiki.getTiddlerText()` will trigger an asynchronous load of the full tiddler text, which in turn triggers a refresh cycle, updating the display to reflect the newly loaded tiddler. Widgets that loop through all tiddlers are fine; it's only if they trigger `wiki.getTiddlerText()` for a tiddler that it will get loaded.

View File

@ -1,4 +1,4 @@
title: ParsingMechanism title: ParsingMechanism
tags: docs mechanism tags: mechanism

View File

@ -1,6 +1,6 @@
modified: 201305011454 modified: 201305011454
title: PluginMechanism title: PluginMechanism
tags: docs mechanism tags: mechanism
[[Plugins]] are bundles of tiddlers that are distributed and managed as a single unit by being packed into a single JSON tiddler. If a tiddler isn't found in the main store, then the registered plugins are searched for it instead. [[Plugins]] are bundles of tiddlers that are distributed and managed as a single unit by being packed into a single JSON tiddler. If a tiddler isn't found in the main store, then the registered plugins are searched for it instead.

View File

@ -1,3 +1,3 @@
title: RenderingMechanism title: RenderingMechanism
tags: docs mechanism tags: mechanism

View File

@ -1,5 +1,5 @@
modified: 201304251659 modified: 201304251659
tags: docs dev tags: dev
title: TestingMechanism title: TestingMechanism
TiddlyWiki5 incorporates the Jasmine JavaScript testing framework (see http://pivotal.github.io/jasmine/). It allows the same tests to be run both in the browser and under node.js. TiddlyWiki5 incorporates the Jasmine JavaScript testing framework (see http://pivotal.github.io/jasmine/). It allows the same tests to be run both in the browser and under node.js.

View File

@ -2,7 +2,7 @@ created: 201308251621
creator: JeremyRuston creator: JeremyRuston
modified: 201308251621 modified: 201308251621
modifier: JeremyRuston modifier: JeremyRuston
tags: dev docs tags: dev
title: SyncAdaptorModules title: SyncAdaptorModules
! Introduction ! Introduction

View File

@ -2,7 +2,7 @@ created: 201308232038
creator: JeremyRuston creator: JeremyRuston
modified: 201308232040 modified: 201308232040
modifier: JeremyRuston modifier: JeremyRuston
tags: docs planning tags: planning
title: RoadMap title: RoadMap
TiddlyWiki5 is under rapid development at the moment, moving through a series of stages from alpha, via beta into a stable release. TiddlyWiki5 is under rapid development at the moment, moving through a series of stages from alpha, via beta into a stable release.

View File

@ -1,8 +0,0 @@
color: #8080FF
created: 201308251539
creator: JeremyRuston
modified: 201308251539
modifier: JeremyRuston
title: docs
See [[Docs]] for the main TiddlyWiki documentation hub.

View File

@ -80,7 +80,7 @@ Store your tiddlers in separate files in a chain of linked directories.
#* `$tw.wiki.deleteTiddler("HelloThere")` #* `$tw.wiki.deleteTiddler("HelloThere")`
#* `$tw.wiki.addTiddler({title: "HelloThere", text: "This is a new [[Tiddler]], linking to a TiddlerThatDoesntCurrentlyExist"})` #* `$tw.wiki.addTiddler({title: "HelloThere", text: "This is a new [[Tiddler]], linking to a TiddlerThatDoesntCurrentlyExist"})`
#* `$tw.wiki.getTiddlerLinks("HelloThere")` #* `$tw.wiki.getTiddlerLinks("HelloThere")`
#* `$tw.wiki.filterTiddlers("[tag[docs]sort[modified]]")` #* `$tw.wiki.filterTiddlers("[tag[mechanism]sort[modified]]")`
!!! Saving online !!! Saving online

View File

@ -2,7 +2,7 @@ created: 201308251604
creator: JeremyRuston creator: JeremyRuston
modified: 201308251604 modified: 201308251604
modifier: JeremyRuston modifier: JeremyRuston
tags: docs tips tags: tips
title: GoogleChromeTips title: GoogleChromeTips
Some suggestions for streamlining [[using TiddlyWiki as a single file|How to use TiddlyWiki5 as a standalone HTML file]] with GoogleChrome. Some suggestions for streamlining [[using TiddlyWiki as a single file|How to use TiddlyWiki5 as a standalone HTML file]] with GoogleChrome.

View File

@ -2,7 +2,7 @@ created: 201308251033
creator: JeremyRuston creator: JeremyRuston
modified: 201308251418 modified: 201308251418
modifier: JeremyRuston modifier: JeremyRuston
tags: docs tips tags: tips
title: TitlesPolicy title: TitlesPolicy
As the structures within your TiddlyWiki documents get more complex it can be hard to keep the titles of tiddlers consistent. For example, should terms be defined in the plural or the singular? Camel case or separate words? As the structures within your TiddlyWiki documents get more complex it can be hard to keep the titles of tiddlers consistent. For example, should terms be defined in the plural or the singular? Camel case or separate words?

View File

@ -1,5 +1,5 @@
title: GridWidget title: GridWidget
tags: docs widget tags: widget
The grid widget assembles tiddlers into a tabular grid based on their titles. For example: The grid widget assembles tiddlers into a tabular grid based on their titles. For example:

View File

@ -1,5 +1,5 @@
title: LinkWidget title: LinkWidget
tags: docs widget tags: widget
The `link` widget generates links to tiddlers and external URIs. Optionally, hovering over a link can trigger the display of another tiddler as a popup. The `link` widget generates links to tiddlers and external URIs. Optionally, hovering over a link can trigger the display of another tiddler as a popup.

View File

@ -2,7 +2,7 @@ created: 201308241419
creator: JeremyRuston creator: JeremyRuston
modified: 201308241419 modified: 201308241419
modifier: JeremyRuston modifier: JeremyRuston
tags: widget docs tags: widget
title: ListWidget title: ListWidget
\define demoMacro(title) \define demoMacro(title)

View File

@ -2,7 +2,7 @@ created: 201308241543
creator: JeremyRuston creator: JeremyRuston
modified: 201308241543 modified: 201308241543
modifier: JeremyRuston modifier: JeremyRuston
tags: docs widget tags: widget
title: TiddlerWidget title: TiddlerWidget
! Introduction ! Introduction

View File

@ -2,7 +2,7 @@ created: 201308241425
creator: JeremyRuston creator: JeremyRuston
modified: 201308241530 modified: 201308241530
modifier: JeremyRuston modifier: JeremyRuston
tags: widget docs tags: widget
title: TranscludeWidget title: TranscludeWidget
! Introduction ! Introduction

View File

@ -1,5 +1,5 @@
title: VideoWidget title: VideoWidget
tags: docs widget tags: widget
Here is a collection of embedded videos. Try opening and closing tiddlers while the videos are playing; they should not be affected. Here is a collection of embedded videos. Try opening and closing tiddlers while the videos are playing; they should not be affected.

View File

@ -1,5 +1,5 @@
title: StyleBlockWikiText title: StyleBlockWikiText
tags: docs wikitextrule tags: wikitextrule
This syntax enables you to assign arbitrary styles and classes to generated elements. For example: This syntax enables you to assign arbitrary styles and classes to generated elements. For example:

View File

@ -1,5 +1,5 @@
title: TypedBlockWikiText title: TypedBlockWikiText
tags: docs wikitextrule tags: wikitextrule
WikiText can include blocks of text that are rendered with an explicit ContentType like this: WikiText can include blocks of text that are rendered with an explicit ContentType like this: