1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-14 09:36:48 +00:00

Lots more docs updates

This commit is contained in:
Jermolene 2014-09-12 16:05:37 +01:00
parent c713eddbef
commit f187122c35
139 changed files with 345 additions and 621 deletions

View File

@ -5,7 +5,7 @@ title: Releasing a new version of TiddlyWiki5
type: text/vnd.tiddlywiki
# Adjust the release date of the latest release tiddler (eg, [[Release 5.0.7-beta]])
# Ensure ReleaseHistory has the new version as the default tab
# Ensure [[Releases]] has the new version as the default tab
# Adjust the modified time of HelloThere
# Make sure ''Jermolene/TiddlyWiki5'' is fully committed
# Edit `package.json` to the new version number

View File

@ -3,4 +3,4 @@ tags: $:/tags/PageControls
caption: ~GitHub ribbon
description: ~GitHub ribbon for tw5.com
<div class="github-fork-ribbon-wrapper right" style><div class="github-fork-ribbon" style="background-color:#DF4848;"><$link to="ReleaseHistory"><<version>></$link></div></div>
<div class="github-fork-ribbon-wrapper right" style><div class="github-fork-ribbon" style="background-color:#DF4848;"><$link to="Releases"><<version>></$link></div></div>

View File

@ -0,0 +1,6 @@
created: 20140912140417981
modified: 20140912140416915
title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/close-all
type: text/vnd.tiddlywiki
hide

View File

@ -0,0 +1,6 @@
created: 20140912140419093
modified: 20140912140418015
title: $:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/more-page-actions
type: text/vnd.tiddlywiki
show

View File

@ -0,0 +1,8 @@
created: 20140912145139340
modified: 20140912145217090
title: About
type: text/vnd.tiddlywiki
Information about the making of TiddlyWiki:
<<list-unordered-links "[tag[About]]">>

View File

@ -0,0 +1,9 @@
created: 20140912141958779
modified: 20140912142057475
tags: TableOfContents
title: Demonstrations
type: text/vnd.tiddlywiki
These demonstrations show how to
<<list-unordered-links "[tag[Demonstrations]]">>

View File

@ -1,6 +1,6 @@
created: 20131119194500000
modified: 20131212094150331
tags: introduction
modified: 20140912145111145
tags: Misc
title: Download
type: text/vnd.tiddlywiki

View File

@ -0,0 +1,7 @@
created: 20140912145816594
draft.of: fields
draft.title: fields
modified: 20140912145815490
title: Draft of 'fields'
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,7 @@
created: 20131213101024997
modified: 20140211195603512
title: Future of TiddlyWiki
modified: 20140912145047817
tags: Features
title: Future Proof
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

@ -0,0 +1,10 @@
caption: Learning TiddlyWiki
created: 20140912140047779
modified: 20140912140144905
tags: TableOfContents
title: Learning
type: text/vnd.tiddlywiki
Learn more about using TiddlyWiki:
<<list-unordered-links "[tag[Learning]]">>

View File

@ -0,0 +1,10 @@
caption: Miscellaneous Content
created: 20140912140200650
modified: 20140912140309806
tags: TableOfContents
title: Misc
type: text/vnd.tiddlywiki
This is a temporary dumping ground for miscellaneous documentation that needs to be refactored into the new TableOfContents structure:
<<list-unordered-links "[tag[Misc]]">>

View File

@ -0,0 +1,9 @@
created: 20140912140651119
modified: 20140912140736112
tags: [[Working with TiddlyWiki]]
title: Saving
type: text/vnd.tiddlywiki
Available methods for saving changes with TiddlyWiki:
<<list-unordered-links "[tag[Saving]]">>

View File

