diff --git a/editions/tw5.com/tiddlers/concepts/ModuleType.tid b/editions/tw5.com/tiddlers/concepts/ModuleType.tid index ab063f239..cdce12292 100644 --- a/editions/tw5.com/tiddlers/concepts/ModuleType.tid +++ b/editions/tw5.com/tiddlers/concepts/ModuleType.tid @@ -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 diff --git a/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid b/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid index b6ebd3a09..ca64da733 100644 --- a/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid +++ b/editions/tw5.com/tiddlers/concepts/ShadowTiddlers.tid @@ -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. diff --git a/editions/tw5.com/tiddlers/concepts/Wiki.tid b/editions/tw5.com/tiddlers/concepts/Wiki.tid index 4cd81c910..2d71cd31d 100644 --- a/editions/tw5.com/tiddlers/concepts/Wiki.tid +++ b/editions/tw5.com/tiddlers/concepts/Wiki.tid @@ -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. diff --git a/editions/tw5.com/tiddlers/concepts/WikiText.tid b/editions/tw5.com/tiddlers/concepts/WikiText.tid index 2d4d53217..98b30b1fd 100644 --- a/editions/tw5.com/tiddlers/concepts/WikiText.tid +++ b/editions/tw5.com/tiddlers/concepts/WikiText.tid @@ -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 diff --git a/editions/tw5.com/tiddlers/definitions/FederatialLimited.tid b/editions/tw5.com/tiddlers/definitions/FederatialLimited.tid index 93f54f9cc..a3d0601dd 100644 --- a/editions/tw5.com/tiddlers/definitions/FederatialLimited.tid +++ b/editions/tw5.com/tiddlers/definitions/FederatialLimited.tid @@ -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. diff --git a/editions/tw5.com/tiddlers/roadmap/RoadMap.tid b/editions/tw5.com/tiddlers/roadmap/RoadMap.tid index c2a6cc3d2..9d3fdb79b 100644 --- a/editions/tw5.com/tiddlers/roadmap/RoadMap.tid +++ b/editions/tw5.com/tiddlers/roadmap/RoadMap.tid @@ -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 `
` 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, `<>` 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 diff --git a/editions/tw5.com/tiddlers/samples/Tasks/TaskManagementExample.tid b/editions/tw5.com/tiddlers/samples/Tasks/TaskManagementExample.tid index 871d97953..caeaa77de 100644 --- a/editions/tw5.com/tiddlers/samples/Tasks/TaskManagementExample.tid +++ b/editions/tw5.com/tiddlers/samples/Tasks/TaskManagementExample.tid @@ -15,3 +15,4 @@ title: TaskManagementExample << <> >> >> +