mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-22 14:00:03 +00:00
Docs updates
This commit is contained in:
parent
cf26986061
commit
37ca86ff3d
@ -1,10 +1,10 @@
|
||||
created: 20130822170200000
|
||||
modified: 20140126124733950
|
||||
modified: 20140126155953512
|
||||
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|GettingStarted]] or as a powerful [[Node.js application|Node.js]]. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
|
||||
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 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|Community]] and support the future development of TiddlyWiki.
|
||||
|
||||
|
@ -1,11 +1,11 @@
|
||||
created: 201308221740
|
||||
modified: 201308231751
|
||||
created: 20130822174000000
|
||||
modified: 20140126160359657
|
||||
tags: definitions
|
||||
title: SingleFileApplication
|
||||
type: text/vnd.tiddlywiki
|
||||
|
||||
A SingleFileApplication is a web application where all of the assets are delivered in a single static file.
|
||||
|
||||
Every SingleFileApplication must also by definition be a SinglePageApplication, but the converse is not true.
|
||||
|
||||
A single file application is a web application where all of the assets are delivered in a single static file. This means that it can be downloaded and used offline without losing functionality. It can also be hosted on almost any type of web server.
|
||||
|
||||
TiddlyWiki is an unusual single file application because it stores its data within the same file, and is capable of saving changes to itself.
|
||||
|
||||
Every single file application must also by definition be a SinglePageApplication, but the converse is not true.
|
||||
|
Loading…
x
Reference in New Issue
Block a user