@ -1,358 +1,14 @@
caption: {{$:/language/SideBar/Contents/Caption}}
created: 20140809114010378
list-after: $:/core/ui/SideBar/Open
list: HelloThere [[Working with TiddlyWiki]] [[Customise TiddlyWiki]] [[Advanced features]] [[TiddlyWiki on Node.JS]] [[Other TiddlyWiki configurations]] [[Get involved]] [[TiddlyWiki glossaries]]
modified: 20140809114018461
list-after: $:/core/ui/SideBar/Open
modified: 20140912145302498
tags: $:/tags/SideBar
title: TableOfContents
type: text/vnd.tiddlywiki
\define toc-heading(caption,body)
<$reveal type="nomatch" state=<<qualify "$:/state/toc/$caption$">> text="show">
<$button set=<<qualify "$:/state/toc/$caption$">> setTo="show" class="tc-btn-invisible">{{$:/core/images/right-arrow}} $caption$
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/toc/$caption$">> text="show">
<$button set=<<qualify "$:/state/toc/$caption$">> setTo="hide" class="tc-btn-invisible">{{$:/core/images/down-arrow}} $caption$
</$button>
</$reveal>
<$reveal type="match" state=<<qualify "$:/state/toc/$caption$">> text="show" retain="yes" animate="yes">
$body$
</$reveal>
\end
<div class="tc-table-of-contents">
<<toc-selective-expandable 'TableOfContents'>>
----
''Previous table of contents''
# Guide
## <<toc-heading "Introduction" "
## [[GettingStarted]]
## [[The First Rule of Using TiddlyWiki]]
## [[Features]]
## [[Examples]]
## [[Video Tutorials]]
## [[Resources]]
## [[ReportingBugs]]
## [[TableOfContents]]
">>
## <<toc-heading "Concepts" "
## Basics
### [[Tiddlers]]
### [[Philosophy of Tiddlers]]
### [[Fields|TiddlerFields]]
### [[Tags|TiddlerTags]]
### [[Links|TiddlerLinks]]
### [[CamelCase]]
### [[WikiText]]
### [[Macros]]
### [[Searching]]
### [[SystemTiddlers]]
### [[Plugins]] & [[ShadowTiddlers]]
## Advanced
### [[ColourPalettes]]
### [[ContentType]]
### [[CurrentTiddler]]
### [[DataTiddlers]]
### [[DateFormat]]
### [[ListField]]
### [[Structuring TiddlyWiki]]
### [[SystemTags]]
### [[TemplateTiddlers]]
### [[TextReference]]
### [[TiddlerFilters]]
">>
## <<toc-heading "~TiddlyWiki in the Browser" "
## Saving
### [[AutoSave]]
### [[Saving on a PHP Server]]
### [[Saving on Android]]
### [[Saving on InternetExplorer]]
### [[Saving on iPad/iPhone]]
### [[Saving on TiddlySpot]]
### [[Saving with Encryption]]
### [[Saving with the HTML5 fallback saver]]
### [[Saving with TiddlyFox]]
### [[Saving with TiddlyFox on Android]]
### [[Saving with TiddlyIE]]
### [[Using TiddlyWiki on TiddlyDesktop]]
### [[Windows HTA Hack]]
## Features
### [[ExternalImages]]
### [[ImportTiddlers]]
### [[KeyboardShortcuts]]
### [[PermaLinks]]
### [[SafeMode]]
### [[Upgrading]]
### [[Using Stylesheets]]
### [[UsingSVG]]
">>
## <<toc-heading "~TiddlyWiki on Node.js" "
## Basics
### [[Installing TiddlyWiki on Node.js]]
### [[Using TiddlyWiki on Node.js]]
### [[Environment Variables on Node.js]]
### [[Upgrading TiddlyWiki on Node.js]]
## Concepts
### [[TiddlerFiles]]
### [[MultiTiddlerFiles]]
### [[TiddlyWikiFolders]]
### [[LazyLoading]]
## Tasks
### [[Building TiddlyWikiClassic]]
### [[Generating Static Sites with TiddlyWiki]]
### [[How to build a TiddlyWiki5 from individual tiddlers]]
### [[Scripts for TiddlyWiki on Node.js]]
### [[Using a custom path prefix with the client-server edition]]
### [[Using TiddlyWiki for GitHub Pages project documentation]]
">>
## <<toc-heading "Tips" "
## [[Adding a Twitter Follow button]]
## [[Creating SubStories]]
## [[Editing Tiddlers with Emacs]]
## [[GoogleChromeTips]]
## [[ImageGallery Example]]
## [[Making curved text with SVG]]
## [[Preserving open tiddlers at startup]]
## [[Setting a favicon]]
## [[Sharing a TiddlyWiki on Dropbox]]
## [[TaskManagementExample]]
## [[TitlesPolicy]]
">>
# Reference
## <<toc-heading "~WikiText" "
## [[Block Quotes|Block Quotes in WikiText]]
## [[Code Blocks|Code Blocks in WikiText]]
## [[Dashes|Dashes in WikiText]]
## [[Definitions|Definitions in WikiText]]
## [[Formatting|Formatting in WikiText]]
## [[Hard Linebreaks|Hard Linebreaks in WikiText]]
## [[Headings|Headings in WikiText]]
## [[Horizontal Rules|Horizontal Rules in WikiText]]
## [[HTML|HTML in WikiText]]
## [[Images|Images in WikiText]]
## [[Linking|Linking in WikiText]]
## [[Lists|Lists in WikiText]]
## [[Macros|Macros in WikiText]]
## [[Paragraphs|Paragraphs in WikiText]]
## [[Styles and Classes|Styles and Classes in WikiText]]
## [[Tables|Tables in WikiText]]
## [[Transclusion|Transclusion in WikiText]]
## [[Typed Blocks|Typed Blocks in WikiText]]
## [[Widgets|Widgets in WikiText]]
## WikiText
">>
## <<toc-heading "Macros" "
## [[Macros]]
## [[changecount|ChangeCountMacro]]
## [[makedatauri|MakeDataUriMacro]]
## [[qualify|QualifyMacro]]
## [[tabs|TabsMacro]]
## [[version|VersionMacro]]
">>
## <<toc-heading "Widgets" "
## [[Browse|BrowseWidget]]
## [[Button|ButtonWidget]]
## [[Checkbox|CheckboxWidget]]
## [[Count|CountWidget]]
## [[Dropzone|DropzoneWidget]]
## [[EditBitmap|EditBitmapWidget]]
## [[EditText|EditTextWidget]]
## [[Edit|EditWidget]]
## [[Encrypt|EncryptWidget]]
## [[FieldMangler|FieldManglerWidget]]
## [[Fields|FieldsWidget]]
## [[Grid|GridWidget]]
## [[Image|ImageWidget]]
## [[ImportVariables|ImportVariablesWidget]]
## [[Keyboard|KeyboardWidget]]
## [[LinkCatcher|LinkCatcherWidget]]
## [[Link|LinkWidget]]
## [[List|ListWidget]]
## [[MacroCall|MacroCallWidget]]
## [[Navigator|NavigatorWidget]]
## [[Password|PasswordWidget]]
## [[Radio|RadioWidget]]
## [[Reveal|RevealWidget]]
## [[Scrollable|ScrollableWidget]]
## [[Select|SelectWidget]]
## [[SetVariable|SetVariableWidget]]
## [[Set|SetWidget]]
## [[Text|TextWidget]]
## [[Tiddler|TiddlerWidget]]
## [[Transclude|TranscludeWidget]]
## [[View|ViewWidget]]
">>
## <<toc-heading "Widget Messages" "
## WidgetMessages
## [[tm-cancel-tiddler|WidgetMessage: tm-cancel-tiddler]]
## [[tm-clear-password|WidgetMessage: tm-clear-password]]
## [[tm-close-all-tiddlers|WidgetMessage: tm-close-all-tiddlers]]
## [[tm-close-other-tiddlers|WidgetMessage: tm-close-other-tiddlers]]
## [[tm-close-tiddler|WidgetMessage: tm-close-tiddler]]
## [[tm-delete-tiddler|WidgetMessage: tm-delete-tiddler]]
## [[tm-download-file|WidgetMessage: tm-download-file]]
## [[tm-edit-tiddler|WidgetMessage: tm-edit-tiddler]]
## [[tm-full-screen|WidgetMessage: tm-full-screen]]
## [[tm-home|WidgetMessage: tm-home]]
## [[tm-import-tiddlers|WidgetMessage: tm-import-tiddlers]]
## [[tm-login|WidgetMessage: tm-login]]
## [[tm-logout|WidgetMessage: tm-logout]]
## [[tm-modal|WidgetMessage: tm-modal]]
## [[tm-navigate|WidgetMessage: tm-navigate]]
## [[tm-new-tiddler|WidgetMessage: tm-new-tiddler]]
## [[tm-notify|WidgetMessage: tm-notify]]
## [[tm-perform-import|WidgetMessage: tm-perform-import]]
## [[tm-permalink|WidgetMessage: tm-permalink]]
## [[tm-permaview|WidgetMessage: tm-permaview]]
## [[tm-save-tiddler|WidgetMessage: tm-save-tiddler]]
## [[tm-save-wiki|WidgetMessage: tm-save-wiki]]
## [[tm-server-refresh|WidgetMessage: tm-server-refresh]]
## [[tm-set-password|WidgetMessage: tm-set-password]]
">>
## <<toc-heading "Filter Operators" "
## FilterOperators
## [[after|FilterOperator: after]]
## [[all|FilterOperator: all]]
## [[backlinks|FilterOperator: backlinks]]
## [[before|FilterOperator: before]]
## [[bf|FilterOperator: bf]]
## [[butfirst|FilterOperator: butfirst]]
## [[butlast|FilterOperator: butlast]]
## [[commands|FilterOperator: commands]]
## [[each|FilterOperator: each]]
## [[eachday|FilterOperator: eachday]]
## [[field|FilterOperator: field]]
## [[first|FilterOperator: first]]
## [[get|FilterOperator: get]]
## [[has|FilterOperator: has]]
## [[indexes|FilterOperator: indexes]]
## [[is|FilterOperator: is]]
## [[last|FilterOperator: last]]
## [[limit|FilterOperator: limit]]
## [[links|FilterOperator: links]]
## [[list|FilterOperator: list]]
## [[listed|FilterOperator: listed]]
## [[modules|FilterOperator: modules]]
## [[moduletypes|FilterOperator: moduletypes]]
## [[next|FilterOperator: next]]
## [[nsort|FilterOperator: nsort]]
## [[nsortcs|FilterOperator: nsortcs]]
## [[nth|FilterOperator: nth]]
## [[plugintiddlers|FilterOperator: plugintiddlers]]
## [[prefix|FilterOperator: prefix]]
## [[previous|FilterOperator: previous]]
## [[removeprefix|FilterOperator: removeprefix]]
## [[rest|FilterOperator: rest]]
## [[reverse|FilterOperator: reverse]]
## [[sameday|FilterOperator: sameday]]
## [[search|FilterOperator: search]]
## [[shadowsource|FilterOperator: shadowsource]]
## [[sort|FilterOperator: sort]]
## [[sortcs|FilterOperator: sortcs]]
## [[tag|FilterOperator: tag]]
## [[tagging|FilterOperator: tagging]]
## [[tags|FilterOperator: tags]]
## [[title|FilterOperator: title]]
## [[untagged|FilterOperator: untagged]]
">>
## <<toc-heading "Commands" "
## [[Build|BuildCommand]]
## [[ClearPassword|ClearPasswordCommand]]
## [[Help|HelpCommand]]
## [[Init|InitCommand]]
## [[Load|LoadCommand]]
## [[Output|OutputCommand]]
## [[Password|PasswordCommand]]
## [[RenderTiddler|RenderTiddlerCommand]]
## [[RenderTiddlers|RenderTiddlersCommand]]
## [[SaveTiddler|SaveTiddlerCommand]]
## [[SaveTiddlers|SaveTiddlersCommand]]
## [[Server|ServerCommand]]
## [[SetField|SetFieldCommand]]
## [[Verbose|VerboseCommand]]
## [[Version|VersionCommand]]
">>
# Advanced
## <<toc-heading "Mechanisms" "
## [[AlertMechanism]]
## [[BootMechanism]]
## [[DraftMechanism]]
## [[EncryptionMechanism]]
## [[HistoryMechanism]]
## [[LazyLoadingMechanism]]
## [[Modules]]
## [[ModuleType]]
## [[ParsingMechanism]]
## [[PluginMechanism]]
## [[PopupMechanism]]
## [[RenderingMechanism]]
## [[StartupMechanism]]
## [[StateMechanism]]
## [[TestingMechanism]]
## [[TiddlerFilter Formal Grammar]]
## [[TranslationMechanism]]
">>
## <<toc-heading "Developers" "
## Basics
### [[TiddlyWiki for Developers]]
### [[TiddlyWiki Architecture]]
### [[Working with the TiddlyWiki5 repository]]
### [[TiddlyWiki5 Development Environment]]
### [[TiddlyWiki Coding Style Guidelines]]
## Concepts
### [[JavaScript Macros]]
### [[Naming of System Tiddlers]]
### [[SyncAdaptorModules]]
### [[TiddlyWiki5 Versioning]]
### [[WidgetModules]]
### [[WikiRuleModules]]
## Tasks
### [[Developing plugins using Node.js and GitHub]]
### [[How to create a translation for TiddlyWiki]]
### [[Releasing a new version of TiddlyWiki5]]
### [[TiddlyWiki on node-webkit]]
### [[How to create plugins in the browser]]
">>
# About
## <<toc-heading "About" "
## [[Acknowledgements]]
## [[Community]]
## [[Contributing]]
## [[Download]]
## [[Future of TiddlyWiki]]
## [[HelloThere]]
## [[HelpingTiddlyWiki]]
## [[RoadMap]]
## [[TalkyTalky]]
">>
## <<toc-heading "Releases" "
## [[Release 5.0.0-alpha.11]]
## [[Release 5.0.0-alpha.12]]
## [[Release 5.0.0-alpha.13]]
## [[Release 5.0.0-alpha.14]]
## [[Release 5.0.0-alpha.15]]
## [[Release 5.0.0-alpha.16]]
## [[Release 5.0.0-alpha.17]]
## [[Release 5.0.1-alpha]]
## [[Release 5.0.2-beta]]
## [[Release 5.0.3-beta]]
## [[Release 5.0.4-beta]]
## [[Release 5.0.5-beta]]
## [[Release 5.0.6-beta]]
## [[Release 5.0.7-beta]]
## [[Release 5.0.8-beta]]
## [[Release 5.0.9-beta]]
## [[Release 5.0.10-beta]]
## [[Release 5.0.11-beta]]
## [[Release 5.0.12-beta]]
## [[Release 5.0.13-beta]]
## [[Release 5.0.14-beta]]
">>
</div>

