Baj,

Thanks for documenting -- I'm getting a rush of nostalgia for my MTG days! 
I've fantasized about building TW sites for my EDH decks, but it's a waning 
hobby now that my teenager has moved on. 🥲 

I think the Shiraz plugin 
<https://talk.tiddlywiki.org/t/shiraz-plugin-update-2-4-2/676>'s multicol 
features build in some similar wrapping to avoid display issues. You might 
check it out for various quick and powerful display options. I find that 
its careful GUI toolkit it frees up my time to focus on the content more.

Meanwhile, you might benefit from knowing that as the discussion community 
migrates to the https://talk.tiddlywiki.org/ forum, any code in your post 
risks getting lost. I've come to google groups to post this quick reply, 
but a helpful convention is to stick your code between tick marks like 
so: `<div style="width:100%"></div>` to avoid what looks like mysterious 
gaps in your post just where you want to share the technical details!

-Springer

On Monday, October 25, 2021 at 11:45:25 PM UTC-4 baj...@gmail.com wrote:

> This code works great, except it seems to trigger a Tiddlywiki rendering 
> issue for me. I'm adding the workaround I figured out in case anyone is 
> having similar issues. 
>
> Problem: Basically Tiddlywiki doesn't appear to recognize the multicolumn 
> section as part of the "contents" of the tiddler. If there isn't any text 
> after the multicolumn, the contents of the multicolumn list overrun the 
> tiddler boundary and mess up downstream tiddlers. Even text afterwards 
> doesn't always fix the issue (and isn't desirable in my case). The div 
> block isn't acting as a display:block despite the tag (and the fact it is a 
> div). The text wraps to the right hand side of the multicolumn when there 
> is room breaking the rendering again. 
>
> Solution: I've been able to prevent the wrapping behavior be adding a <div 
> style="width:100%"></div> wrapper around the multi column section. I 
> avoided adding it directly to the multicolumn <div> block as it seemed to 
> cause unexpected behavior with some of the column options.
>
>

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2d8ffa68-d43d-4bef-ab2a-71f252e0d891n%40googlegroups.com.

Reply via email to