Sorry after i have finisht my master thesis i want to get into JAvaskript and Tiddly, but now i dont have time for that. Can anybody programm, what i have asked for ;) : tagging of parts of tiddlers, and seeing all tagged parts under the tiddler with the title of that tag. also that both are syncronised.
On 29 Feb., 10:05, Alex Hough <[email protected]> wrote: > Perhaps we could think of the required outputs..... > > | Code | Phrase | Contained in Tiddler |h > | #description | "few leaves on his flowers" | [[Neatness in Gardens]] | > | #emotion | "he was delighted" | [[Neatness in Gardens]] | > | table showing coded phrases and locations|c > > ... then work out a how to produce the table > > 1) go to the tiddler store > 2) find any tiddler that has any text surrounded by double single > brackets and followed by a hash and put them into an array > 3) output table > > I think the Javascript RegEx Object might come in handy... > > ALex > > [1]http://www.w3schools.com/jsref/jsref_obj_regexp.asp > > On 29 February 2012 03:04, Niklas Wagner <[email protected]> wrote: > > > > > > > > >> Better to use the term "tagging" content then so it's clear in this > >> context. > > > very good, but what i mean is not tagging of tiddlers but tagging of > > parts of tiddlers. > > >> What I do is break a longer text down into smaller chunks, what I call > >> "nodes", in such a way that it's easy to view the whole work in sequential, > >> section/chapter whatever order. > >> However because the nodes are now individual tiddlers, they can also be > >> "assembled for viewing" according to other criteria, including your topic > >> tags. > > > Ho do you view it then in sequential order? > > > i think the problem with that is that certain parts of an text have at > > the same time different interlocking tags: > > > Niklas: in my interviews on "Neatness in Gardens" I have a tag > > "Snail", I want to mark all sections of in the transcripts with this > > tag. > > Alex: ((Alex's garden was looking very neat. There were ((few leaves > > on his > > flowers))#description and ((he was delighted))#emotion. > > Niklas: Alex, Do you like Snails? I mean they ate all the leaves of > > the your flowers.))#Snails > > > perhaps the solution would look like something like the preview of the > >http://tiddlywiki.abego-software.de/#YourSearchPlugin > > > but what you could fill in a tiddler and define exactly with (()) what > > should be displayed. > > > -- > > You received this message because you are subscribed to the Google Groups > > "TiddlyWiki" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group > > athttp://groups.google.com/group/tiddlywiki?hl=en. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tiddlywiki?hl=en.

