1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-01-16 12:12:50 +00:00
TiddlyWiki5/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid

41 lines
1.3 KiB
Plaintext
Raw Normal View History

title: TiddlyWiki Pre-release
2015-04-29 21:13:06 +00:00
modified: 20150428204930183
This is a pre-release build of TiddlyWiki.
It is provided for testing purposes. Please don't try to use it for anything important -- you should use the latest official release from http://tiddlywiki.com.
2015-04-29 21:13:06 +00:00
! Features for 5.1.9
2015-04-29 21:13:06 +00:00
!! Improvements for visually impaired users
* Improved monochrome palettes:
** <$button>
2015-04-29 21:15:52 +00:00
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/>
2015-04-29 21:13:06 +00:00
<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastDark"/>
2015-04-30 10:30:32 +00:00
Set "Contrast (Light)" palette
2015-04-29 21:13:06 +00:00
</$button>
** <$button>
2015-04-29 21:15:52 +00:00
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/>
2015-04-29 21:13:06 +00:00
<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastLight"/>
2015-04-30 10:30:32 +00:00
Set "Contrast (Dark)" palette
2015-04-29 21:13:06 +00:00
</$button>
** <$button>
2015-04-29 21:15:52 +00:00
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
2015-04-29 21:13:06 +00:00
<$action-setfield $tiddler="$:/palette" text="$:/palettes/Vanilla"/>
Revert
</$button>
! Features held back for later release
These unfinished features are included in this prerelease build, but are not planned for inclusion in the next release.
* <$button>
<$action-setfield $tiddler="$:/view" text="stacked"/>
Set "Stacked" story view
</$button> <$button>
<$action-setfield $tiddler="$:/view" text="classic"/>
Revert
</$button>
* [[Hierarchical system tiddler browser|$:/core/ui/MoreSideBar/Explore]]