[tw] Re: braintags

2013-04-27 Thread ParisWiki
Dave, I like it. Very efficient! A question about your use of web in your subtitle (a reusable non-linear personal web notebook). Do you update it in the cloud or do you transfer it from your computer once in a while? And if is live in the cloud, by which method? Thanks, JCG Le vendredi 26

[tw] Re: giewiki release 1.17 adds site-wide search

2013-04-27 Thread Tobias Beer
Hi Poul, Played a bit with Giewiki and here's some feedback, e.g. on search. I find the search ui a bit unintuitive... 1. I'd say search belongs to the spot where I now find the GiewWiki version information - the version information being something rarely of interest to

[tw] Re: SetTiddlerBackground - ShowPopupAbove

2013-04-27 Thread Tobias Beer
Hi Wim, I just tried to open the wiki you reference and clicked at... I have a (big) TW with several popups in specific colors; I use the *ShowPopupAbove plugin* (* http://ykin.tiddlyspace.com/bags/ykin_public/tiddlers/ShowPopupAbove/revisions.wiki

[tw] Re: Line breaks in {{{}}} block

2013-04-27 Thread Tobias Beer
Are you sure that you are on ie 9 and not 10? Because the bug mentioned by Arc should only affect ie = 10 as the code doesn't cade for versions 9... https://github.com/TiddlyWiki/tiddlywiki/issues/118 As stated there, you may try and use compatibility mode in ie to have it working correctly.

[tw] Re: TemplateTiddlerPlugin

2013-04-27 Thread Tobias Beer
Hi Stephan, Nice plugin, I find named placeholders much more intuitive than $1..$9 and I think I am going to add support for that to GetPlugin... http://get.tiddlyspace.com ...probably in the form of allowing named parameters like $var:val, wheras $ indicates that replacement is desired.

[tw] Re: Cool frames (images) around tiddlers, how?

2013-04-27 Thread Tobias Beer
Hi Mat, It all depends on the complexity of the frame or border that you want to achieve. In general, I recommend to define a minimum width or height — who needs a 5 px wide content box? Maybe something like this will help you get started:

[tw] Re: HTML Parsing and Output

2013-04-27 Thread Tobias Beer
I suggest you wrap your html in TiddlyWiki using... *html your code goes here /html* ...and then use (or learn) jQuery Dom manipulation and InlineJavascriptPlugin to both... 1. *script// do parsing and output generation /script* 2. to access the html block beforehand using something like

[tw] Re: SearchOptionsPlugin Question

2013-04-27 Thread Tobias Beer
Some corrections... 1.That tag behavior (the dropdown list) isn't actually native to TiddlyWiki but comes from the QuickOpenTags plugin (and possibly other plugins?) TiddlyWiki DOES provide a tag TagName macro that renders a popup... http://tiddlywiki.org/#tag What QuickOpenTagPlugin does

[tw] Re: CoreTweaks2

2013-04-27 Thread Tobias Beer
Hi Stephan, as for hijacking (core) functions check out... http://tiddlywikidev.tiddlyspace.com/#Hijacking Tobias. -- 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

Re: [tw] Re: Lazy loading. Any news?

2013-04-27 Thread Ruler11
On Thursday, October 18, 2012 11:55:42 AM UTC+4, Jeremy Ruston wrote: I believe that there is also an implementation of lazy loading for TiddlySpace, but I don't have the details to hand. TW5 will have lazy loading built in as part of the core. So any news on lazy loading now? Best

Re: [tw] Re: Lazy loading. Any news?

2013-04-27 Thread Jeremy Ruston
I believe that there is also an implementation of lazy loading for TiddlySpace, but I don't have the details to hand. TW5 will have lazy loading built in as part of the core. So any news on lazy loading now? The lazy loading mechanism is now implemented in TW5. It's used currently only

[tw] Re: TemplateTiddlerPlugin

2013-04-27 Thread Tobias Beer
Hi Mario, I may have never officially introduced it but only mentioned it somewhere in a thread where the idea came to mind and so I started play-coding. It's definitely not yet listed in the plugin list in my space... http://tobibeer.tiddlyspace.com/#%5B%5BAll%20Plugins%5D%5D I am aware of

[tw] Re: Lazy loading. Any news?

2013-04-27 Thread Tobias Beer
Unless you have thousands of alike entries, one approach might be to actually have a number of either TiddlyWikis, TiddlySpaces, Bags, etc... into which you cluster tiddlers depending on topic / context / etc — which shifts the problem / focus to... - establishing a consistent and

[tw] Access a tiddler's field value

2013-04-27 Thread passingby
I am trying to create a tiddler which shall have a field named mantraCount. The field shall be set to 0 in the beginning. The tiddler shall display the current value of the field in its display and it shall have a large button below which shall increment the field value by 1 when pressed and

[tw] Re: Access a tiddler's field value

2013-04-27 Thread Arc Acorn
I don't know much about this kind of thing so someone else can probably answer this much better but from old projects I do know that's not a good way to try and get a field value. This should give you the count: script var title = story.findContainingTiddler(place).getAttribute(tiddler) ; var

[tw] Re: Access a tiddler's field value

2013-04-27 Thread PMario
try: view mantracount text fields have to be all lowercase. -m -- 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...@googlegroups.com. To post to

[tw] Looping through a set of tiddler with prev and next buttons

2013-04-27 Thread Dani Zobin
I would like to be able to loop through an ordered set of tiddler by seeing one tiddler at a time, and having prev and next buttons to navigate. Does anything like this exist? The selection of tiddlers can come form different sources, this is not the point, asking mainly about the widget of prev

[tw] Re: Looping through a set of tiddler with prev and next buttons

2013-04-27 Thread Eric Shulman
On Apr 27, 5:14 pm, Dani Zobin danizo...@gmail.com wrote: I would like to be able to loop through an ordered set of tiddler by seeing one tiddler at a time, and having prev and next buttons to navigate. Does anything like this exist? http://www.TiddlyTools.com/#FAQViewerPlugin enjoy, -e Eric