mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
Move stacked view control panel into sidebar
This commit is contained in:
parent
dca9e008ce
commit
b849011d8f
@ -1,16 +1,19 @@
|
|||||||
title: $:/plugins/tiddlywiki/stacked-view/StackedControls
|
title: $:/plugins/tiddlywiki/stacked-view/StackedControls
|
||||||
tags: $:/tags/TopLeftBar
|
caption: Stacked View
|
||||||
|
tags: $:/tags/SideBar
|
||||||
|
|
||||||
<$reveal type="match" state="$:/view" text="stacked">
|
Set the [[fan separation|$:/config/StackedStoryViewFanHeight]]:
|
||||||
Stacked view fan height:
|
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="-10">-10</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="-10">-10</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="0">0</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="0">0</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="10">10</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="10">10</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="30">30</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="30">30</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="50">50</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="50">50</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="100">100</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="100">100</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="300">300</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="150">150</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="500">500</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="200">200</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="700">700</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="250">250</$button>
|
||||||
<$button set="$:/config/StackedStoryViewFanHeight" setTo="1500">1500</$button>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="300">300</$button>
|
||||||
</$reveal>
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="500">500</$button>
|
||||||
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="700">700</$button>
|
||||||
|
* <$button set="$:/config/StackedStoryViewFanHeight" setTo="1500">1500</$button>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user