1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 18:39:54 +00:00

Add mechanisms to the reference docs

This commit is contained in:
Jermolene 2014-09-11 20:12:25 +01:00
parent 022eba9c75
commit a464256e18
18 changed files with 30 additions and 20 deletions

View File

@ -3,7 +3,7 @@ modified: 20140910213038857
tags: TableOfContents
title: Reference
type: text/vnd.tiddlywiki
list: Concepts Definitions WikiText Macros Widgets Filters Messages Commands
list: Concepts Definitions WikiText Macros Widgets Filters Messages Commands Mechanisms
The following topics provide the canonical reference documentation for TiddlyWiki:

View File

@ -1,6 +1,6 @@
created: 20140213224306412
modified: 20140213224622441
tags: mechanism
tags: Mechanisms
title: AlertMechanism
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130825142900000
modified: 20140502142900000
tags: mechanism dev
tags: Mechanisms
title: BootMechanism
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
title: DraftMechanism
modified: 201308201324
tags: mechanism
tags: Mechanisms
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

@ -1,6 +1,6 @@
created: 20130825154200000
modified: 20131129163653069
tags: mechanism
tags: Mechanisms
title: EncryptionMechanism
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140213171818824
modified: 20140516172236345
tags: mechanism
tags: Mechanisms
title: HistoryMechanism
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140720164948099
modified: 20140720165248031
tags: mechanism
tags: Mechanisms
title: InfoMechanism
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130825162500000
modified: 20140206221900969
tags: dev mechanism
tags: Mechanisms
title: LazyLoadingMechanism
type: text/vnd.tiddlywiki

View File

@ -0,0 +1,10 @@
color: #9fa3cb
created: 20130825153800000
modified: 20140910211727889
title: Mechanisms
tags: Reference
type: text/vnd.tiddlywiki
These are the internal mechanisms that fit together to make up TiddlyWiki.
<<list-unordered-links "[tag[Mechanisms]]">>

View File

@ -1,5 +1,5 @@
title: ParsingMechanism
tags: mechanism dev
tags: Mechanisms
created: 201311011307
modified: 201311011307

View File

@ -1,6 +1,6 @@
created: 20130826122000000
modified: 20140815094840608
tags: mechanism
tags: Mechanisms
title: PluginMechanism
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131212175656755
modified: 20131212180213909
tags: mechanism
tags: Mechanisms
title: PopupMechanism
type: text/vnd.tiddlywiki

View File

@ -1,5 +1,5 @@
title: RenderingMechanism
tags: mechanism
tags: Mechanisms
created: 201311011307
modified: 201311011307

View File

@ -1,6 +1,6 @@
created: 20140502142900000
modified: 20140502142900000
tags: mechanism dev
tags: Mechanisms
title: StartupMechanism
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131228164411884
modified: 20131228164955084
tags: mechanism
tags: Mechanisms
title: StateMechanism
type: text/vnd.tiddlywiki

View File

@ -1,5 +1,5 @@
modified: 201311222159
tags: dev mechanism
tags: Mechanisms
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.

View File

@ -1,10 +1,10 @@
created: 20140217173700918
modified: 20140217173713987
tags: mechanism
modified: 20140911183846401
tags: Mechanisms
title: TranslationMechanism
type: text/vnd.tiddlywiki
The translation mechanism of TiddlyWiki manages and switches between language plugins that provide translations of the TiddlyWiki user interface. [[How to create a translation for TiddlyWiki]] explains how translators can create and submit translations for TiddlyWiki.
The translation mechanism of TiddlyWiki manages and switches between language plugins that provide translations of the TiddlyWiki user interface. The developer site at http://tiddlywiki.com/dev/ explains how translators can create and submit translations for TiddlyWiki.
The title of the current language plugin is read from the tiddler [[$:/language]]. If the selected plugin changes then any displayed translateable text automatically changes.
@ -12,6 +12,6 @@ Translation plugins are bundles of tiddlers that each contain an indepedent tran
Translatable strings are generally in the namespace `$:/language/`, for example:
* [[$:/language/ControlPanel/Tools/Encryption/ChangePassword/Button]]
* [[$:/language/EditTemplate/Shadow/OverriddenWarning]]
* [[$:/language/Docs/ModuleTypes/isfilteroperator]]
* [[$:/language/EditTemplate/Fields/Add/Value/Placeholder]]

View File

@ -1,7 +1,7 @@
title: UpgradeMechanism
modified: 20140711090154150
created: 20140711090154150
tags: mechanism
tags: Mechanisms
# Open upgrade.html
# Includes a data tiddler called `$:/UpgradeLibrary` that contains the latest compatible versions of all plugins in the library