View File

@ -0,0 +1,9 @@
created: 20140912150153512
modified: 20140912150242763
tags: Learning
title: Videos
type: text/vnd.tiddlywiki
The following TiddlyWiki videos are available
<<list-unordered-links "[tag[Videos]]">>

View File

@ -1,6 +1,6 @@
created: 20140129204112515
modified: 20140801084114743
tags: introduction
modified: 20140912145138466
tags: About
title: Acknowledgements
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131128075743966
modified: 20131128093317966
tags: introduction
modified: 20140912145958621
tags: [[Working with TiddlyWiki]]
title: Philosophy of Tiddlers
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131101111400000
modified: 20140910211823607
tags: introduction Community
modified: 20140912150055362
tags: Community
title: Contributing
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140321090511826
modified: 20140321090650144
tags: Community introduction
modified: 20140912150005429
tags: Community
title: Latest
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140222133223882
modified: 20140226200036324
tags: Meetups video
modified: 20140912150349097
tags: Meetups Videos
title: OXTWIG
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130823091700000
modified: 20140226200048000
tags: Community video
modified: 20140912150339263
tags: Community Videos
title: TiddlyWiki Hangouts
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140610213500000
modified: 20140610213936575
tags: Concepts
modified: 20140912141341933
tags: Concepts Features
title: ExternalImages
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130827080000000
modified: 20140410103123179
tags: Reference concepts
modified: 20140912145347313
tags: Reference Concepts
title: Filters
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140502213500000
modified: 20140502213500000
tags: Concepts
modified: 20140912141257569
tags: Features Concepts
title: PermaLinks
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130825214200000
modified: 20140720210453175
tags: dev
modified: 20140912141727308
tags: [[TiddlyWiki on Node.js]]
title: TiddlyWikiFolders
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,7 @@
created: 20140908141900000
modified: 20140912142309725
tags: [[Customise TiddlyWiki]]
title: Change the animation speed
tags: [[Customizing TiddlyWiki]]
created: 201409081419
modified: 201409081419
type: text/vnd.tiddlywiki
Forthcoming...

