1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-30 07:50:47 +00:00

Docs update

This commit is contained in:
Jeremy Ruston 2013-05-08 17:29:18 +01:00
parent db67bb8f8a
commit 3108cb4f29

View File

@ -1,6 +1,6 @@
tags: talkytalky tags: talkytalky
title: TalkyTalky title: TalkyTalky
modified: 201305081420 modified: 201305081626
@@text-align:center; @@text-align:center;
! http://five.tiddlywiki.com/ ! http://five.tiddlywiki.com/
@ -10,9 +10,9 @@ modified: 201305081420
!! @~TiddlyWiki & @Jermolene !! @~TiddlyWiki & @Jermolene
@@ @@
TiddlyWiki5 is a JavaScript wiki that can run entirely in the browser, or under ''node.js''. TiddlyWiki is a representation transformation engine. Parses WikiText and renders it as text, or straight to the DOM with selective refresh of subsequent changes. WikiText is used to render the user interface as well as the content of tiddlers. Once you know how to edit a tiddler you know how to customise TiddlyWiki, with no limits - it's only JavaScript. TiddlyWiki5 is a JavaScript wiki that can run entirely in the browser, or under ''node.js''. Internally, it is a representation transformation engine. It parses WikiText and renders it as text, or straight to the DOM with selective refresh to reflect subsequent changes. WikiText is used to render the user interface as well as the content of tiddlers. Once you know how to edit a tiddler you know how to customise TiddlyWiki, with no limits - it's only JavaScript.
Why is this different? It frees you from the monopoly platforms of the web: store stuff in TW5 and you can pretty much guarantee you'll still have it in 100 years. Freedom, into the far future. Why is TiddlyWiki different? It frees you from the monopoly platforms of the web: store stuff in TW5 and you can pretty much guarantee you'll still have it in 100 years. Freedom, into the far future.
!!! Single-file Edition !!! Single-file Edition
@ -39,9 +39,8 @@ Store your tiddlers in a single HTML file along with the JS
# Enter password to decrypt # Enter password to decrypt
# Start adding tasks # Start adding tasks
# Save using TiddlyFox, refresh to show changes # Save using TiddlyFox, refresh to show changes
# Create some tasks # Drag in the task tiddlers
# Drag in TaskManagementDemo, show source # Drag in TaskManagementDemo, show source
# Algebra of tiddlers
!!! node.js Edition !!! node.js Edition
@ -63,14 +62,6 @@ Store your tiddlers in separate files in a chain of linked directories.
* TiddlyWeb * TiddlyWeb
* TiddlyEdit for iOS * TiddlyEdit for iOS
!!! API
# Open dev tools console
#* `$tw.wiki.deleteTiddler("HelloThere")`
#* `$tw.wiki.addTiddler({title: "HelloThere", text: "This is a new [[Tiddler]], linking to a TiddlerThatDoesntCurrentlyExist"})`
#* `$tw.wiki.getTiddlerLinks("HelloThere")`
#* `$tw.wiki.filterTiddlers("[tag[docs]sort[modified]]")`
!!! Wrap-up !!! Wrap-up
# This is the start of a 25-year journey to perfect a tool that anyone can user forever # This is the start of a 25-year journey to perfect a tool that anyone can user forever
@ -83,6 +74,14 @@ Store your tiddlers in separate files in a chain of linked directories.
//Below the line...// //Below the line...//
!!! API
# Open dev tools console
#* `$tw.wiki.deleteTiddler("HelloThere")`
#* `$tw.wiki.addTiddler({title: "HelloThere", text: "This is a new [[Tiddler]], linking to a TiddlerThatDoesntCurrentlyExist"})`
#* `$tw.wiki.getTiddlerLinks("HelloThere")`
#* `$tw.wiki.filterTiddlers("[tag[docs]sort[modified]]")`
!!! Saving online !!! Saving online
# Open http://tiddlyspot.com/ # Open http://tiddlyspot.com/