Docs updates

This commit is contained in:
Jermolene 2013-12-13 10:16:37 +00:00
parent 819843e4b0
commit c190b0f1ea
9 changed files with 16 additions and 16 deletions

View File

@ -1,7 +0,0 @@
created: 20131212182652334
modified: 20131212184252971
tags: howto
title: Saving with InternetExplorer
type: text/vnd.tiddlywiki
TiddlyWiki can save changes directly under InternetExplorer as long as the HTML file is renamed to have the extension `*.hta`.

View File

@ -1,5 +1,5 @@
created: 20130822172800000
modified: 20131203112520519
modified: 20131213100612914
tags: introduction
title: Features
type: text/vnd.tiddlywiki
@ -20,8 +20,8 @@ type: text/vnd.tiddlywiki
* Many internal improvements:
** TiddlyWiki can now be run under [[Node.js]] as well as in the browser, allowing it to be used as a personal web server
** An elegant [[microkernel architecture|PluginMechanism]], that allows infinite customisation by replacing and augmenting the core modules
** TiddlyWiki5 can directly build both itself and previous (2.x.x) versions of TiddlyWiki from their constituent separate files, without needing external tools
** Run the TiddlyWiki5 [[test suite|TestingMechanism]] from http://five.tiddlywiki.com/test.html
** TiddlyWiki version 5 can directly build both itself and previous (2.x.x) versions of TiddlyWiki from their constituent separate files, without needing external tools
** Run the TiddlyWiki [[test suite|TestingMechanism]] from http://five.tiddlywiki.com/test.html
* Last but not least, TiddlyWiki is a rare example of a practical [[quine|Quine]]
The deep internal changes mean that TiddlyWiki5 is not compatible with previous versions, using different plugins, themes and so on. Content prepared for previous versions of TiddlyWiki will need massaging to work properly in TiddlyWiki5. When asking or searching for help be sure to specify TiddlyWiki5 (or TW5).
The deep internal changes mean that TiddlyWiki version 5 is not compatible with previous versions, using different plugins, themes and so on. Content prepared for previous versions of TiddlyWiki will need massaging to work properly. When asking or searching for help be sure to specify TiddlyWiki5 (or TW5).

View File

@ -0,0 +1,7 @@
created: 20131213101024997
modified: 20131213101420914
title: Future of TiddlyWiki
type: text/vnd.tiddlywiki
TiddlyWiki is designed with the long term needs of its users in mind. Because it is OpenSource and needs no infrastructure, we can be confident that all we'll need to access a TiddlyWiki file even in the far future is an ordinary HTML browser. If you're starting to use TiddlyWiki at the beginning of your career you can be confident that it will carry you through to retirement.

View File

@ -1,12 +1,12 @@
created: 20130822170200000
modified: 20131212094254697
modified: 20131213101007165
tags: introduction
title: HelloThere
type: text/vnd.tiddlywiki
Welcome to TiddlyWiki, a complete interactive wiki in JavaScript. It can be used as a [[single HTML file in the browser|SingleFileApplication]] or as a powerful [[Node.js application|Node.js]]. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
This is version <<version>> of TiddlyWiki, a major reboot currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki.
This is version <<version>> of TiddlyWiki, a major reboot designed [[for the next 25 years|Future of TiddlyWiki]]. It is currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki.
//TiddlyWiki is a free, open source project that depends on [[your love and support|HelpingTiddlyWiki]] for their survival//.

View File

@ -1,10 +1,10 @@
created: 20131129094452285
modified: 20131212094211044
modified: 20131213100714351
tags: howto
title: Building TiddlyWikiClassic
type: text/vnd.tiddlywiki
TiddlyWiki version 5 can be used to build older 2.x.x versions of TiddlyWikiClassic from their constituent components. Doing so involves these features:
TiddlyWiki5 can be used to build older 2.x.x versions of TiddlyWikiClassic from their constituent components. Doing so involves these features:
* The `tiddlywiki/classictools` plugin, containing a deserializer module which allows tiddlers to be loaded from TiddlyWiki 2.x.x `.recipe` files
* The `stripcomments` format for the ViewWidget, which strips single line JavaScript comments starting `//#`

File diff suppressed because one or more lines are too long