View File

@ -1,7 +1,8 @@
created: 201308281859
modified: 201308281859
tags: Definitions concepts
created: 20130828185900000
modified: 20140912145359306
tags: Definitions
title: ContentType
type: text/vnd.tiddlywiki
Used in Internet protocols to indicate the type that should be used to interpret the content of a web resource.

View File

@ -1,7 +1,8 @@
created: 201309012131
modified: 201309012131
tags: demo definitions
created: 20130901213100000
modified: 20140912145419929
tags: Definitions Demonstrations
title: MathML
type: text/vnd.tiddlywiki
MathML is a markup language for mathematical notation that can be used with HTML.

View File

@ -1,6 +1,6 @@
created: 20140206211715540
modified: 20140206212334833
tags: features
modified: 20140912140613891
tags: Features
title: AutoSave
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140418142957325
modified: 20140418163615916
tags: features
modified: 20140912145809035
tags: Features
title: DateFormat
type: text/vnd.tiddlywiki

View File

@ -1,12 +1,19 @@
created: 20130822172800000
modified: 20140228154616490
tags: introduction
modified: 20140912140558227
tags: TableOfContents
title: Features
type: text/vnd.tiddlywiki
\define alert-demo()
<$fieldmangler tiddler="SampleAlert"><$set name="currentTiddler" value="SampleAlert"><$button message="tm-add-tag" param="$:/tags/Alert">alerts</$button></$set></$fieldmangler>
\end
Further information about specific TiddlyWiki features:
<<list-unordered-links "[tag[Features]]">>
----
* The ability to save changes on almost any desktop HTML5 compatible-browser, with custom apps to enable [[Saving on iPad/iPhone]] and [[Android|Saving on Android]], and a cross-platform [[Firefox extension|Saving with TiddlyFox]] that even runs on Android
* Support for pluggable themes and colour palettes (see the [[control panel|$:/ControlPanel]])
* The ability to [[render static HTML snapshots|Generating Static Sites with TiddlyWiki]] that can be used without JavaScript

