mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Docs
This commit is contained in:
parent
c509053bc1
commit
f74bb7d9f5
7
tw5.com/tiddlers/EmbeddingTiddlyWiki.tid
Normal file
7
tw5.com/tiddlers/EmbeddingTiddlyWiki.tid
Normal file
@ -0,0 +1,7 @@
|
||||
title: EmbeddingTiddlyWiki
|
||||
tags: docs scenarios dev
|
||||
|
||||
TiddlyWiki can be embedded into a desktop or mobile application to enable it to perform operations that are not possible from a conventional browser.
|
||||
|
||||
For example, Mobile Safari on iOS runs TiddlyWiki well but doesn't provide wholly practical means to persistently save changes on the device. A wrapper application can embed TiddlyWiki using the ~UIWebView control
|
||||
|
44
tw5.com/tiddlers/roadmap/RoadMap.tid
Normal file
44
tw5.com/tiddlers/roadmap/RoadMap.tid
Normal file
@ -0,0 +1,44 @@
|
||||
title: RoadMap
|
||||
modifier: JeremyRuston
|
||||
tags: docs planning
|
||||
|
||||
TiddlyWiki5 is currently an alpha release, meaning that it is incomplete and subject to change.
|
||||
|
||||
! Alpha Release
|
||||
|
||||
There has already been a series of alpha releases of TiddlyWiki5. The goal of these releases is to test the new technical architecture and to explore user interface features.
|
||||
|
||||
! Beta Release
|
||||
|
||||
TiddlyWiki5 will progress to a beta release when it is feature complete.
|
||||
|
||||
Some of the features and fixes required before the beta is declared include:
|
||||
|
||||
* Synchronisation via HTTP in the browser
|
||||
* Synchronisation via direct file access under node.js
|
||||
* Operation with TiddlySpace
|
||||
* Operation with TiddlySpot
|
||||
* Saving changes to a file URI:// using Firefox
|
||||
* Move default tiddler storage from TiddlyWiki-style `<div>` elements to JSON
|
||||
* Ability to inspect and edit tiddler fields
|
||||
* WikiText table support
|
||||
* More user interface gadgets, including: tabs, popovers, toolbars, carousel, dropdown,
|
||||
* Checkbox support via tags
|
||||
** For example, `<<checkbox {filter} {tag} {template}>>` displays a filtered list of tiddlers along with 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
|
||||
* Aliases/inheritance
|
||||
* Lazy loading
|
||||
* Better handling of binary tiddlers
|
||||
* Timed refreshed relative dates (eg, 'last modified 30 minutes ago')
|
||||
* Encrypted tiddlers and encrypted TiddlyWikis
|
||||
|
||||
! 1.0 Release
|
||||
|
||||
Hopefully, TiddlyWiki5 will reach version 1.0 around September. This is the point at which it is declared stable enough for general use. It will continue to improve and evolve after 1.0, although constrained to remain backwards compatible so that plugins and content created for version 1.0 will continue to work into the indefinite future.
|
||||
|
||||
Some of the features under consideration for development after release 1.0 include:
|
||||
|
||||
* Facebook, Twitter, G+ and LinkedIn macros
|
||||
|
Loading…
Reference in New Issue
Block a user