mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-16 14:54:51 +00:00
b51603f3e2
A new mode where the sidebar width is fixed and the story river expands to fill the remaining space.
66 lines
3.0 KiB
Plaintext
66 lines
3.0 KiB
Plaintext
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
|
|
</$button>. Foreground: <<colour-picker "$:/palettes/ContrastDark" "foreground">>, Background: <<colour-picker "$:/palettes/ContrastDark" "background">>
|
|
** <$button>
|
|
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/vanilla"/>
|
|
<$action-setfield $tiddler="$:/palette" text="$:/palettes/ContrastLight"/>
|
|
Light palette
|
|
</$button>. Foreground: <<colour-picker "$:/palettes/ContrastLight" "foreground">>, Background: <<colour-picker "$:/palettes/ContrastLight" "background">>
|
|
** <$button>
|
|
<$action-setfield $tiddler="$:/theme" text="$:/themes/tiddlywiki/snowwhite"/>
|
|
<$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]]
|