[tw] Re: TW5 - List of tiddlers with field check box

2015-10-08 Thread Tobias Beer
Hi RickL, While adding another example, I realized that one bit of code was not there yet ...to set a custom button label. So, please grab the update (of the macro) from here... Cycling Tags @ tb5 ...and check out the example for the custom button

[tw] Re: [TW5] Setting some fields at startup

2015-10-08 Thread FrD
Hi Jed, I managed to have my startup module working so I won't go further ; it's a bit above my level :-). Thanks anyway, your work is inspiring ! FrD Le jeudi 8 octobre 2015 18:13:38 UTC+2, Jed Carty a écrit : > > As for running the invokeAction method from inside the render method, one > thi

[tw] Re: Unique listing of all values in a field

2015-10-08 Thread Tobias Beer
Hi c pa, > Yes. I see that in the documentation. > http://tiddlywiki.com/#each%20Operator > I noticed that today too, that the documentation somehow already went up there but not the code. ;-) Best wishes, — tb -- You received this message because you are subscribed to the Google Groups

[tw] Re: TiddlyWiki on a Webserver

2015-10-08 Thread Tobias Beer
Hi PTP, This recently revived discussion for *MicroTiddlyServer* may be of interest to you: https://groups.google.com/forum/?fromgroups=#!topic/tiddlywikidev/5gqF4IvnU78 Then there's also *store.php* from *BidiX* (which is part of TiddlyHome)... https://code.google.com/p/bidix/source/browse/tr

[tw] Re: TW5 - List of tiddlers with field check box

2015-10-08 Thread RickL
This is what I am looking for and I prefer the use of tags when possible. I am going to add this to my TW and see if I can get it working! Thanks for your help On Thursday, October 8, 2015 at 6:20:44 AM UTC-4, Tobias Beer wrote: > > Hi RickL, > > I just created an equivalent for *cycletags* fro

[tw] Re: [TWC] Upload Plugin - where to find!?

2015-10-08 Thread Tobias Beer
Hi PTP, I'm pretty sure it's part of every new TW2 TiddlySpot, so I created this for you... http://uploadplugin.tiddlyspot.com/#UploadPlugin It's source is possibly part of TiddlyHome, too... UploadPlugin.js @ code.google.com

[tw] Re: TW5 - List of tiddlers with field check box

2015-10-08 Thread RickL
Looks like a great solution...I am trying to understand how it works! On Wednesday, October 7, 2015 at 10:18:22 PM UTC-4, Matabele wrote: > > Hi > > I came across a similar usage case when developing my version of a 'GTD' > type application. I chose to use fields rather than tags to implement the

[tw] Re: Unique listing of all values in a field

2015-10-08 Thread 'c pa' via TiddlyWiki
>> it should be part of the core soonish via... > > each:list[some-list] > > Yes. I see that in the documentation. http://tiddlywiki.com/#each%20Operator >> each:list>> The value is treated as a title list . Each title in the list considered in turn. If it

Re: [tw] Re: Displaying Recent as a "Default Tiddler"?

2015-10-08 Thread Mike Whalen
That works well! Thank you very much.  Cheers, m On October 8, 2015 at 12:11:48 PM, Ton Gerner (ton.ger...@gmail.com) wrote: {{$:/core/ui/SideBar/Recent}} -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw] Re: Displaying Recent as a "Default Tiddler"?

2015-10-08 Thread Ton Gerner
Hi Mike, You can transclude $:/core/ui/SideBar/Recent in a tiddler of your choice (e.g. with title Recent): {{$:/core/ui/SideBar/Recent}} Cheers, Ton On Thursday, October 8, 2015 at 6:52:01 PM UTC+2, Mike Whalen wrote: > > Excellent! It's kind of ugly since it shows that as the title, but tha

Re: [tw] Re: [TW5] At which point does TW create the main container?

2015-10-08 Thread BJ
On Wednesday, October 7, 2015 at 6:33:33 PM UTC+1, Danielo Rodríguez wrote: > > > > El miércoles, 7 de octubre de 2015, 15:06:41 (UTC+2), BJ escribió: >> >> The Widget could be >> > > That is absolutely awesome!! > Have you wrote that from scratch ??!! > > Some funny thing I have noticed is that

[tw] Re: Displaying Recent as a "Default Tiddler"?

