[tw] New: ListFiltrPlugin

2012-07-08 Thread Tobias Beer
Hi everyone, Here's a new plugin that might prove helpful for a number of usecases: http://tobibeer.tiddlyspace.com/#ListFiltr Essentially it allows to easily filter any rendered list or list-like pattern (but not tables). Enjoy, Tobias. -- You received this message because you are subscribe

[tw] Plugin throws an error when used on a deferred NestedSlider

2012-07-08 Thread whatever
Hi! I made a plugin (1) that parses tables of multivalue slices. It works at it should, but I just noticed that when used on a deferred NestedSlider (2), I get an error. Here's what the browsers say: TypeError: Unable to get value of the property 'title': object is null or undefined TypeError: Can

[tw] Re: New: ListFiltrPlugin

2012-07-08 Thread TonG
Hi Tobias, Nice plugin. It even can be used in combination with the <> macro and FND's <> macro! Thanks a lot, Ton On Jul 8, 9:53 am, Tobias Beer wrote: > Hi everyone, > > Here's a new plugin that might prove helpful for a number of > usecases:http://tobibeer.tiddlyspace.com/#ListFiltr > > E

[tw] Re: How indent all listed content, not only first paragraph

2012-07-08 Thread twgrp
For the record, pmario's solution does the trick, ie. in StyleSheet, add: .myIndent {display: block; margin-left: 3em;} The idea with a > inside the NestedSlider works but gives a vertical line along the block. Not always desired. The idea with a : does not work in this context. @coredev - I fi

[tw] Re: Listing a subset of the current tiddlers tags

2012-07-08 Thread twgrp
I'm reminded of one of the problems I've encountered many times, so just maybe you find value in this or perhaps it is the very same question: After much headache I eventually boiled down the question to this phrase: "List all tiddlers tagged with names of tiddlers that, in turn, are tagged with

[tw] Re: How indent all listed content, not only first paragraph

2012-07-08 Thread Eric Shulman
> pmario's solution does the trick, ie. in StyleSheet, add: > .myIndent {display: block; margin-left: 3em;} Here's another CSS trick that works with bullets at all levels, and does not need any StyleSheet definition at all: simply put a CSS- wrapper around the extra lines of indented content, and

[tw] LinkifyPlugin not link to current tiddler

2012-07-08 Thread twgrp
@Tobias or anyone who knows Is it possible to make LinkifyPlugin[1] automatically not create links to the very current tiddler? I would suggest this is default actually as the current behaviour makes little sense. As stated before: thank you for an extremely interesting plugin. It touches the ver

[tw] Re: How indent all listed content, not only first paragraph

2012-07-08 Thread twgrp
Now that is one even more general solution to an even more recurring problem (ie. broken bullet lists). And so simple at that ! Thank you!! <:-) P.S Now the mystery arises how the heck Eric can get his indentation so perfect on the google forum!!? LOL! (I minor detail for anyone copy-pasting d

[tw] Re: Referencing tids generically in SideBar

2012-07-08 Thread PMario
The macro tells you, what is wrong. "<>: TypeError: context.inTiddler is null" fET needs to be inside a DOM tiddler context eg: If you analyse the DOM using FireBug or DevTools you'll see that a tiddler in the main displayArea looks like this: ... If you open the SideBarTabs tiddler in the ma

[tw] Re: INTRO: Part Of Speech tagger TiddlyWiki/TiddlySpace

2012-07-08 Thread PMario
On 7 Jul., 22:59, twgrp wrote: > Disclaimer: I hardly understand what this is about at all. Some kind > of grammatical analysis tooI? hihi, it's like me. > Anyway, here's a friendly suggestion: Instead of writing out each, hm, > thing, after every word like this: > Bonaparte/NNP has/VBZ been/VBN

[tw] Re: INTRO: Part Of Speech tagger TiddlyWiki/TiddlySpace

2012-07-08 Thread PMario
On 8 Jul., 19:12, PMario wrote: > I'm sure, there are many possibilities. ... To create the mouse over tooltips, I did use a legend.json [1] tiddler. This tiddler is like a configuration file. It could be also used to assign colors to the words. Some info if a tag should be shown, or hidden. ...

[tw] Re: Listing a subset of the current tiddlers tags

2012-07-08 Thread PMario
On 8 Jul., 04:54, TonyM wrote: > Are you suggesting I use the code from Tagsplorer ? yup, I thought you could borrow stuff there :) But reading your descriptons, I think tobi beers stuff is where you could borrow too :) http://tbgtd.tiddlyspot.com At a tiddlers toolbar see: x-tab▾ x-plore▾ x-tag

[tw] Re: LinkifyPlugin not link to current tiddler

2012-07-08 Thread Tobias Beer
I guess you mean auto-linking the titles of existing tiddlers, right? I thought I had that fixed / implemented already... I guess I haven't ...or rather I forgot about that ;-) Will take a look. Tobias. Am Sonntag, 8. Juli 2012 16:15:59 UTC+2 schrieb twgrp: > > @Tobias or anyone who knows >

[tw] Re: New: ListFiltrPlugin

2012-07-08 Thread Tobias Beer
Hi Tony, Thanks. I'd like to showcase in the listfiltr space some usecases and examples of how it can be combined with other plugins. So any "real world examples" are highly welcome. The actual thing for which I wanted to develop this is a tree-style menu that would auto-expand and show all ma

[tw] Re: Listing a subset of the current tiddlers tags

2012-07-08 Thread Tobias Beer
Hi twgrp, What you want sounds like something that is useful in combination with HideWhenPlugin. So, if you have a student, you might want some "section" in your tiddler that shows the "classes" to which the student is tagging, but nothing else. But then, you might also want to remove those cla

[tw] Re: LinkifyPlugin not link to current tiddler

2012-07-08 Thread twgrp
No, wait, what I mean is that when you're in a specific tiddler, say TiddlerA, then it is a bit of an overkill that if I mention TiddlerA in the text it gets linkified. (There's no point in clikingt it as I'm already in that very tiddler). The general auto-linking titles to existing tiddlers is GR

[tw] Re: Referencing tids generically in SideBar

2012-07-08 Thread twgrp
> hope this helps. ...well, I figured out what the term DOM means but the wikipedia article is "too informative" to be of use and to install and learn a developing environment... it'll have to be another time, but thanks anyway. If anyone happens to know a quick fix I'd be more than happy to hear