AI has created an app that imports lists into tables
The app can import .org files created with Orgmode. The Orgmode format is equivalent to TiddlyWiki’s list format.
The purpose of this app is to generate tables from lists. This is one way to create tables.
Of course, you can also generate lists from tables. Use the app’s category feature to define a tree structure.
yan
2
Not bad. This is under “Plugins” but it doesn’t look to be TW?
The Orgmode format is equivalent to TiddlyWiki’s list format.
Unfortunately it wouldn’t be compatible with what it’s trying to achieve… here is an org export from your sample table:
* Accessory
** East
*** AirPods Pro
:PROPERTIES:
:Quarter: Q1
:Sales: 1999
:Quantity: 120
:END:
These should be on a 4th level of unordered listing in TW (****).
On the other hand, TW has native support for CSV so we could take advantage of your tool that way.
This isn’t a plugin. It’s a tool. I couldn’t find a place to publish it, so I’m putting it here.
If you don’t add the `property`, it will be compatible with TiddlyWiki.