Minor docs updates

This commit is contained in:
Jeremy Ruston 2012-12-13 21:30:50 +00:00
parent a4930b7e68
commit d0ebb159df
7 changed files with 12 additions and 13 deletions

View File

@ -1,7 +1,7 @@
title: ModuleType
tags: docs concepts
The `module-type` field of a [[JavaScript module|Modules]] is set to a string that identifies the type of the module. TiddlyWiki5 uses the following types:
The `module-type` field of a [[JavaScript module|Modules]] is a string that identifies the type of the module. TiddlyWiki5 uses the following types:
* `command` - individual commands for the `$tw.Commander` class
* `config` - values to be merged over the `$tw.config` global

View File

@ -1,7 +1,7 @@
title: ShadowTiddlers
tags: docs concepts
TiddlyWiki models everything as [[tiddlers|Tiddlers]], including its internal components and configuration. This gives consistency both from the perspective of a user and a developer working on TiddlyWiki.
TiddlyWiki models everything as [[tiddlers|Tiddlers]], including its internal components and configuration.
Thus, even an apparently empty TiddlyWiki actually contains dozens of tiddlers that are necessary to enable it function correctly. To prevent them from confusing or intimidating casual users, these system tiddlers are designated //shadow tiddlers// which means that they remain invisible unless one looks for them directly. They don't show up in lists or search results, but linking to one directly works in the usual way.

View File

@ -5,8 +5,6 @@ Groups of uniquely titled tiddlers are contained in WikiStore objects.
The WikiStore also manages the plugin modules used for macros, and operations like serializing, deserializing, parsing and rendering tiddlers.
Each WikiStore is connected to another shadow store that is used to provide default content. Under usual circumstances, when an attempt is made to retrieve a tiddler that doesn't exist in the store, the search continues into its shadow store (and so on, if the shadow store itself has a shadow store).
!! ~WikiStore Events
Clients can register event handlers with the WikiStore object. Event handlers can be registered to be triggered for modifications to any tiddler in the store, or with a filter to only be invoked when a particular tiddler or set of tiddlers changes.

View File

@ -2,7 +2,7 @@ title: WikiText
type: text/vnd.tiddlywiki
tags: docs concepts
WikiText is a concise, expressive way of typing a wide range of text formatting, hypertext and interactive features. It allows you to focus on writing without a complex user interface getting in the way. It is somewhat similar to [[MarkDown|http://daringfireball.net/projects/markdown/]], but with more of a focus on linking and the interactive features.
WikiText is a concise, expressive way of typing a wide range of text formatting, hypertext and interactive features. It allows you to focus on writing without a complex user interface getting in the way. It is designed to be familiar for users of [[MarkDown|http://daringfireball.net/projects/markdown/]], but with more of a focus on linking and the interactive features.
! Linking in WikiText

View File

@ -3,4 +3,4 @@ tags: definitions
Federatial Limited is a software consultancy founded by JeremyRuston specializing in understanding the impact of the web on the way that we work together.
Through human history we've used hierarchies to organize ourselves to undertake the big challenges of raising an army, organizing a church, or building an enterprise. Now we see the rise of small, loosely federated groups that use the web to establish agreement and organize action, such as the creation of open source software. Federatial is exploring a new wave of collaboration tools that eschew the old, crude hierarchical models of organization.
Through human history we have used hierarchies to organize ourselves to undertake big challenges: from raising an army to building a modern global enterprise. Now we see the rise of small, loosely federated groups that use the web to establish agreement and organize action.

View File

@ -10,13 +10,13 @@ There has already been a series of alpha releases of TiddlyWiki5. The goal of th
Some of the features and fixes required before the beta is declared include:
* Synchronisation via HTTP in the browser
* --Synchronisation via HTTP in the browser--
* Synchronisation via direct file access under node.js
* Preliminary integration with TiddlySpace
* --Preliminary integration with TiddlySpace--
* --Preliminary integration with TiddlySpot--
* --Saving changes to a file URI using Firefox--
* Move default tiddler storage from TiddlyWiki-style `<div>` elements to JSON
* Lazy loading
* --Lazy loading--
* Better handling of binary tiddlers
! Beta Release
@ -25,16 +25,16 @@ TiddlyWiki5 will progress to a beta release when it is practical for cautious ev
Some of the additional features under consideration during the beta include:
* Ability to inspect and edit tiddler fields
* Ability to --inspect and-- edit tiddler fields
* Aliases/inheritance
* WikiText --table and-- block quote support
* More user interface gadgets, including: tabs, popovers, toolbars, carousel, dropdown,
* Checkbox support
* More user interface widgets, including: tabs, popovers, toolbars, carousel, dropdown,
* --Checkbox support--
** For example, `<<checkbox {tag}>>` in a template displays a checkbox representing whether or not each tiddler carries the specified tag
* --Search--
* Tiddler themes and wiki themes
* Text references: slices and sections, JSON references
* Timed refreshed relative dates (eg, 'last modified 30 minutes ago')
* --Timed refreshed relative dates (eg, 'last modified 30 minutes ago')--
* Encrypted tiddlers and --encrypted TiddlyWikis--
* Facebook, Twitter, G+ and LinkedIn macros
* Integration with the browser back and forwards buttons

View File

@ -15,3 +15,4 @@ title: TaskManagementExample
<<checkbox tag:done>< <<view title link>> >>
>>