TiddlyWiki
tiddlywiki.com › static › Tables%20in%20WikiText.html
Tables: TiddlyWiki v5.4.1 — a non-linear personal web notebook
|This is a caption |c gives the table the caption "This is a caption" |Header|Header|h adds a header row of cells with the text "Header"
Twiki
twiki.org › cgi-bin › view › Plugins › TablePlugin
TablePlugin < Plugins < TWiki
Table cells with a single caret indicate follow-up rows of multi-row spans.
Tiddlywiki
links.tiddlywiki.com › topics › tables
Tables Links: links.tiddlywiki.com — TiddlyWiki community links
CSV TableHelper - Converts blocks of comma separated or tab separated data into TiddlyWiki Tables (CSV) ... Tables Allows dynamic sorting and grouping of rows in a table. ... Linking Demo of metadata links and property comparison table - use special metadata links to compare data by multiple ...
Google Groups
groups.google.com › g › tiddlywiki › c › 9kl0gVdnJBI
long tables, multi line rows & properties
Hi Glenn, Besides the elaborate solutions of Mario there are also more simple solutions: 1) You can add <br> to create a new line e.g.: |some text |some text line 1<br>some text line 2| 2) With transclusion you can add the contents of a tiddler (with line breaks in it) into a cell of the table ...
Google Groups
groups.google.com › g › tiddlywiki › c › Sh2TgIZ0vRY
Customizing TiddlyWiki tables
You can target specific rows and columns with the :nth-child selector which has as parameters something like xn+y. The basic usage is this: the style definition will be applied to every x-th child, beginning with the y-th child. So .customTable tr td:nth-child(5n+2) will target every 5th td ...
TiddlyWiki
talk.tiddlywiki.org › t › i-need-a-simple-table-editable-inline-siloed › 3655
I need a simple table, editable inline, siloed - table - Talk TW
June 13, 2022 - I’ve just searched everywhere I can think of, and my table needs seem to exist in-between existing options. I can manually type in a table, but editing and revising is a bit of a pain, especially when some columns may contain multiple words. There are also plugins that parse multiple tiddlers and display their data in a table.
Mauloop
mauloop.github.io › tw5-table-tool
TW5 TableTool — Tools for dynamic tables (TW5 rel. 5.1.17)
May 4, 2019 - [tag[TableToolPlugin]removeprefix[$:]addprefix[TableToolPlugin]] [prefix[$:/tbl/]removeprefix[$:/]] [prefix[momyl]] ... { "tiddlers": { "$:/Acknowledgements": { "title": "$:/Acknowledgements", "text": "TiddlyWiki incorporates code from these fine OpenSource projects:\n\n* [[The Stanford Javascript Crypto Library|http://bitwiseshiftleft.github.io/sjcl/]]\n* [[The Jasmine JavaScript Test Framework|http://pivotal.github.io/jasmine/]]\n* [[Normalize.css by Nicolas Gallagher|http://necolas.github.io/normalize.css/]]\n\nAnd media from these projects:\n\n* World flag icons from [[Wikipedia|http://com
Mal-bioit
mal-bioit.ru › tiddlywiki-cheet-sheet
Заметки по использованию TiddlyWiki | Mal-BioIT
|myclass anotherClass|k - assigns the CSS classes "myclass" and "anotherClass" to the table |This is a caption |c - gives the table the caption "This is a caption" |Cell1 |Cell2 | |Cell3 |Cell3 | |Header|Header|h - adds a header row of cells with the text "Header" |Footer|Footer|f - adds a footer row of cells with the text "Footer" (Table CSS classes, captions, headers and footers can be specified as special pseudo-rows.
Narkive
tiddlywiki.narkive.com › KxS3DDCy › tw-tw5-a-macro-to-display-a-list-in-multiple-columns
[tw] [TW5] A macro to display a list in multiple columns.
It is filled row-by-row and I haven't added styling options yet because I just realized I should do that as I am typing this. So later today there will probably be styling options. http://inmysocks.tiddlyspot.com/#Multi-column List · -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
Wikicreole
wikicreole.org › wiki › ListOfTableMarkups
List Of Table Markups
Copyright (C) by the contributors. Some rights reserved, license BY-SA · Sponsored by the Wiki Symposium and the Nuveon GmbH
Narkive
tiddlywiki.narkive.com › H54C7J5Y › tw-tw5-table-created-by-list-highlight-every-second-row
[tw] [TW5] Table (created by $list): Highlight every second row
Permalink Hey, is it possible to highlight every second row of a table which is created by a list filter? The table is structured like this: <table> <tr> <th>Topic 1</th> <th>Topic 2</th> </tr> <$list filter="..."> <tr> <td><$link to=<<currentTiddler>>>{{!!title}}</$link></td> <td><$view field="created"></td> </tr> </$list> </table> Regards, The Bo · -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group.
Google Groups
groups.google.com › g › tiddlywiki › c › tXHAY9rbEho
tables: merging cells (row- and colspan)
That's basically a 3x3 table, whereas the four cells in the upper right need to be merged. However, it seems that using both colspan and rowspan at the same time is not possible:
TiddlyWiki
talk.tiddlywiki.org › t › how-to-make-a-composite-table-by-transcluding-wikitext-tables-from-multiple-tiddlers › 9826
How to make a composite table by transcluding wikitext tables from multiple tiddlers - Talk TW
May 15, 2024 - Hi Experts, I have some tiddlers with different content and want to combine them in an overview by using the { brackets {{Tiddler1}} {{Tiddler2}} {{Tiddler3}} Tiddler1 AAAAA Tiddler2 BBBBB Tiddler3 CCCCC Result AAAAA BBBBB CCCCC That works fine so far but there is always an additional line ...
Narkive
tiddlywiki.narkive.com › 7rZuXTIO › tw-tw5-is-there-an-easy-way-to-set-table-column-width-and-row-height-for-a-single-table
[tw] [TW5] Is there an easy way to set table column width and row height for a single table?
Visit this group at http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/d/optout. ... Permalink I think I found a way to add row height. If there is a column with no values (the assumption is you are making some kind of a form you are going to print and distribute for markup at a meeting), you can add this to each cell to double the row height: | <br> | Post by Captain Packers I am making one table in which I would like to force a fixed column width for a couple columns and a fixed row height for all rows.
Google Groups
groups.google.com › g › tiddlywiki › c › HwTTMgh6nIE
Lets talk about tables.
So getting back to the "best of both worlds", creating a simple table in TiddlyWiki is a linear "chunk" of a non-linear database, which is an inevitable part of visualizing data. In the plugins you mention, editing a table only creates data in one field at a time therefore the non-linear philosophy is maintained. In my plugin, the expand feature was intended to make the tables less linear to hopefully avoid "spreadsheet overload". The idea is you can set up multiple tables to drill-down or traverse through rather than a bunch of separate tables or tables with vague links between them.
Top answer 1 of 4
8
I found the documentation for this really confusing, but here's what I did that works best:
<div class="tc-table-of-contents">
<<toc-selective-expandable 'TableOfContents' sort[ind]>>
</div>
Then, tag each tiddler with TableofContents.
Lastly, when editing each tiddler, add a new field named "ind" (for index - you can change this to whatever you like, so long as it's not being used elsewhere, of course). Assign a value to "ind" starting with 0 to tell it what order you want the tiddlers to go in. I incremented by 10 instead of 1 in case I want to rearrange a few things or insert more in the middle.
2 of 4
5
Create a new tiddler and give the title Contents
Under tags, give the value $:/tags/SideBar
Under type the text for this tiddler, give
<$list filter={{$:/core/Filters/AllTiddlers!!filter}} template="$:/core/ui/ListItemTemplate"/>
TiddlyWiki
tiddlywiki.com › archive › full › TiddlyWiki-5.1.17.html
TiddlyWiki — a non-linear personal web notebook
Individual cells can be edited on the fly. Row tables can be sorted by columns and column tables can be sorted by rows.
TiddlyWiki
talk.tiddlywiki.org › plugins › custom markup
Discussion about CM - Tables with muliti-line cells - Custom Markup - Talk TW
October 19, 2021 - Yea, I think there is some great potential for “multiline table cells”. I did do some experiments, but there is still a long way to go, to make it convenient. …