I like @twMathttp://listtree.tiddlyspot.com/ which gives styled list.
Currently we have to wrap the tiddler content within style list-tree to get the tree like styling . Is it possible to apply this style by using custom fields instead.
Multicolumn tiddler layout of shiraz plug in uses a custom field called class with field values multicol , multicol2 , multicol3 etc to get multicolumn layout for tiddler contents. And I use a custom viewtoolbar button as shown here to toggle between various multicolumn layout as needed - see this demo - Use this viewtoolbar button to change the field values.
Is it possible to apply listtree styling in a similar way using custom style fields ? This helps to avoid any changes to the tiddler text field and the styles can be toggled using a viewtoolbar button.
I didn’t examine the links you provide but it should be possible to make the existence of some specific field make the tiddler apply a style to bullet lists in that tiddler. It would, however, probably apply it to all bullet lists in that tiddler (or, specifically, e.g always the first bullet list, or some other exact location).
One general idea to implement it (you’ll have to experiment and maybe there are better methods) would be a dynamic stylesheet that investigates if a tiddler has the field, e.g
Ah, no, you probably need to exchange the string .list-tree for the [...] part since you’re no longer wrapping the list in the list-tree style, i.e it is just an “ul”.