TL:DR Chris Normand wrote: > > 1. Is there a better way to encode newlines (and non-breaking spaces) > into the "build" index data? Having to type "<br>;nbsp; " for each > new line is a lot of redundant work. >
Ideas to try out - You could put that into a macro and instead call the macro - You could exchange the double nbsp for whatever the name of that character is that mades a tab jump space - You could put the things above that <br> string of yours in a div and style the div - or replace that string with an empty div and style it. - Or, a combo, put a div in a macro to call the macro e.g \define z() <div style="..."></div> and in the text call macro with <<z>> - I didn't read carefully enough to understand what it is you want to separate but maybe it is every <p> in which case you can add a style for p's in tiddler without having to manually add any p's because they're already there. (Or maybe it's a <li> instead of a <p>) 2. How would I list all tiddlers for "all spells that cost 5" or "all > variants of 'Magic Missile'"? > Try <$list filter="""[all[tiddlers]cost[5]]""">... i.e you use the listwidget (one of the most important widgets, learn it ;-) <:-) -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/5101415c-ae7a-4fe6-a0fb-941895e2b87d%40googlegroups.com.

