[tw] Re: Newbie with questions :)

2014-05-29 Thread Matabele
Hl On Friday, May 30, 2014 1:35:34 AM UTC+2, James Mars wrote: > > Hi All, > > (2) Does TW5 have hierarchical tagging? I read somewhere that MPTW (esp. > TagglyTagging) allowed something akin to hierarchical tagging? > > (3) Can tiddlers be divided into categories/subcategories (apart from > us

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Mans Exercise caution when using the 'set=' and 'setTo=' attributes of the <$button> and <$maketid> widgets in the same way as in the <$setfield> widgets. The former do not target the value for the target propagated with the 'param=' attribute by default, and in some circumstances will, the

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Mans Glad to be of assistance -- appears you ran into the limitation my widgets were designed to address -- the need for one button to initiate several actions. In the process of developing a couple of applications I am working on, this same limitation kept cropping up. regards On Thursda

Re: [tw] Re: Change node.js server port?

2014-05-29 Thread Michele Zaffalon
Hi, Thank you for the reply but evidently I posed the question in a terrible way: I meant to ask how in the code the parameter is passed to node.js. I start the three tiddlywikis I use from the command line. Best, michele On Thu, May 29, 2014 at 9:12 PM, Matabele wrote: > Hi > > There's a h

[tw] Re: Newbie with questions :)

2014-05-29 Thread Stephan Hradek
Am Freitag, 30. Mai 2014 01:35:34 UTC+2 schrieb James Mars: > > Hi All, > > I am completely new to TiddlyWiki and would appreciate it if someone could > answer a few questions for me: > > (1) I intend to run TW5 on my laptop (standalone). Should I be running it > on Node.js? I do like the idea

[tw] Re: clearing the "recent" history

2014-05-29 Thread Stephan Hradek
I just took a look at TW 5.0.12 and I think what you want isn't yet possible. In order to be able to have that we would need a filter function, similar to "sameday" called (e.g.) "afterday". I think then in "$:/snippets/recentchanges" we need to change: <$list filter="[!is[system]has[modified

[tw] Re: clearing the "recent" history

2014-05-29 Thread Stephan Hradek
Am Donnerstag, 29. Mai 2014 21:57:05 UTC+2 schrieb Alex V: > > Open the shadow tiddler $:/snippets/recentchanges and delete it's contents > before publishing. That should do it. > That's a bad idea! The user won't see any recent changes at all! -- You received this message because you are subs

Re: [tw] clearing the "recent" history

2014-05-29 Thread Daniel Baird
Maybe edit the "last modified" dates on all your special tiddlers to be in the distant past. >From memory MS-DOS system files all had last modified times that matched the DOS version -- DOS 5 files all had 5:00am as the edited time. You could do something fancy like that :) ;Daniel On 30 May

[tw] Newbie with questions :)

2014-05-29 Thread James Mars
Hi All, I am completely new to TiddlyWiki and would appreciate it if someone could answer a few questions for me: (1) I intend to run TW5 on my laptop (standalone). Should I be running it on Node.js? I do like the idea of having tiddlers in separate files but have no need for a running "server

[tw] Newbie - Help

2014-05-29 Thread James Mars
Hi All, I am completely new to TiddlyWiki and would appreciate it if someone could answer a few questions for me: (1) I intend to run TW5 on my laptop (standalone). Do I/should I be running it on Node.js? I do like the idea of having tiddlers in separate files but have no need for a running "s

[tw] Newbie.. basic questions

2014-05-29 Thread James Mars
Hi All, I am completely new to TiddlyWiki and would appreciate it if someone could answer a few questions for me: (1) I intend to run TW5 on my laptop (standalone), do I, should I be running it on Node.js? I do like the idea of having tiddlers in separate files but have no need for a running "

[tw] Re: [TW5] Complete beginner, need to make a table of contents

2014-05-29 Thread Måns
Hi Danielo This was my explanation to Katie - somewhere earlier in this thread: "Explanation of the code: [!has[draft.of]tag[Act] means that a tiddler tagged with Act which is in editmode (a draft) will not appear in the list (as a tag pill). tag[Act] will fetch all tiddlers tagged with Act (

[tw] Re: [TW5] I lost everything. Password doesn't work anymore.

