mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-27 03:57:21 +00:00
Prerelease tweaks
This commit is contained in:
parent
a98c042f33
commit
a961a40ece
@ -0,0 +1,28 @@
|
||||
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.
|
||||
|
||||
<$list filter="[tag[ReleaseNotes]!has[released]!sort[created]]">
|
||||
<h1><$text text=<<currentTiddler>>/></h1>
|
||||
<$transclude mode="block"/>
|
||||
</$list>
|
||||
|
||||
! 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]]
|
Loading…
Reference in New Issue
Block a user