I made some pure wikitext sortable tables https://ooktech.com/jed/ExampleWikis/DynamicTables/ but it doesn't have the sorting based on content type.
And that is a very fragile way to include javascript in a tiddlywiki. It would be a much better idea to put it into a plugin or startup module, or an easier way would be to copy the javascript into a tiddler and give the tiddler the tag $:/tags/RawMarkup But regardless of which method you use tiddlywiki does not play well with javascript that relies on dom manipulations. There are a few places in the code that you could change to make it play better with tiddlywiki but I am not sure how much better. -- 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/1d824e08-6e0d-4133-9578-cd46cf56dc00%40googlegroups.com.

