2024-10-25 17:57:04 +00:00
|
|
|
title: $:/themes/tiddlywiki/vanilla/functions
|
|
|
|
|
|
|
|
\function set.centralised() no
|
|
|
|
\function set.storywidth.storyright() [{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]then[yes]] :else[[no]]
|
2024-10-26 04:52:23 +00:00
|
|
|
\function set.sidebarwidth() [{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fluid-fixed]then[yes]] :else[[no]]
|
|
|
|
|
2024-11-10 09:40:43 +00:00
|
|
|
\function get.story-sidebar.overlap() 42px
|
|
|
|
|
2024-10-26 04:52:23 +00:00
|
|
|
\function sidebar.resizer.maxwidth() 21px
|
2024-11-01 15:10:56 +00:00
|
|
|
\function sidebar.resizer.width() [<get.theme.option sidebarposition>!match[left]then[min(calc(]addsuffix<get.theme.metric storypaddingright>addsuffix[ / 2),]addsuffix<sidebar.resizer.maxwidth>addsuffix[)]] :else[[min(calc(]addsuffix<get.theme.metric storypaddingleft>addsuffix[ / 2),]addsuffix<sidebar.resizer.maxwidth>addsuffix[)]]
|