@linonetwo
These are the options for your itonnote theme, note that the names of the tiddlers NEED to be exactly like shown:
$:/themes/linonetwo/itonnote/options/sidebarclass
(falls back to tc-sidebar-scrollable)
$:/themes/linonetwo/itonnote/options/sidebarposition
(falls back to right [right / left])
$:/themes/linonetwo/itonnote/options/sidebarresizer
(falls back to hide [show / hide]) → therefor you need your tiddler set to “show”
$:/themes/linonetwo/itonnote/options/storyriverclass
(falls back to tc-story-river)
These are the metrics for your itonnote theme, the tiddlers again need to be named this way:
$:/themes/linonetwo/itonnote/metrics/sidebarbreakpoint
(falls back to 960px)
$:/themes/linonetwo/itonnote/metrics/sidebarminwidth
(falls back to 350px)
$:/themes/linonetwo/itonnote/metrics/sidebarpadding
(falls back to 42px) this is the visible gap between sidebar and story. Use this metric to make the gap smaller / larger … try not to change this padding (it’s the left padding of the sidebar) in your itonnote stylesheet … you could add a conditional like “if plugin sidebar slider is there and sidebarresizer match show then don’t set this padding, else set this padding…”
$:/themes/linonetwo/itonnote/metrics/sidebarwidth
(falls back to 350px)
$:/themes/linonetwo/itonnote/metrics/sliderchevroncontainerwidth
(falls back to 10.5px [don’t know why / may change]) … controls the width of the “close sidebar” button in the center of the slider
$:/themes/linonetwo/itonnote/metrics/sliderchevroncontainertransformx
(falls back to 0px) … used to horizontally “move” the “close sidebar” button in the center of the slider - in case it’s not positioned nicely (depends on your metrics)
$:/themes/linonetwo/itonnote/metrics/slideropacity
(falls back to 0.5)
$:/themes/linonetwo/itonnote/metrics/slideropacityhover
(falls back to 1)
$:/themes/linonetwo/itonnote/metrics/storypaddingleft
(falls back to 42px) … the left padding of the story river
$:/themes/linonetwo/itonnote/metrics/storypaddingright
(falls back to 42px) … the right padding of the story river
It’s recommended adding a tiddler $:/themes/linonetwo/itonnote/functions
The following functions need to be present:
\function set.centralised() no
\function set.storywidth.storyright() [{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fixed-fluid]then[yes]] :else[[no]]
\function set.sidebarwidth() [{$:/themes/tiddlywiki/vanilla/options/sidebarlayout}match[fluid-fixed]then[yes]] :else[[no]]
\function get.story-sidebar.overlap() 42px (this is default in vanilla theme and is ONLY used for fixed story, fluid sidebar mode, where story-river and sidebar "overlap". You can first set all your theme's metrics, then look if there's an overlap in fixed-fluid mode. Also a gap (would be a negative overlap)
\function sidebar.resizer.maxwidth() 21px (you can set this to a maximum value, the following function will calculate the sidebar-slider-width)
\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[)]]
Hope this helps!
Let me know if there are some instructions here that don’t work like I describe, plugin is alpha 
Thank you,
best wishes,
Simon