From a98c042f333532e1d96ab146826a97cf61bbee49 Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 11 May 2015 20:15:55 +0100 Subject: [PATCH] Refactor prerelease greeting tiddler --- .../prerelease/tiddlers/Release 5.1.9.tid | 53 +++++++++++++++ .../tiddlers/system/DefaultTiddlers.tid | 1 - .../system/TiddlyWiki Pre-release.tid | 65 ------------------- 3 files changed, 53 insertions(+), 66 deletions(-) delete mode 100644 editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid diff --git a/editions/prerelease/tiddlers/Release 5.1.9.tid b/editions/prerelease/tiddlers/Release 5.1.9.tid index 5f9c74e7a..b784d8f93 100644 --- a/editions/prerelease/tiddlers/Release 5.1.9.tid +++ b/editions/prerelease/tiddlers/Release 5.1.9.tid @@ -7,6 +7,59 @@ type: text/vnd.tiddlywiki //[[See GitHub for detailed change history of this release|https://github.com/Jermolene/TiddlyWiki5/compare/v5.1.8...v5.1.9]]// +! Major Improvements + +!! New "Fluid story, fixed sidebar" mode + +It is now possible to arrange the main window so that the sidebar has a fixed width and the story river expands to fill the remaining space. + +To switch it on, visit ''Theme Tweaks'' in the $:/ControlPanel ''Appearance'' tab and use the following options: + +* Sidebar layout: +** ''Fixed story, fluid sidebar'' (default) - the story river has a fixed width and the sidebar fills the remaining space +** ''Fluid story, fixed sidebar'' - the story river expands to fill horizontal space remaining after the fixed width sidebar +* Sidebar width: +** The width of the sidebar. Can be specified in pixels (eg ''350px''), a percentage (eg ''25%'') or other [[CSS unit|https://developer.mozilla.org/en/docs/Web/CSS/length]] + +!! New Tiddler Toolbar Button: "Open in new window" + +An experimental new tiddler toolbar button opens a single tiddler in a separate pop-up browser window. The tiddler will be dynamically updated just as in the main window. There are several uses: + +* Arranging reference tiddlers for easy access while editing in the main window +* Making good use of multi-screen layouts +* Printing the content of a single tiddler +* Running presentations in a separate window while maintaining notes in the main window + +!! Improvements for visually impaired users + +* Improved monochrome palette variants: +** <$button> +<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/> +<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastDark"/> +Dark palette +. Foreground: <>, Background: <> +** <$button> +<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/> +<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastLight"/> +Light palette +. Foreground: <>, Background: <> +** <$button> +<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/> +<$action-setfield $tiddler="$:/palette" text="$:/palettes/Vanilla"/> +Revert + + +!! Options for Story Control + +There are new options for controlling the position in the story river of newly opened tiddles. Visit the ''Settings'' tab of $:/ControlPanel and look for "Tiddler Opening Behaviour". + +!! New Setting for Draft Tiddler Typing Timeout + +TiddlyWiki defers processing changes to draft tiddlers until a timeout has elapsed. The default value of 400ms gives a good balance of responsiveness in most cases but isn't always optimal on lower powered mobile devices. + +The timeout can now be changed by changing the value in [[$:/config/Drafts/TypingTimeout]]. + +! Other Improvements !! Translation Improvements diff --git a/editions/prerelease/tiddlers/system/DefaultTiddlers.tid b/editions/prerelease/tiddlers/system/DefaultTiddlers.tid index 19dd8b2fd..f822081ff 100644 --- a/editions/prerelease/tiddlers/system/DefaultTiddlers.tid +++ b/editions/prerelease/tiddlers/system/DefaultTiddlers.tid @@ -4,7 +4,6 @@ title: $:/DefaultTiddlers type: text/vnd.tiddlywiki [[TiddlyWiki Pre-release]] -[tag[ReleaseNotes]!has[released]] HelloThere GettingStarted Community diff --git a/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid b/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid deleted file mode 100644 index fe203f8f9..000000000 --- a/editions/prerelease/tiddlers/system/TiddlyWiki Pre-release.tid +++ /dev/null @@ -1,65 +0,0 @@ -title: TiddlyWiki Pre-release -modified: 20150428204930183 - -\define colour-picker(tiddler,colour) -<$edit-text tiddler="""$tiddler$""" index="""$colour$""" type="color" tag="input"/> -\end - -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. - -! Features for 5.1.9 - -!! New "Fluid story, fixed sidebar" mode - -In response to popular demand, it is now possible to arrange the main window so that the sidebar has a fixed width and the story river expands to fill the remaining space. - -To switch it on, visit ''Theme Tweaks'' in the $:/ControlPanel ''Appearance'' tab and use the following options: - -* Sidebar layout: -** ''Fixed story, fluid sidebar'' (default) - the story river has a fixed width and the sidebar fills the remaining space -** ''Fluid story, fixed sidebar'' - the story river expands to fill horizontal space remaining after the fixed width sidebar -* Sidebar width: -** The width of the sidebar. Can be specified in pixels (eg ''350px''), a percentage (eg ''25%'') or other [[CSS unit|https://developer.mozilla.org/en/docs/Web/CSS/length]] - -!! New Tiddler Toolbar Button: "Open in new window" - -An experimental new tiddler toolbar button opens a single tiddler in a separate pop-up browser window. The tiddler will be dynamically updated just as in the main window. There are several uses: - -* Arranging reference tiddlers for easy access while editing in the main window -* Making good use of multi-screen layouts -* Printing the content of a single tiddler -* Running presentations in a separate window while maintaining notes in the main window - -!! Improvements for visually impaired users - -* Improved monochrome palette variants: -** <$button> -<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/> -<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastDark"/> -Dark palette -. Foreground: <>, Background: <> -** <$button> -<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/> -<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastLight"/> -Light palette -. Foreground: <>, Background: <> -** <$button> -<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/> -<$action-setfield $tiddler="$:/palette" text="$:/palettes/Vanilla"/> -Revert - - -! 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> -<$action-setfield $tiddler="$:/view" text="classic"/> -Revert - -* [[Hierarchical system tiddler browser|$:/core/ui/MoreSideBar/Explore]]