in the <head> but tiddlywiki overwrites it. And if I put it in the tiddler, then it's ignored.
Any hints?
Thanks in advance,
somen...@gmail.com
unread,
Jun 12, 2016, 6:53:03 AM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Sorry. I have Tiddlywiki5
El diumenge, 12 juny de 2016 12:51:34 UTC+2, somen...@gmail.com va escriure:
Jed Carty
unread,
Jun 12, 2016, 2:19:16 PM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Put it in a tiddler and give the tiddler the tag $:/tags/RawMarkup then save and reload your wiki. The content of the tiddler will be put in the head element of the html file.
somen...@gmail.com
unread,
Jun 12, 2016, 2:30:29 PM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
It loads the javascript but it has no efects with table class="sortable" in my tiddler
El diumenge, 12 juny de 2016 20:19:16 UTC+2, Jed Carty va escriure:
Jed Carty
unread,
Jun 12, 2016, 2:39:38 PM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
Then it probably doesn't dynamically refresh or whatever it is called. Since your tiddler isn't open when the page is loaded the javascript library isn't necessarily loaded and when you open a new tiddler the library needs to update. This is something that you run into a lot when trying to put external javascript into a wiki and there isn't a general solution that I know about. To test this try putting a sortable table into a tiddler and setting that as one of the default tiddlers and reload the wiki. If the table works in that tiddler but not in one you open after you have loaded the wiki than this is the problem.
Unfortunately I don't have a solution for you.
Jed Carty
unread,
Jun 12, 2016, 2:44:02 PM6/12/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TiddlyWiki
The good news is that you can do most of what is included in the library with tiddlywiki anyway. Check out the dynamic tables macros I made here for an example. That can probably be extended to do the rest of what the library does. You may have to get into some javascript for some things though.