2014-05-29 Thread PMario
On Wednesday, May 28, 2014 11:30:09 PM UTC+2, Gerald Strickland wrote: > > Last time I used it was last night at home on my Windows 7 desktop, hit > the check mark to stop editing my last entry, it then saves via TiddlyFox > and I eject my USB drive. > How did you eject your USB drive? With the

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Måns
Hi Matabele I forgot to mention that you also gave me the option to use a new tiddler button to create new quizzes with predefined fields (incl. tags): <$setfield set="!!skift" setTo="1"> <$setfield set="!!6" setTo="Word 6"> <$setfield set="!!5" setTo="Word 5"> <$setfield set="!!4" setTo="Word

[tw] Re: clearing the "recent" history

2014-05-29 Thread Alex V
Open the shadow tiddler $:/snippets/recentchanges and delete it's contents before publishing. That should do it. -- 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 t

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Måns
Hi Matabele You solved all my problems - Thank you very much :-) 1) Setting states to fields in current tiddler lets me have individual control with the state of every button in every individual tiddler. 2) Your setfield widget makes it possible to set all fields at once. My quiz consists of

[tw] Re: Change node.js server port?

2014-05-29 Thread Matabele
Hi There's a handy cross platform utility called 'zenity' for creating dialog boxes in shell scripts: https://en.wikipedia.org/wiki/Zenity I use the following script (in Linux) to load my various wikis -- this allows me to choose both a wiki to serve and a port for the server: #!/bin/sh wiki=$

[tw] Re: clearing the "recent" history

2014-05-29 Thread Stephan Hradek
You haven't overlooked anything. There is no such button. What should work - but I haven't tested - is to modify the list filter of the recent tab to not show any tiddler modified before the date of a certain tiddler So the idea would be to have a "Version history" tiddler. Any time you publis

[tw] clearing the "recent" history

2014-05-29 Thread Terry Jones
rookie question here - is there any way to flush the history that's shown in the "recent" tab? i guess it's generated based on the modification data field for each tiddler, and i guess if i let the file sit for a while then the data would "age" off the generated list, but that seems kinda klunky

[tw] Re: [TW5] Newbie: Line-break question

2014-05-29 Thread BJ
Hi Thomas, I have ported the ckeditor to tiddlywiki (its not part of the core functionality), which gives full styling WYSIWYG, but at present it does not support the features of tw5, such as wikiwords. See the 'VisualEditor' here http://bjhacks.tiddlyspot.com/ All the best BJ On Wednesday, Apr

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Danielo On Thursday, May 29, 2014 2:22:19 PM UTC+2, Danielo Rodríguez wrote: > Hello Matabelle > > I'm still not understanding the need of complicating things. If you want > to specify the target tiddler you have an specific parameter called > tiddler. Why would you need two things for the

[tw] Re: Change node.js server port?

2014-05-29 Thread Michele Zaffalon
Jeremy, Thanks for the pointer, that is interesting. Could you point me to where in the code is passed to node? From my question, you have guessed right, I am not familiar with Javascript... Thank you, michele On Wednesday, January 8, 2014 2:04:12 PM UTC+1, Jeremy Canady wrote: > > Thanks RA.

[tw] Re: [TW5] Anyway to list a particular custom field from all the tiddlers of the Tiddlywiki

2014-05-29 Thread Shash
My bad. Thanks a lot. It worked like a charm. On Thursday, May 29, 2014 6:55:37 PM UTC+5:30, Alberto Molina wrote: > > I'm not sure to understand but maybe this is what you want: > > <$list filter="[has[continue]sort[title]]"> > <$link>{{!!title}} {{!!continue}} > > -- You received this messa

[tw] [TW5] Anyway to list a particular custom field from all the tiddlers of the Tiddlywiki

2014-05-29 Thread Alberto Molina
I'm not sure to understand but maybe this is what you want: <$list filter="[has[continue]sort[title]]"> <$link>{{!!title}} {{!!continue}} -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails f

[tw] [TW5] Anyway to list a particular custom field from all the tiddlers of the Tiddlywiki

2014-05-29 Thread Shash
Hi All, Is there any way to list a particular custom field from all the tiddlers of a particular tiddlywiki. For example let me say I have a field named "continue" in many tiddlers. Is there any way to list this field and its contents from all the tiddlers of the tiddlywiki file. Thanks! Shas

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Danielo Rodríguez
Hello Matabelle I'm still not understanding the need of complicating things. If you want to specify the target tiddler you have an specific parameter called tiddler. Why would you need two things for the same purpose? In TW the !! notation is used for variable substitution. When I read your ex

