Re: [twdev] [TW5] Javascript kiddy

2018-03-20 Thread TonyM
Thomas, Yes I know there are tiddlywiki ways to do it, what I am trying to do is find the way to take html backed up with javascript code available all over the internet, especially at w3schools and find a re-implementation in tiddlywiki. In the most recent case I am making use of w3css and

[twdev] Re: Proposal: Changing PageTemplate list filter to be a macro

2018-03-20 Thread Mat
As a non-js kinda guy I'm wondering if the 'manipulability' would translate into wikitext too, i.e via the actual TW UI? <:-) -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop receiving emails from it,

Re: [twdev] [TW5] Javascript kiddy

2018-03-20 Thread Thomas Elmiger
Hi Tony TW has tabs and the reveal widget for this functionality, no JS needed – or did I miss something? Kind regards from a script kiddy ;–) Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" group. To unsubscribe from this group and stop

[twdev] Proposal: Changing PageTemplate list filter to be a macro

2018-03-20 Thread Riz
Something like <$list filter=<> variable="listItem"> in the $:/core/ui/PageTemplate? It will allow complex and fine grained manipulations of display like exports.run = function() { var filter; if (window.matchMedia("(min-width: 960px)").matches) { filter =