[tw] [TW5] Transclsuion with templates - Now I know why it i s useful…

2013-12-11 Thread Stephan Hradek
Today I learned how useful this could be: {{someTiddler||Template Tiddler}} What this merely does is, to display the Template Tiddler. But the *Context Tiddler* will be the someTiddler. I used this for a hierachical wiki where I have sections which are defined by field values. So I have for

[tw] the search filter operator

2013-12-11 Thread Joshua
From the TiddlerFilters tiddler at http://five.tiddlywiki.com, I learned about the search list filter operator. Can this simply do a text string search from text in a tiddler or can it do wildcard or regular expression searches? If it can't do these searches, is there any plan to implement

[tw] [TW5] @ James Weaver: Example for a parent-child relationship with TW5 (my version).

2013-12-11 Thread Stephan Hradek
Hi James! Please find on http://skeeve.tiddlyspot.com the tiddler Tiddler with multiple children. If you press the Create Tiddler button, you'll get a new tiddler which has the parent field already filled. The parent tiddler contains a list widget, showing all the known tiddlers having its

[tw] Re: the search filter operator

2013-12-11 Thread Stephan Hradek
It's just a simple text string search, but there is already an issue filed to support regexp. -- 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

[tw] Re: TiddlyWiki Hangout #24 is next Wednesday 4th December at 4pm GMT

2013-12-11 Thread Jeremy Ruston
Thanks Mario, much appreciated. Cheers Jeremy On Wed, Dec 11, 2013 at 1:00 AM, PMario pmari...@gmail.com wrote: video: http://www.youtube.com/watch?v=xlXdKMj70yM annotations: http://pmario.tiddlyspace.com/#2013-12-04-TW5-hangout-24 have fun! mario -- Jeremy Ruston

[tw] Re: [TW5] @ James Weaver: Example for a parent-child relationship with TW5 (my version).

2013-12-11 Thread James Weaver
Brilliant Stephan! This is very helpful. Regards, Jim On Wednesday, December 11, 2013 7:23:55 AM UTC-5, Stephan Hradek wrote: Hi James! Please find on http://skeeve.tiddlyspot.com the tiddler Tiddler with multiple children. If you press the Create Tiddler button, you'll get a new

[tw] Re: Announcing TiddlyWiki version 5.0.1-alpha

2013-12-11 Thread Jeremy Ruston
On Sat, Dec 7, 2013 at 11:07 PM, PVHL pvhl...@gmail.com wrote: Very nice. FYI, I tried saving from web (as per 'Getting Started') with IE11 and it fails with This file couldn't be downloaded Once downloaded with Firefox and opened by IE11 it saved using the sidebar download button as

[tw] Re: How do you hide the tiddler toolbar altogether when in read only mode?

2013-12-11 Thread Captain Packers
Thanks Eric. I'll give that a try when I get back to that project later this week. Appreciate the timely reply. Reards, The Captain On Tuesday, December 10, 2013 5:00:17 PM UTC-5, Eric Shulman wrote: On Tuesday, December 10, 2013 1:02:03 PM UTC-8, Captain Packers wrote: I've been sifting

[tw] Re: Is VideoWidget implementation planned for TW5 beta?