[tw] Re: [TW5] Newbie: Line-break question

2014-05-29 Thread Matabele
Hi A suggestion -- perhaps several syntax rules could be changed within a """fenced block""", thus respecting both linebreaks and wikitext rendering within the block. Only the use of need then be precluded from a fenced block. Apologies in advance if this presents a rendering problem -- I am

Re: [tw] Re: [TW5] Newbie: Line-break question

2014-05-29 Thread Alex V
Single line breaks is not part of GFM, it is part of the additional features of writing on Github . I am in favor of implemented the GFM features, but implementing single line breaks

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Mans I have just updated the <$setfield> widget at: http://gwiz.tiddlyspot.com/ This means there is no longer a need to use interspersed fieldset widgets. I have added updated code for you to try as a Demo. regards On Thursday, May 29, 2014 3:20:21 AM UTC+2, Måns wrote: > > Hi TwWizards >

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Danielo I often specify the title of the tiddler and the field -- as in: set="Target!!field-one" (this will override any default target - often 'currentTiddler'.) I prefer to maintain this standard convention for text references. regards On Thursday, May 29, 2014 12:24:59 PM UTC+2, Danielo

[tw] Re: [TW5] The <$maketid> and <$setfield> widgets

2014-05-29 Thread Matabele
Hi BJ Appears to work fine. I have updated the <$setfield> widget and uploaded the new version and updated documentation to: http://wills.tiddlyspot.com/ This update retires the need for the fieldset widget, as multiple <$setfield> widgets can now be placed one after the other in the stack. As

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Danielo Rodríguez
Hello Matabelle, Why do you use set="!!field2" instead of just the name of the field? -- 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 tiddlywiki+unsubscr...@goo

[tw] Re: [TW5] The <$maketid> and <$setfield> widgets

2014-05-29 Thread Matabele
Hi BJ Many thanks - precisely the answer I was looking for -- I will modify the plugin accordingly and publish when I have done some testing. Does this work reliably with all browsers? regards On Thursday, May 29, 2014 9:27:16 AM UTC+2, BJ wrote: > > HI Matabele, > maybe you do not need to re

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Mans Putting things together -- try this on: http://gwiz.tiddlyspot.com/ <$reveal type="nomatch" state="!!state1" text="show"> <$fieldset tiddler="other-target" set="!!text" setTo="2"> <$setfield tiddler="target" set="!!text" setTo="your-content"> <$button set="!!state1" setTo="show" messag

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Mans Looking at your code -- perhaps use fields for your state variables to avoid unnecessary proliferation of $:/state tiddlers -- like this: <$reveal type="nomatch" state="!!Hit1State" text="show"> <$button set="!!Hit1State" setTo="show">O <$reveal type="match" state="!!Hit1State" text="sh

[tw] Re: [TW5] The <$maketid> and <$setfield> widgets

2014-05-29 Thread BJ
HI Matabele, maybe you do not need to regenerate the tw-set-field event, ie your code this.sendMessage = "tw-set-field"; if(this.catchMessage) { this.sendMessage = this.catchMessage; } this.dispatchEvent({type: this.sendMessage,param: this.sendParam

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Sorry, that should be (missed a trailing '>'): <$fieldset tiddler="other-target" set="!!text" setTo="other-content"> <$setfield tiddler="target" set="!!text" setTo="your-content"> <$button message="tw-set-field">Set regards On Thursday, May 29, 2014 9:04:52 AM UTC+2, Matabele wrote: > > Hi

[tw] Re: [TW5] I lost everything. Password doesn't work anymore.

2014-05-29 Thread Matabele
Hi Sorry to hear of your loss -- I had a life changing moment when a large hard drive crashed at a critical moment. I would also try an undelete utility on the usb stick, using your home computer -- perhaps the remnants of your old file remain intact. I suggest saving a copy of your TW files t

[tw] Re: [tw5]list filter field !value question

2014-05-29 Thread Matabele
Hi Mans Don't know exactly what you need, but my <$setfield> widget was designed to fill the requirement to do several things with one button -- you can try it our here: http://gwiz.tiddlyspot.com/ One suggestion is to re-write the 'text' field with: ... <$fieldset tiddler="other-target" set=