The WikiText for tables in VERY clever. It is one of the high points of TW
parsing.
See: https://tiddlywiki.com/#Tables%20in%20WikiText
For your example here is a starting point ...
|chord-thing|k
|c |D7 |Gm7 |AbMaj |
| |<|<|<|
|C |Gm7 |Bb |F#maj |
<style>
table.chord-thing {border:none;border-bottom:1px solid lightgrey}
table.chord-thing td {border:none;border-top:1px solid lightgrey;}
</style>
That gives in view mode ...
[image: Screenshot 2021-04-26 124251.jpg]
Regarding the BLANK row. One simply adds an invisible space and collapses
the columns, as above example.
Best wishes
TT
--
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/09477081-d4e8-4034-a3be-0c430616a308n%40googlegroups.com.