The source can be included at the end of practically any of the .js files. 
I put it at the end of $:/core/modules/widgets/tiddler.js


It cannot be too difficult to adapt this to work at every tiddler load.


Additionally, if you go the configure settings tiddler:


1. Open the control panel ($:/ControlPanel)

2. Go to tab: Settings

3. Scroll down to heading: Navigation Address Bar

4. Select the radial button: "Include the target tiddler and the story 
sequence"


This allows the user to simply reload the whole page, and all the tiddlers 
in the river load back again.




On Sunday, August 4, 2019 at 9:46:19 AM UTC-4, MaxGyver wrote:
>
> I know that this is a very old thread but it's still interesting (at least 
> for me). I was looking for the same feature.
>
> I played around with that linked *sorttable.js* and TiddlyWiki. This is 
> how you can do it:
>
> Add a tiddler tagged *$:/tags/RawMarkup* with this content:
> <script type="text/javascript" src="
> https://kryogenix.org/code/browser/sorttable/sorttable.js";></script>
>
> You could also download the javascript file and link it locally.
>
> Save and reload your TiddlyWiki.
>
> Now you can create sortable tables like that:
>
> @@.sortable
> | letter | DE | EN |h
> | y | 0,04 % | 1,97 % |
> | x | 0,03 % | 0,15 % |
> | q | 0,02 % | 0,10 % |
> @@
>
>
> There is one drawback: The wiki must be saved and reloaded after editing a 
> tiddler that contains a sorted table.
>
> Best regards
> Max
>

-- 
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/2f989383-d25d-43d8-96e8-455d532fd7ea%40googlegroups.com.

Reply via email to