View File

@ -1,7 +1,8 @@
created: 201308251620
modified: 201308251620
tags: features
created: 20130825162000000
modified: 20140912141331091
tags: Features [[Working with TiddlyWiki]]
title: ImportTiddlers
type: text/vnd.tiddlywiki
You can import content into a TiddlyWiki file in several ways:

View File

@ -1,6 +1,6 @@
created: 20140206214608586
modified: 20140206220940132
tags: features concepts
modified: 20140912141710950
tags: Features
title: LazyLoading
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140419082845576
modified: 20140908185153663
tags: features
modified: 20140912141226700
tags: Features
title: SafeMode
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,7 @@
created: 201308221734
modified: 201308221734
tags: features
created: 20130822173400000
modified: 20140912145800365
tags: Features
title: Scalability
type: text/vnd.tiddlywiki
You might expect that TiddlyWiki's architecture as a SinglePageApplication would make it unsuitable for large amounts of data. In fact, TiddlyWiki users regularly work with files that are 20 or 30 megabytes without problems - and successful experiments have been done up into the gigabytes.

View File

@ -1,6 +1,6 @@
created: 20130830092500000
modified: 20140312122907113
tags: fields
modified: 20140912145833212
tags: Fields
title: ListField
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,8 @@
created: 20140209143652456
tags: deserializers dev
modified: 20140912141738408
tags: [[TiddlyWiki on Node.js]]
title: MultiTiddlerFiles
type: text/vnd.tiddlywiki
MultiTiddlerFiles allow multiple tiddlers to be concisely represented in a single text file.

View File

@ -1,7 +1,8 @@
created: 201308251500
modified: 201405131621
tags: deserializers dev
created: 20130825150000000
modified: 20140912141751154
tags: [[TiddlyWiki on Node.js]]
title: TiddlerFiles
type: text/vnd.tiddlywiki
Tiddlers can be stored in text files in several different formats. Files containing single tiddlers can also have an auxiliary `.meta` file formatted as a sequence of name:value pairs:

View File

@ -1,6 +1,6 @@
created: 20140410101941871
modified: 20140909134102102
tags: introduction
modified: 20140912150037750
tags: Learning [[Working with TiddlyWiki]]
title: Introduction to Filters
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131129090249275
modified: 20140811172052886
tags: introduction
modified: 20140912150048700
tags: [[Working with TiddlyWiki]]
title: GettingStarted
type: text/vnd.tiddlywiki

View File

