[tw] [TW5] Issues understanding filters

2016-06-03 Thread William RENOU
I've been studying various bits of code found around various TW5, but there are some pieces I can't understand how they work. This is one of them : <$list filter="[is[current]field:fieldName1/fieldValue|fieldValue2/]"> <$count filter="[field:fieldName/fieldValue3/fieldName2{{!!fieldValue3}}]"/>

Re: [tw] [TW5] Issues understanding filters

2016-06-03 Thread William RENOU
Now I understand why it stopped working when I upgraded it from 5.0.8 to 5.1.11. Now I just need to get the 'is[current]' part. Thanks. Le vendredi 3 juin 2016 22:40:38 UTC+2, Jeremy Ruston a écrit : > > Hi William > > On 3 Jun 2016, at 19:14, William RENOU <wilr...@gmail

[tw] Re: [TW5] Issues understanding filters

2016-06-03 Thread William RENOU
Got this snippet from http://tesis.tiddlyspot.com/ > $:/_notes Le vendredi 3 juin 2016 22:23:15 UTC+2, PMario a écrit : > > Hi William, > > IMO it would be easier, if you tell us, where you found it. > > -m > -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] Multi-level transclusion

2016-08-01 Thread William RENOU
learn about it. > > Good luck! > Mark > > On Sunday, July 31, 2016 at 4:22:41 PM UTC-7, William RENOU wrote: >> >> Here's my root tiddler viewTemplate : >> <$list filter="[is[current]tag[rootTag]]"> >> >> <$list filter="[tag[L1Ta

[tw] Re: [TW5] Multi-level transclusion

2016-07-31 Thread William RENOU
goes for L2 to L1 : it's referencing an ID on the L1 tiddler. My first idea was to remove the block quotes, but it hasn't solved the issue of content not showing. Le lundi 1 août 2016 00:34:17 UTC+2, Eric Shulman a écrit : > > On Sunday, July 31, 2016 at 3:14:49 PM UTC-7, William RENOU wrot

[tw] Re: [TW5] Multi-level transclusion

2016-07-31 Thread William RENOU
What more information do you need ? Le lundi 1 août 2016 00:32:25 UTC+2, Jed Carty a écrit : > > What you want is almost certainly possible, but you need to give more > information about what is going on. You describe sometihng like how the > threaded comments are displayed in twederation here

[tw] [TW5] Multi-level transclusion

2016-07-31 Thread William RENOU
I was wondering if transcluding content accross several levels was possible ? Here's what I'm trying to do : RootTiddler (A) + L1SubTiddler (Aa) + L2SubTiddler (Aa1) + L2SubTiddler (Aa2) + L1SubTiddler (Ab) + L2SubTiddler (Ab1) + L1SubTiddler (Ac) Both root-level tiddlers and level 1

[tw] [TW5] Filtering out tag from tag list

2016-07-04 Thread William RENOU
I am currently using a viewtemplate to display a list (filtered using a specific tag plus a few other operators) of tiddlers with their respective tags. I'm using the listWidget inside my main listWidget to display the tags of each Tiddler. <$list

[tw] Re: [TW5] Filtering out tag from tag list

2016-07-04 Thread William RENOU
splay]]">{{||$:/core/ui/TagTemplate}} > > HTH > Mark > > On Monday, July 4, 2016 at 4:49:48 PM UTC-7, William RENOU wrote: >> >> I am currently using a viewtemplate to display a list (filtered using a >> specific tag plus a few other operators) of tiddlers wi

[tw] Not sure how to proceed

2017-02-16 Thread William RENOU
I tried installing a pluging on a working node.js tiddlywiki (running 5.1.13). First I wasn't sure if you had to both add the plugins through the ControlPanel and in the tiddlywiki.info file. As it got me errors upon accessing the tiddlywiki, I guessed the ControlPanel part was wrong. I

[tw] [TW5] Node.js & multiple instances

2016-11-10 Thread William RENOU
Is there a way to run simultaneously several TW5 on the same node, except using a different port for each one ? I was looking for a way to make them run in different adresses : - first TW on localhost/node1 - second TW on localhost/node2 - etc... -- You received this message because you are

[tw] Re: [TW5] MacroCall Widget & sub-macros

2016-12-12 Thread William RENOU
you need: > > \define myDataMacro(var2) <$transclude tiddler="$:/data/dataExample" index > ={{$var2$!!keyfield}} /> > > > <$macrocall $name="myDataMacro" var2={{!!mytarget}} /> > > > > > On Sunday, December 11, 2016 at 5:47:

[tw] [TW5] MacroCall Widget & sub-macros

2016-12-11 Thread William RENOU
I'm currently trying to link a tiddler's field to a DataTiddler (dictionary tiddler). My (semi) working prototype has a SelectWidget pulling up a list of Tiddlers. When one is selected, its fields are displayed. The title of the current displayed tiddler is stored in a field inside the viewer

Re: [tw] [Node.js] Unable to update past 5.1.13

2017-11-22 Thread William RENOU
ng with a new > wiki and progressively bringing your content over until you can see what > breaks. > > Best wishes > > Jeremy. > > > On 22 Nov 2017, at 03:24, William RENOU <wilr...@gmail.com > > wrote: > > Hello. > I was running on 5.1.13 and decided to up

[tw] [Node.js] Unable to update past 5.1.13

2017-11-21 Thread William RENOU
Hello. I was running on 5.1.13 and decided to upgrade my server to 5.1.15 after testing it for a bit. Unfortunately since the upgrade it has become mostly unusable. I can open my TW fine but when used, most functions return a javascript error. Even only opening the TW yield errors.