
In trying to modify the theme of the sidebar, I discovered that the reveal widget makes it impossible to reposition the sidebar elements because they do not have the appropriate classes.
<image.png>I am wondering if it would be possible to change the sidebar tiddler to allow the individual inclusions to specify a container class for the sidebar tiddler to put on the reveal widget.
<$list filter="[all[shadows+tiddlers]tag[$:/tags/SideBarSegment]!has[draft.of]]" variable="listItem"><$reveal type="nomatch" state=<<config-title>> text="hide" tag="div"><$transclude tiddler=<<listItem>> mode="block"/></$reveal></$list>
<$reveal type="nomatch" state=<<config-title>> text="hide" class={{{ [<listItem>get[class]] }}} tag="div">
Thoughts, anyone?Arlen--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywiki+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/CAJ1vdSRB-D2eFW%2B425j4GSOKwsy27tF2S4PC%3DHSrKb2rxQ8xzw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/D1240A2F-F966-4E0A-AAE3-B3C65A19C9B8%40gmail.com.
In trying to modify the theme of the sidebar, I discovered that the reveal widget makes it impossible to reposition the sidebar elements because they do not have the appropriate classes.

It can be hard to restyle the sidebar, but it might be possible.
Cheers,
Thomas