[tw] Can ListBoxPlugin accept a tag expression to determine the list items?

2010-03-14 Thread Saverio
Eric Shulman's excellent ListBoxPlugin (http://www.tiddlytools.com/ #ListboxPluginInfo) does exactly what I want, except I would like to define the list items with tiddlers that define a tag expression rather than just a single tag value. Am I missing something obvious? Or perhaps there is an "easy

[tw] Re: How can tiddler titles that appear in custom fields be updated when the tiddler is renamed?

2010-03-14 Thread Saverio
I have tiddlers which define tasks, and are tagged as such. Tasks can belong to other tiddlers which are projects, tagged with "project". I currently tag the task tiddler with the project to which it belongs, as well as other tasks on which it is waiting. However, this makes it difficult to disti

[tw] QuickOpenTagPlugin Pretty Links vs. Core Pretty Links

2010-03-14 Thread Mike
Mr. Baird or any other Javascript guru, Reference: http://groups.google.com/group/tiddlywiki/browse_thread/thread/63880dbd295305d1 http://mptw.tiddlyspot.com/#QuickOpenTagPlugin QuickOpenTagPlugin has a version of pretty links, and the core currently has a version of pretty links - but they do no

[tw] (For the record) Various alias plugins

2010-03-14 Thread twgrp
Did a little researching for myself but figured someone else may benefit + I figured it's good for future archive searches: http://www.tiddlytools.com/#AliasPlugin http://tiddlywiki.abego-software.de/Beta.html#TiddlerAliasPlugin (beta version) jackparke.googlepages.com/jtw.html (lets you use write

[tw] Re: HTML & JavaScript tutorials and training using TiddlyWiki

2010-03-14 Thread Craig in Calgary
Fred, Good points. I'll look into WSC, including http://interact.webstandards.org/, http://www.webstandards.org/2009/02/03/opera-web-standards-curriculum-translations-available/, and resources like http://www.accessifyforum.com/viewtopic.php?t=10824. [[12 Days|http://12days.osmosoft.com]] has bee

[tw] Re: Change label for link returned by tag macro

2010-03-14 Thread Mike
I found this problem in my document. . . QuickOpenTagPlugin ! splitTag hack, gonna see if I can remove just the hack. . . Mike On Feb 23, 5:16 am, Tobias Beer wrote: > Thanks for the feedback. Let's say: I'll try and keep it up ...and see > what eventually comes out of it. > > Tobias. -- You

Re: [tw] Re: How do I invoke ImportTiddlersPlugin interactive control panel?

2010-03-14 Thread Eric Weir
On Mar 14, 2010, at 9:10 AM, Mike wrote: > Search for the shadow tiddler ImportTiddlers should contain the > interface you are talking about. (via index, or via search plugin) Thanks, Mike. It was there all along. > What version TW / Plugin are you using? I have 2.5.3 (+2.4.3) / 4.5.0 Still i

[tw] Re: How do I invoke ImportTiddlersPlugin interactive control panel?

2010-03-14 Thread Mike
Search for the shadow tiddler ImportTiddlers should contain the interface you are talking about. (via index, or via search plugin) What version TW / Plugin are you using? I have 2.5.3 (+2.4.3) / 4.5.0 Mike On Mar 13, 6:07 pm, Eric Weir wrote: > On Mar 13, 2010, at 5:14 PM, Måns wrote: > > > Is i

[tw] Re: Retrieve and save Textarea text to custom field

2010-03-14 Thread Eno
Ok, I put my experimental tiddlywiki here, http://dl.dropbox.com/u/4148870/tkWorkspace.html Hope you can help me how to write the custom macro to save the texarea's text to a custom field. regards. Eno On 3月14日, 下午5時54分, FND wrote: > > It used a textarea element, with id of 'editor' [...] so

[tw] Re: Hide a checkbox (in a custom ViewTemplate) from printout??

2010-03-14 Thread Måns
Hi Eric Thanks for explaining and showing how to do it >groupbox { border:0px solid; background:none; } didn't work untill I added "!important": .groupbox {border:0px solid !important;background:none !important;} awesome :-) Regards Måns Mårtensson -- You received this message because you are

[tw] Re: Hide a checkbox (in a custom ViewTemplate) from printout??

2010-03-14 Thread Eric Shulman
> {display: none !important;} > {visibility: hidden ! important;} > What is the difference? To me it seems that the end result is > identical.. { display:none } hides an element and omits the space it would occupy in the rendered output, while { visibility:hidden } hides an element, but leaves spa

[tw] Re: Hide a checkbox (in a custom ViewTemplate) from printout??

2010-03-14 Thread Måns
Thanks a lot, Mario. I'm learning something new every day :-) As I understand it - there are 2 ways to control printout in the @media section of the StyleSheet {display: none !important;} and {visibility: hidden ! important;} What is the difference? To me it seems that the end result is identical

[tw] Re: Multi-Selection Problem in ListBoxPlugin

2010-03-14 Thread Eric Shulman
On Mar 14, 2:42 am, FND wrote: > > Added the following test line in ProjectEditTemplate > > Multiple Choice: > > It appears the ListboxPlugin does not support invocation from edit mode. It's certainly supposed to! I'm looking into that... > Adding it to the ViewTemplate or simply as a macro

Re: [tw] How can tiddler titles that appear in custom fields be updated when the tiddler is renamed?

2010-03-14 Thread FND
I was thinking instead to store in the custom field a different tiddler identifier that is stable across name changes. Could you elaborate on your use case? It would help to know why you're storing tiddler references in custom fields in the first place. The obvious option is to use UUIDs as t

Re: [tw] Retrieve and save Textarea text to custom field

2010-03-14 Thread FND
I imported a workspace.js [...] to my tiddlywiki for on-line evaluation and exploration of js codes. You might wanna take a look at this: http://12days.osmosoft.com/#Playground Sounds like it pretty much does exactly what you want. -- F. -- You received this message because you are subsc

Re: [tw] Retrieve and save Textarea text to custom field

2010-03-14 Thread FND
It used a textarea element, with id of 'editor' [...] so, I needed to create one in . What I wanted to do is to retrieved and save it's text content from and to a custom field, so, I can keep and updated my scripts. Do you want to do this programmatically, writing custom macro (e.g. "click here

Re: [tw] Multi-Selection Problem in ListBoxPlugin

2010-03-14 Thread FND
Added the following test line in ProjectEditTemplate Multiple Choice: It appears the ListboxPlugin does not support invocation from edit mode. Adding it to the ViewTemplate or simply as a macro to any tiddler seems to work fine though. Would this be a viable option for you? -- F. -- You r

Re: [tw] Re: HTML & JavaScript tutorials and training using TiddlyWiki

2010-03-14 Thread FND
It's always worth pointing to the Web Standards Curriculum, as that emphasizes good practices (whereas many other sites - including many popular recommendations - often don't live up to such high standards): http://dev.opera.com/articles/view/1-introduction-to-the-web-standards-cur/#toc 2. A T