@ -1,19 +1,20 @@
created: 20130822170200000
modified: 20140902124037214
list: [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] Examples [[History of TiddlyWiki]] [[What happened to the original TiddlyWiki?]]
modified: 20140912135931752
tags: TableOfContents
title: HelloThere
type: text/vnd.tiddlywiki
list: [[Discover TiddlyWiki]] [[Some of the things you can do with TiddlyWiki]] [[Ten reasons to switch to TiddlyWiki]] [[Examples]] [[History of TiddlyWiki]] [[What happened to the original TiddlyWiki?]]
Welcome to ~TiddlyWiki, a versatile note-taking web application you can download for free, store wherever you like, customize however you wish, and use to take / organize / share your notes in ways that word processors and other note-taking tools cannot. ~TiddlyWiki is designed in a "non-linear" way, using tags, hyperlinks, and many other features, so that you can organize and retrieve your notes in ways that conform to your personal thought patterns, rather than feel chained to one pre-set organizational structure.
Welcome to ~TiddlyWiki, a versatile note-taking web application you can download for free, store wherever you like, customize however you wish, and use to take / organize / share your notes in ways that word processors and other note-taking tools cannot. ~TiddlyWiki is designed to be non-linear, structuring content with stories, tags, hyperlinks, and other features, so that you can organize and retrieve your notes in ways that conform to your personal thought patterns, rather than feel chained to one preset organizational structure.
You can use ~TiddlyWiki as a single file that you view and edit through any web browser, whether you are online or offline. Or you can use it as a powerful [[Node.js application|Node.js]] that treats each of your notes as a separate file and accesses them through a central hub.
You can use ~TiddlyWiki as a single file that you view and edit through any web browser, whether you are online or offline. Or you can use it as a powerful [[Node.js application|TiddlyWiki on Node.js]] that stores each of your notes as a separate file.
How can you make ~TiddlyWiki work for you? We recommend you start with our introductory documentation, listed below, then browse the TableOfContents, always available in the Contents tab in the sidebar. Or just [[follow our simple instructions|GettingStarted]] and try it out for yourself!
How can you make ~TiddlyWiki work for you? We recommend you start with our introductory documentation listed below, and then browse the TableOfContents, always available in the Contents tab in the sidebar. Or just [[follow our simple instructions|GettingStarted]] and try it out for yourself!
*[[Discover TiddlyWiki]]
*[[Some of the things you can do with TiddlyWiki]]
*[[Ten reasons to switch to TiddlyWiki]]
*[[Examples of TiddlyWiki being used in the wild|Examples]]
*[[History of TiddlyWiki]]
*[[What happened to the original TiddlyWiki?]]
* [[Discover TiddlyWiki]]
* [[Some of the things you can do with TiddlyWiki]]
* [[Ten reasons to switch to TiddlyWiki]]
* [[Examples of TiddlyWiki being used in the wild|Examples]]
* [[History of TiddlyWiki]]
* [[What happened to the original TiddlyWiki?]]
* [ext[Developer Documentation|/dev]]

View File

@ -1,6 +1,6 @@
created: 20140103091348509
modified: 20140103091632825
tags: howto tips
modified: 20140912142524779
tags: Demonstrations
title: Adding a Twitter Follow button
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130825103300000
modified: 20140122173818924
tags: tips
modified: 20140912150136251
tags: Learning
title: Adopt a Titles Policy
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140828080837703
modified: 20140828081120491
tags: howto
modified: 20140912145908651
tags: [[Customise TiddlyWiki]]
title: Configuring the default TiddlerInfo tab
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140214215718317
modified: 20140214215745126
tags: howto
modified: 20140912142509875
tags: Demonstrations
title: Creating SubStories
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140406210404245
modified: 20140603230354347
tags: tips
modified: 20140912142457018
tags: Misc
title: Editing Tiddlers with Emacs
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130828190200000
modified: 20140908153013180
tags: [[Other TiddlyWiki configurations]]
modified: 20140912141647843
tags: [[TiddlyWiki on Node.js]]
title: Generating Static Sites with TiddlyWiki
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130825160400000
modified: 20131129100426443
tags: tips
modified: 20140912142428645
tags: Misc
title: GoogleChromeTips
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131124220600000
modified: 20140111102136779
tags: howto [[Other TiddlyWiki configurations]]
modified: 20140912141637389
tags: [[TiddlyWiki on Node.js]]
title: How to build a TiddlyWiki5 from individual tiddlers
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140526204527418
modified: 20140526204842873
tags: introduction tips
modified: 20140912141318967
tags: Features [[Working with TiddlyWiki]]
title: KeyboardShortcuts
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140324223413403
modified: 20140324223524945
tags: howto
modified: 20140912142355174
tags: Demonstrations
title: Making curved text with SVG
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140101192052333
modified: 20140101192143626
tags: tips
modified: 20140912142248706
tags: [[Customise TiddlyWiki]]
title: Preserving open tiddlers at startup
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131224074240979
modified: 20131224075348329
tags: howto
modified: 20140912142228347
tags: [[Customise TiddlyWiki]]
title: Setting a favicon
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140122085818089
modified: 20140128231210249
tags: howto
modified: 20140912142156868
tags: [[Working with TiddlyWiki]]
title: Sharing a TiddlyWiki on Dropbox
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131128090536894
modified: 20131128093425922
tags: introduction
modified: 20140912145938292
tags: [[Working with TiddlyWiki]]
title: Structuring TiddlyWiki
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131202102427114
modified: 20140716133900452
tags: howto
modified: 20140912141217736
tags: Features [[Working with TiddlyWiki]]
title: Upgrading
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140305091244145
modified: 20140425121258135
tags: howto
modified: 20140912141203664
tags: Features
title: Using Stylesheets
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20130825150100000
modified: 20140908153204226
tags: dev howto [[Other TiddlyWiki configurations]]
modified: 20140912141559011
tags: [[TiddlyWiki on Node.js]]
title: Using TiddlyWiki for GitHub Pages project documentation
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140613133627669
modified: 20140613134313770
tags: howto
modified: 20140912141613393
tags: [[TiddlyWiki on Node.js]]
title: Using a custom path prefix with the client-server edition
type: text/vnd.tiddlywiki