2015-10-08 Thread Mike Whalen
Excellent! It's kind of ugly since it shows that as the title, but that's pretty darned minor. :-) Thanks again. On Thursday, October 8, 2015 at 11:45:20 AM UTC-5, Ton Gerner wrote: > > Hi Mike, > > Replace GettingStarted with $:/core/ui/SideBar/Recent > > Cheers, > > Ton > > On Thursday, Octobe

[tw] Re: Displaying Recent as a "Default Tiddler"?

2015-10-08 Thread Ton Gerner
Hi Mike, Replace GettingStarted with $:/core/ui/SideBar/Recent Cheers, Ton On Thursday, October 8, 2015 at 6:12:00 PM UTC+2, Mike Whalen wrote: > > Hi, > > I am very new to Tiddlywiki, so new I can't seem to find the answer to > this question. > > In the Control Panel options, I see a field fo

[tw] Re: [TW5] Setting some fields at startup

2015-10-08 Thread Jed Carty
As for running the invokeAction method from inside the render method, one thing that Jeremy has been very careful about with tiddlywiki is that rendering shouldn't have any side effects because you have to assume that any part of the wiki may be re-rendered at any time which can cause all sorts

[tw] Displaying Recent as a "Default Tiddler"?

2015-10-08 Thread Mike Whalen
Hi, I am very new to Tiddlywiki, so new I can't seem to find the answer to this question. In the Control Panel options, I see a field for "Default Tiddlers" which, in the beginning is set to "GettingStarted." I wondered if there was a way to make a Default Tiddler based upon the Recent list?

[tw] Re: TiddlyWiki on a Webserver

2015-10-08 Thread PTP
... does not work for me. I can't get to the backstage after I uploaded and opened the TW :-( Any hint? Am Samstag, 22. Dezember 2012 17:00:30 UTC+1 schrieb Måns: > > Hi Gabriel > > TiddlySpace is a very good place to have your tiddlers. > However if all you want is to place your TW on your ow

[tw] Re: Documentation Macros

2015-10-08 Thread Tony Grosinger
Very nice, thank you. I will give that a try. On Thursday, October 8, 2015 at 7:58:46 AM UTC-7, Evolena wrote: > > The documentation macros are part of the "tw5.com" edition, so it is not > included in an empty edition. > Here are the main tiddlers you would need to use these macros: permaview >

[tw] Re: Documentation Macros

2015-10-08 Thread Evolena
The documentation macros are part of the "tw5.com" edition, so it is not included in an empty edition. Here are the main tiddlers you would need to use these macros: permaview

[tw] Documentation Macros

2015-10-08 Thread Tony Grosinger
On TiddlyWiki.com there is a tidder about Documentation Macros . Unfortunately however, I do not seem to be able to use any of them on my own TiddlyWiki instance. Even copying and pasting the example directly results in nothing being rendered. Do I

[tw] [TWC] Upload Plugin - where to find!?

2015-10-08 Thread PTP
the originla website http://tiddlywiki.bidix.info/#UploadPlugin is down. I found the documentation on http://tiddlywiki.tiddlyspace.com/UploadPlugin, but where can I get the files? TIA! -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To u

Re: [tw] How to replicate scrolling background

2015-10-08 Thread Tobias Beer
@Alex, I'm not seeing any background images, only that some content images are scrolling unfavorably. Could you make one based off of empty.html to show where you're headed? Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To u

[tw] Re: Unique listing of all values in a field

2015-10-08 Thread Tobias Beer
Hi c pa, Just for your information. Once I manage to do less other stuff and add the docs, it should be part of the core soonish via... each:list[some-list] *#1422 added list suffix for each filter* https://github.com/Jermolene/TiddlyWiki5/pull/1422 Best wishes, — tb -- You received this m

[tw] Re: [TW5] Setting some fields at startup

2015-10-08 Thread Tobias Beer
Hi FrD, > forgot to click the "add" button when I added the module-type field (set > to startup) > ah, that one ;-) I hope we will have a general solution that also works with CTRL-ENTER for this come next release... *#1939 saving a tiddler with non-empty input fields* https://github.com/Je

[tw] Re: TW5 - List of tiddlers with field check box

2015-10-08 Thread Tobias Beer
Hi RickL, I just reimplemented cycletags from TW2 in TW5... Cycling Tags @ tb5 Best wishes, — tb -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving