Mario Pietsch
Mario Pietsch
@Jermolene .. I did update the ZIP file to the latest version in the OT There is still a lot of whitespace in 1 tiddler for easier editing ... But...
I did test it with FF on windows and FF on my Android phone .. Looks good an the phone too
@Jermolene .. Ready for review again -- I did update the OP with a new link to the test version: See: https://pmario.github.io/kitchensink/6912-table-utility-classes.html It looks good with all the browsers I...
@Jermolene pls merge or comment
[IDEA] Thinking about a possibility to extend styled blocks with parameters eg: mode=block parameter
The `mode=block` rule is intended to be used like the mode=block for the transclusion-widget. Try the following code. .. The heading will not be detected, because the parser is in...
[IDEA] Thinking about a possibility to extend styled blocks with parameters eg: mode=block parameter
>Also the utility class for linebreak can be used as trigger. IMO it doesn't need special treating in the parser because it can be solved with CSS
>I changed it from "--test" to "--jasmine". Seems succinct. If we may change the testsuite in the future, the name may be different. I'd prefer `--test use="jasmine"` or something similar....
IMO a little bit of new CSS should be enough to achieve this behaviour. There is no need for a new configuration tiddler and conditional layout handling. ... If CSS...
I had a closer look and I still think, it should be possible to solve it using CSS. .. But messing with the tiddler code is much easier today, than...
The problem with the CSS is, that `tc-vertical` is used 6 times in vanilla/base CSS, with very complex settings. ... https://github.com/Jermolene/TiddlyWiki5/blob/9b7edfc1a78422676c20b770e370c5de2eec0e01/themes/tiddlywiki/vanilla/base.tid#L2058 So fixing it with CSS alone will probably need...