View File

@ -1,5 +1,6 @@
created: 20131028132700000
modified: 20131214173740046
modified: 20140912141152984
tags: Features
title: UsingSVG
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131206172428247
modified: 20140222164239010
tags: howto
modified: 20140912140340663
tags: Learning
title: Video Tutorials
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131212223146250
modified: 20131212223450147
tags: howto [[Other TiddlyWiki configurations]]
modified: 20140912141040479
tags: [[Saving on InternetExplorer]]
title: Windows HTA Hack
type: text/vnd.tiddlywiki

View File

@ -1,4 +1,4 @@
title: Server Architecture.svg
type: image/svg+xml
tags: picture external-image dev
tags: picture external-image
modified: 20140614120823657

View File

@ -1,4 +1,4 @@
title: TiddlyWiki Architecture.svg
type: image/svg+xml
tags: picture external-image dev
tags: picture external-image
modified: 20140614120823657

View File

@ -1,6 +1,6 @@
created: 20131129094452285
modified: 20131213100714351
tags: [[Other TiddlyWiki configurations]]
modified: 20140912141658212
tags: [[TiddlyWiki on Node.js]]
title: Building TiddlyWikiClassic
type: text/vnd.tiddlywiki

View File

@ -1,5 +1,6 @@
created: 20140617211749290
modified: 20140617212340133
modified: 20140912141809800
tags: [[TiddlyWiki on Node.js]]
title: Environment Variables on Node.js
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131219100608529
modified: 20140224134148737
tags: howto
modified: 20140912141921356
tags: [[TiddlyWiki on Node.js]]
title: Installing TiddlyWiki on Node.js
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140112190154121
modified: 20140112190154121
tags: dev
modified: 20140912142655205
tags: SystemTiddlers
title: Naming of System Tiddlers
type: text/vnd.tiddlywiki
@ -24,8 +24,6 @@ The system tiddlers provided as part of the core are named according to the foll
|`$:/temp/*` |lowercase |Temporary tiddlers that shouldn't be saved |
|`$:/themes/*` |lowercase |Theme plugins |
The tiddler `$:/view` is inconsistently named and should be renamed `$:/config/View`
In the format column:
* ''hyphen-case'' refers to joining multiple lowercase words with hyphens

View File

@ -1,6 +1,6 @@
created: 20131219100637788
modified: 20140908153149748
tags: howto dev
modified: 20140912141623230
tags: [[TiddlyWiki on Node.js]]
title: Scripts for TiddlyWiki on Node.js
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140210141217955
modified: 20140909134102102
tags: dev
modified: 20140912145655663
tags: Filters
title: Filter Formal Grammar
type: text/vnd.tiddlywiki

View File

@ -1,8 +1,8 @@
created: 20131129094353704
modified: 20140224134310019
modified: 20140912141900862
tags: [[Other TiddlyWiki configurations]]
title: TiddlyWiki on Node.js
type: text/vnd.tiddlywiki
tags: TableOfContents
Running TiddlyWiki on [[Node.js]] brings several important benefits over and above the single file version:
@ -10,14 +10,8 @@ Running TiddlyWiki on [[Node.js]] brings several important benefits over and abo
* Individual tiddlers are stored in separate files, which you can organise as you wish
* The ability to build multiple wikis that blend different combinations of shared and unique content
! Installation
For more information see:
{{Installing TiddlyWiki on Node.js}}
! Usage
{{Using TiddlyWiki on Node.js}}
! Upgrading
{{Upgrading TiddlyWiki on Node.js}}
* Installing TiddlyWiki on Node.js
* Using TiddlyWiki on Node.js
* Upgrading TiddlyWiki on Node.js

View File

@ -1,6 +1,6 @@
created: 20131202081424080
modified: 20131203093908677
tags: dev
modified: 20140912142600317
tags: [[Releases]]
title: TiddlyWiki5 Versioning
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131219100544073
modified: 20140102214521628
tags: howto
modified: 20140912141800426
tags: [[TiddlyWiki on Node.js]]
title: Upgrading TiddlyWiki on Node.js
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131219100520659
modified: 20140617212408196
tags: howto
modified: 20140912141913837
tags: [[TiddlyWiki on Node.js]]
title: Using TiddlyWiki on Node.js
type: text/vnd.tiddlywiki

View File

@ -0,0 +1,9 @@
created: 20131109105400007
modified: 20140701201607494
tags: Releases
title: AlphaReleases
type: text/vnd.tiddlywiki
Here are the details of the alpha releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named.
<<tabs "[tag[AlphaReleaseNotes]!sort[created]]" "Release 5.0.1-alpha" "$:/state/tab2" "tc-vertical" "ReleaseTemplate">>

View File

@ -0,0 +1,9 @@
created: 20131109105400007
modified: 20140701201607494
tags: Releases
title: BetaReleases
type: text/vnd.tiddlywiki
Here are the details of the beta releases of TiddlyWiki5. See [[TiddlyWiki5 Versioning]] for details of how releases are named.
<<tabs "[tag[BetaReleaseNotes]!sort[created]]" "Release 5.0.17-beta" "$:/state/tab2" "tc-vertical" "ReleaseTemplate">>

View File

