TiddlyWiki / TiddlyWiki5

A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.
https://tiddlywiki.com/
Other
8.07k stars 1.19k forks source link

Dynamic Tables #2295

Closed Gutalean closed 11 months ago

Gutalean commented 8 years ago

Hello!

Is it possible to add ability to create dynamic tables inside tiddlers? I mean tables that consist from other tiddler's fields. And one could sort or filter such table by queries. Maybe it could be implemented as a representation of advanced search results in a table form. Is it possible to do things like here: http://osdir.com/ml/tiddlywiki/2010-07/msg00327.html

PS: Do you have any place where ordinary users can vote for their most desirable improvments?

sukima commented 8 years ago

Is it possible to add ability to create dynamic tables inside tiddlers?

Sure. Anything is possible.

I mean tables that consist from other tiddler's fields.

You mean something like:

|!header1 |!header2 |
|{{otherTiddler!!field}} |{{otherTidler2!!field}} |

And one could sort or filter such table by queries.

You might be able to get away with using a <$list> widget to build an HTML table. But I would say it would be easier to write a custom JavaScript widget for that.

Is it possible to do things like here?

Really have no idea what your trying to show there. The page doesn't seem to have the same context as this question. Perhaps you need to elaborate. Maybe some code snip-its?

Do you have any place where ordinary users can vote for their most desirable improvments? (sic)

You mean the mailing list? I think this kind of discussion would be better on the mailing list.

inmysocks commented 8 years ago

I made dynamic tables here. http://ooktech.com/jed/ExampleWikis/DynamicTables/ Is that what you want?

sukima commented 8 years ago

cool! I like it. This should be a link in tw5.com

pmario commented 11 months ago

@Jermolene ... I think this one can be closed. There are several plugins that solve the problem

The shiraz plugin also contains dynamic tables and a lot more: https://kookma.github.io/TW-Shiraz/#Tutorial%20Dynamic%20Tables

Jermolene commented 11 months ago

Thank you @pmario