mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Docs updates
This commit is contained in:
parent
d01f1020d2
commit
4b8be85b88
@ -8,9 +8,9 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
!! Highlights
|
||||
|
||||
* Improved layout, including a ''hamburger'' icon for dismissing the sidebar
|
||||
* New ''Filter'' tab in [[$:/AdvancedSearch]]
|
||||
* Improved layout, including a ''hamburger'' icon for dismissing the sidebar and expanding the story river to fill the space
|
||||
* Added new ''Seamless'' theme
|
||||
* New ''Filter'' tab in [[$:/AdvancedSearch]]
|
||||
* Initial implementation of CecilyView
|
||||
* Overhaul of inconsistencies in TiddlerFilters (see [[Changes to filters in 5.0.9-beta]])
|
||||
* New translations for Italian and Japanese
|
||||
@ -18,6 +18,7 @@ type: text/vnd.tiddlywiki
|
||||
|
||||
!! Documentation Improvements
|
||||
|
||||
* Improved and reorganised documentation for TiddlerFilters
|
||||
* Demo of [[Making curved text with SVG]]
|
||||
* [[Community]] links are now broken up into individual tiddlers
|
||||
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a19432541e776bfb63b1b985a60f472e9f1d4352]] overview diagram of [[TiddlyWiki Architecture]]
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20140213122133816
|
||||
modified: 20140214124024493
|
||||
created: 2014013122133816
|
||||
modified: 20140415114024493
|
||||
tags: howto
|
||||
title: How to create plugins in the browser
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -19,7 +19,7 @@ To make a modified copy of a plugin, one edits the constituent shadow tiddlers (
|
||||
|
||||
!! 1. Setup your development environment
|
||||
|
||||
Start with a blank TiddlyWiki, and create a ''HelloThere'' tiddler that contains links to various tiddlers that you'll be visiting frequently:
|
||||
Start with a blank TiddlyWiki. It is useful to create a ''HelloThere'' tiddler that contains links to various tiddlers that you'll be opening frequently during plugin development:
|
||||
|
||||
* The plugin itself (eg `$:/plugins/yourname/pluginname`)
|
||||
* The payload tiddlers that are to be packed into the plugin (eg `$:/plugins/yourname/pluginname/mywidget.js`)
|
||||
|
@ -1,5 +1,5 @@
|
||||
created: 20130823203800000
|
||||
modified: 20140226202503234
|
||||
modified: 20140415111839328
|
||||
tags: planning
|
||||
title: RoadMap
|
||||
type: text/vnd.tiddlywiki
|
||||
@ -45,4 +45,4 @@ Also see the issues list on GitHub: https://github.com/Jermolene/TiddlyWiki5
|
||||
|
||||
! General Release
|
||||
|
||||
TiddlyWiki will leave beta and become a full release early in 2014. That is the point at which it is declared stable enough for general use. It will continue to improve and evolve after this point, although constrained to remain backwards compatible so that plugins and content created for version 5.0 will continue to work into the indefinite future.
|
||||
TiddlyWiki will [[leave beta|TiddlyWiki5 Versioning]] and become a full release in the first half of 2014. That is the point at which it is declared stable enough for general use. It will continue to improve and evolve after this point, although constrained to remain backwards compatible so that plugins and content created for version 5.0 will continue to work into the indefinite future.
|
||||
|
Loading…
Reference in New Issue
Block a user