1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

Docs updates

This commit is contained in:
Jermolene 2014-04-15 13:24:43 +01:00
parent d01f1020d2
commit 4b8be85b88
3 changed files with 8 additions and 7 deletions

View File

@ -8,9 +8,9 @@ type: text/vnd.tiddlywiki
!! Highlights !! Highlights
* Improved layout, including a ''hamburger'' icon for dismissing the sidebar * Improved layout, including a ''hamburger'' icon for dismissing the sidebar and expanding the story river to fill the space
* New ''Filter'' tab in [[$:/AdvancedSearch]]
* Added new ''Seamless'' theme * Added new ''Seamless'' theme
* New ''Filter'' tab in [[$:/AdvancedSearch]]
* Initial implementation of CecilyView * Initial implementation of CecilyView
* Overhaul of inconsistencies in TiddlerFilters (see [[Changes to filters in 5.0.9-beta]]) * Overhaul of inconsistencies in TiddlerFilters (see [[Changes to filters in 5.0.9-beta]])
* New translations for Italian and Japanese * New translations for Italian and Japanese
@ -18,6 +18,7 @@ type: text/vnd.tiddlywiki
!! Documentation Improvements !! Documentation Improvements
* Improved and reorganised documentation for TiddlerFilters
* Demo of [[Making curved text with SVG]] * Demo of [[Making curved text with SVG]]
* [[Community]] links are now broken up into individual tiddlers * [[Community]] links are now broken up into individual tiddlers
* [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a19432541e776bfb63b1b985a60f472e9f1d4352]] overview diagram of [[TiddlyWiki Architecture]] * [[Added|https://github.com/Jermolene/TiddlyWiki5/commit/a19432541e776bfb63b1b985a60f472e9f1d4352]] overview diagram of [[TiddlyWiki Architecture]]

View File

@ -1,5 +1,5 @@
created: 20140213122133816 created: 2014013122133816
modified: 20140214124024493 modified: 20140415114024493
tags: howto tags: howto
title: How to create plugins in the browser title: How to create plugins in the browser
type: text/vnd.tiddlywiki 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 !! 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 plugin itself (eg `$:/plugins/yourname/pluginname`)
* The payload tiddlers that are to be packed into the plugin (eg `$:/plugins/yourname/pluginname/mywidget.js`) * The payload tiddlers that are to be packed into the plugin (eg `$:/plugins/yourname/pluginname/mywidget.js`)

View File

@ -1,5 +1,5 @@
created: 20130823203800000 created: 20130823203800000
modified: 20140226202503234 modified: 20140415111839328
tags: planning tags: planning
title: RoadMap title: RoadMap
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -45,4 +45,4 @@ Also see the issues list on GitHub: https://github.com/Jermolene/TiddlyWiki5
! General Release ! 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.