2013-12-11 Thread James Weaver
Hi Stephan, A re-implementation of the VideoWidget from TiddlyWiki Classic would be fine (see the notes in the VideoWidget tiddler at http://five.tiddlywiki.com). The only thing I would add is the ability to specify a start time for the video, as sometimes the video clip relevant to the

[tw] Re: [TW5] @ James Weaver: Example for a parent-child relationship with TW5 (my version).

2013-12-11 Thread David Gifford
Hi James! I noticed the parent-child discussion on the Hangout and here. I recently had a conversation with Jeremy about that, and the result of that is that in my TiddlyWikis I have modified the information panel See http://www.giffmex.org/Nov2013notes.html, go to the index tab, and open

Re: [tw] Re: Is VideoWidget implementation planned for TW5 beta?

2013-12-11 Thread Jeremy Ruston
My idea for a YouTube video widget for TW5 would have two key features: * Until clicked, to display a thumbnail image rather than the full iframe of the embed * Bind the playhead position to a tiddler. For example: $youtube video=1g66s7UbyuU position=$:/mypos/. The text of that tiddler would be

Re: [tw] [TW5] Transclsuion with templates - Now I know why it i s useful…

2013-12-11 Thread Jeremy Ruston
Unfortunately the regular expression in transcludeblock.js and transcludeinline.js require the part before || to not be empty :( Otherwise it would even be easier: {{||Template Section}} Maybe a good enhancement? Yes, definitely worth changing. At the moment I use the transclude widget to

[tw] Re: [TW5] @ James Weaver: Example for a parent-child relationship with TW5 (my version).

2013-12-11 Thread James Weaver
Gracias David! I have already studied the parent-child-related topics example in your excellent set of TW5 resources. Your examples have been of great help in my TW5 learning curve. Regards, Jim On Wednesday, December 11, 2013 9:36:26 AM UTC-5, David Gifford wrote: Hi James! I noticed

Re: [tw] Twitter TiddlyWiki Widget

2013-12-11 Thread Jeremy Ruston
Hi Jim I think I covered this briefly in the hangout. The idea at the moment is to implement the twitter widget as a hyperlink to twitter.com, not as an embedded widget. The reason is that Twitter's widgets are quite invasive from a privacy point of view. Best wishes Jeremy On Tue, Dec 10,

Re: [tw] Twitter TiddlyWiki Widget

2013-12-11 Thread James Weaver
Thanks Jeremy. What do you think about the idea of rendering the profile picture and text of a gives tweet, including any embedded hyperlinks, as well as a link to the tweet itself at twitter.com? It could look something like the attached image from twitter.com Regards, Jim On Wednesday,

Re: [tw] Twitter TiddlyWiki Widget

2013-12-11 Thread James Weaver
As an addendum to my previous note: One of my reasons for using a TwitterWidget would be to do blog posts (using TW5 as the blogging platform) that contain embedded tweets in a similar manner as shown in the following blog post by an Oracle colleague:

Re: [tw] Twitter TiddlyWiki Widget

2013-12-11 Thread Jeremy Ruston
On Wed, Dec 11, 2013 at 3:36 PM, James Weaver james.l.wea...@gmail.comwrote: Thanks Jeremy. What do you think about the idea of rendering the profile picture and text of a gives tweet, including any embedded hyperlinks, as well as a link to the tweet itself at twitter.com? It could look

Re: [tw] [Bug ?] TextReferences {{!!tags}}

2013-12-11 Thread Jeremy Ruston
Thank you Julie, there was indeed a bug with transcluding fields containing dates or lists. It's fixed here: https://github.com/Jermolene/TiddlyWiki5/commit/6a71b399b0aea3e1c5df154c7d0813620bc1edde The fix will be in the next release, Best wishes Jeremy On Tue, Dec 10, 2013 at 4:28 PM,

Re: [tw] Twitter TiddlyWiki Widget

2013-12-11 Thread James Weaver
Thanks Jeremy. Regards, Jim On Wednesday, December 11, 2013 10:44:13 AM UTC-5, Jeremy Ruston wrote: On Wed, Dec 11, 2013 at 3:36 PM, James Weaver james.l...@gmail.comjavascript: wrote: Thanks Jeremy. What do you think about the idea of rendering the profile picture and text of a gives

[tw] Re: [TW2] NEW: Paintr

2013-12-11 Thread Måns
Hi Tobias I'm having so much fun with paintrplugin :-) I wonder: I want to colorize individual tabs in tabsets in different colors. Every tab and corresponding container should have different colors. It might be very practical if you could use a predefined/tweakable array or a list of colors

[tw] Adding a field to a subset of tiddlers in a TW5 Wiki

2013-12-11 Thread James Weaver
For the life organization TW5 Wiki that I'm creating, many of the tiddlers will need a due date/time field. Currently, only the tiddlers tagged project and task would need the due date/time field. What is most elegant, least disruptive, most maintainable (e.g. when upgrading), way to add

[tw] [TW5] - Is it possible to toggle a tag with a button?

2013-12-11 Thread Ton Gerner
Hi all, You can toggle a tag with a checkbox, but is it possible to toggle a tag with a button? Why? See my usecase: My guide Top menu toolbars [1] shows a button (triangle top right) that toggles between the Snow White theme and the Hidden sidebar theme (that is also the limiting

[tw] [TW5] What is the 'SampleJavaScriptTiddler' good for?

2013-12-11 Thread Michael Herrmann
Hello, I wonder how I can make use myFunction()? Does the mime type ( application/javascript ) only determine the rendering? Adding alert(' result of myFunction(2) is: '+myFunction(2) ); does not have any effect... regards Michael -- You received this message because you are subscribed to

[tw] Re: [TW5] - Is it possible to toggle a tag with a button?

2013-12-11 Thread Stephan Hradek
Yes… $fieldmangler $list filter=[is[current]tag[MeTag]] $button message=tw-remove-tag param=MeTagremove MeTag/$button /$list $list filter=[is[current]!tag[MeTag]] $button message=tw-add-tag param=MeTagadd MeTag/$button /$list /$fieldmangler -- You received this message because

[tw] Re: Adding a field to a subset of tiddlers in a TW5 Wiki

2013-12-11 Thread Stephan Hradek
I'd do that in jEdit with a search and replace ;) At least if it is a one-time task. -- 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

[tw] Re: [TW5] What is the 'SampleJavaScriptTiddler' good for?

2013-12-11 Thread Stephan Hradek
/*\ title: $:/plugins/MichaelHerrmann/experiment.js type: application/javascript module-type: macro experiment \*/ (function(){ /*jslint node: true, browser: true */ /*global $tw: false */ use strict; /* Information about this macro */ exports.name = experiment; exports.params = []; /*

Re: [tw] [TW5] Possible to sum fields?

2013-12-11 Thread Vincent Yeh
Hi Jeremy, On Friday, December 6, 2013 3:28:48 PM UTC+8, Jeremy Ruston wrote: Hi Vincent Good to hear from you, and delighted you're interested in TW5. I think my TWtcalc plugin can help on this (see http://twtable.tiddlyspace.com/#TWtcalc--Example--IF_and_COUNT for an example). It has

Re: [tw] Re: [TW5] @ James Weaver: Example for a parent-child relationship with TW5 (my version).

2013-12-11 Thread Steve Rutter
Isn't this basically an implementation of MPTW for TW5? On Wed, Dec 11, 2013 at 8:51 AM, James Weaver james.l.wea...@gmail.comwrote: Gracias David! I have already studied the parent-child-related topics example in your excellent set of TW5 resources. Your examples have been of great help

[tw] Re: [TW5] Possible to sum fields?

2013-12-11 Thread Dylan Kinnett
But I am not sure whether a spreadsheet functionality shall be native to the core or not. I would think it better as an addition rather than in the core, because it can grow quite large as more and more functions are defined. It does make sense to have it as a plugin if it's going to