@ -1,6 +1,6 @@
created: 20140403223413403
modified: 20140403223524945
tags: upgrading
tags: [[Release 5.0.9-beta]]
title: Changes to filters in 5.0.9-beta
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140516150234142
modified: 20140516150234142
tags: howto
tags: [[Release 5.0.11-beta]]
title: Notes for upgrading to 5.0.11-beta
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20140223183404938
modified: 20140223195514667
tags: howto
tags: [[Release 5.0.8-beta]]
title: Notes for upgrading to 5.0.8-beta
type: text/vnd.tiddlywiki

View File

@ -1,7 +1,7 @@
created: 201311081754007
modified: 201311081754007
title: Release 5.0.0-alpha.11
tags: releasenote
tags: AlphaReleaseNotes
released: 201311081806
caption: 5.0.0-alpha.11

View File

@ -1,7 +1,7 @@
created: 201311081854007
modified: 201311081854007
title: Release 5.0.0-alpha.12
tags: releasenote
tags: AlphaReleaseNotes
released: 201311082141
caption: 5.0.0-alpha.12

View File

@ -1,7 +1,7 @@
created: 201311091122007
modified: 201311091122007
title: Release 5.0.0-alpha.13
tags: releasenote
tags: AlphaReleaseNotes
released: 201311091927
caption: 5.0.0-alpha.13

View File

@ -1,7 +1,7 @@
created: 201311101922007
modified: 201311101922007
title: Release 5.0.0-alpha.14
tags: releasenote
tags: AlphaReleaseNotes
released: 201311102315
caption: 5.0.0-alpha.14

View File

@ -1,7 +1,7 @@
created: 201311122050007
modified: 201311122050007
title: Release 5.0.0-alpha.15
tags: releasenote
tags: AlphaReleaseNotes
released: 201311191221
caption: 5.0.0-alpha.15

View File

@ -1,6 +1,6 @@
created: 20131119125600007
modified: 20131130095531749
tags: releasenote
tags: AlphaReleaseNotes
title: Release 5.0.0-alpha.16
type: text/vnd.tiddlywiki
released: 201311301325

View File

@ -1,6 +1,6 @@
created: 20131130151600007
modified: 20131130151631749
tags: releasenote
tags: AlphaReleaseNotes
title: Release 5.0.0-alpha.17
type: text/vnd.tiddlywiki
released: 201311301519

View File

@ -1,6 +1,6 @@
created: 20140416160234142
modified: 20140416160234142
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.10-beta
type: text/vnd.tiddlywiki
released: 201404191305

View File

@ -1,6 +1,6 @@
created: 20140516150234142
modified: 20140516150234142
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.11-beta
type: text/vnd.tiddlywiki
released: 201405161600

View File

@ -1,6 +1,6 @@
created: 20140517010234142
modified: 20140517010234142
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.12-beta
type: text/vnd.tiddlywiki
released: 201405170102

View File

@ -1,6 +1,6 @@
created: 20140518150234142
modified: 20140624094134118
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.13-beta
type: text/vnd.tiddlywiki
released: 201406240941

View File

@ -1,7 +1,7 @@
caption: 5.0.14-beta
created: 20140718150234142
modified: 20140813153116300
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.14-beta
type: text/vnd.tiddlywiki
released: 201408131731

View File

@ -1,7 +1,7 @@
caption: 5.0.15-beta
created: 20140812150234142
modified: 20140820153116300
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.15-beta
type: text/vnd.tiddlywiki
released: 201408202255

View File

@ -1,7 +1,7 @@
caption: 5.0.16-beta
created: 20140830131615798
modified: 20140902124037214
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.16-beta
type: text/vnd.tiddlywiki
released: 20140902124037214

View File

@ -1,7 +1,7 @@
caption: 5.0.17-beta
created: 20140830131615798
modified: 20140902124037214
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.17-beta
type: text/vnd.tiddlywiki

View File

@ -1,6 +1,6 @@
created: 20131201132300007
modified: 20131206161343895
tags: releasenote
tags: AlphaReleaseNotes
title: Release 5.0.1-alpha
type: text/vnd.tiddlywiki
released: 201312061753

View File

@ -1,6 +1,6 @@
created: 20131211074600007
modified: 20131215142414174
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.2-beta
type: text/vnd.tiddlywiki
released: 201312151436

View File

@ -1,6 +1,6 @@
created: 201312151700
modified: 201312151700
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.3-beta
type: text/vnd.tiddlywiki
released: 201312151700

View File

@ -1,6 +1,6 @@
created: 20131216100000000
modified: 20131221205551616
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.4-beta
type: text/vnd.tiddlywiki
released: 201312221544

View File

@ -1,6 +1,6 @@
created: 20131223085100000
modified: 20131224142028933
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.5-beta
type: text/vnd.tiddlywiki
released: 201312241430

View File

@ -1,6 +1,6 @@
created: 20131228164411884
modified: 20140103164959903
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.6-beta
type: text/vnd.tiddlywiki
released: 201401031714

View File

@ -1,6 +1,6 @@
created: 20140113173652456
modified: 20140125191028534
tags: releasenote
tags: BetaReleaseNotes
title: Release 5.0.7-beta
type: text/vnd.tiddlywiki
released: 201401262107

Some files were not shown because too many files have changed in this diff Show More