[tw] Is there any way to use list macro to list tags?

2012-03-13 Thread Hao
Hi, I have several tiddler tagged with A, some tagged with B. And I also create tiddler A and B, both tagged with X. Now I want to use list filter [tag[X]]. It would show a list of tiddlers. Is there any way to make the tiddler list as a tag instead of a tiddler link? Essentially, it makes a

[tw] How to use list macro to show tiddlers tagged by current tiddler?

2012-03-13 Thread Hao
Hi, I want to use list filter [tag[{{tiddler.title}}]] to show tiddlers tagged by current tiddler. But it doesn't work. Am I wrong in writing the macro? Thanks a lot. -- Hao -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this

[tw] Re: How to use list macro to show tiddlers tagged by current tiddler?

2012-03-13 Thread Tobias Beer
Try... list filter {{[tag[+tiddler.title+]]}} In other words, the whole evaluated parameter expression needs to be wrapped in curly brackets. Mind you that evaluated parameters need to be enabled on TiddlySpace first. If you ever intend to use this in the ViewTemplate which also applies to not

[tw] Re: Is there any way to use list macro to list tags?

2012-03-13 Thread Tobias Beer
Hey Hao, Looking at the list macro documentation... http://tiddlywiki.org/#%5B%5Blist%20macro%5D%5D ...you could try this... list filter [tag[SomeTag]] template:SomeTemplate ...whereas in a tiddler called SomeTemplate you would add... *view title linktagging Cheers, Tobias. -- You

[tw] Re: Is there any way to use list macro to list tags?

2012-03-13 Thread Tobias Beer
As a sidenote, In general though, I tend to use InlineJavascriptPlugin for such purposes since native javascript is a lot more flexible than a core list function for example. If the thing turns out too complex for reuse, then I wrap it as a macro. Personally, I think the basics to get started

[tw] Re: Is there any way to use list macro to list tags?

2012-03-13 Thread Tobias Beer
Also, if you haven't seen it yet, the sitemap feature of TagglyTagging pretty much does all that for you and goes way beyond one sublevel... http://mptw.tiddlyspot.com/ Cheers, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to

[tw] Re: Grounded Theory Coding

2012-03-13 Thread Tobias Beer
Actually, I would think the basic approach in TiddlyWiki would be wikilinks. So, you would write about [[snails]]. Once you open the snails tiddler, you could easily find references. So, if you wish, linking is a kind of tagging. On top of that you could still use tagging for whole tiddlers.

[tw] Re: Grounded Theory Coding

2012-03-13 Thread Tobias Beer
@Alex Rather than (some special markup for)#hashtags, I would think it were much better to index and detect either the paragraphs or the sections where #hashtags (/or [[TiddlyLinks]]) are contained, e.g. {{{ !A Section Some #hashtag in the context of [[some topic]]. !Another Section Foo bar baz.

[tw] Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread Jeremy Ruston
If you use TiddlySaver.jar with TiddlyWiki you may have noticed problems over the last few days due to the certificate used to sign the applet having expired. There is a now a beta of a new version of TiddlySaver that has been signed with a renewed certificate:

[tw] Re: Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread Chris Dent
In the process of updating the TiddlySaver.jar file did the http://tiddlywiki.com/beta/empty.html get removed? That file is used in the TiddlySpace build and deployment process to support the twrelease query parameter when loading a tiddlywiki (you can choose alpha, beta or not set the

[tw] Re: Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread Jeremy Ruston
Bah, yes, apologies, I'm afraid thats my fault, I replaced the existing content of the directory because it appeared to be an out of date. Is it just beta/empty.html that you need? And it needs to be restored to a copy of the current head build, is that right? If you have the file to hand, so much

[tw] Re: Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread chris . dent
On Tue, 13 Mar 2012, Jeremy Ruston wrote: Bah, yes, apologies, I'm afraid thats my fault, I replaced the existing content of the directory because it appeared to be an out of date. Is it just beta/empty.html that you need? And it needs to be restored to a copy of the current head build, is that

[tw] Re: Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread Jeremy Ruston
I shall attempt the first of those, to build a new alpha from HEAD and upload it to /alpha/ and /beta/. I'll report back how I get on. Cheers Jeremy On Tue, Mar 13, 2012 at 4:04 PM, chris.d...@gmail.com wrote: On Tue, 13 Mar 2012, Jeremy Ruston wrote: Bah, yes, apologies, I'm afraid thats

[tw] Re: Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread Jeremy Ruston
Hi Chris I think I've done that successfully, let me know if how it looks, Best wishes Jeremy On Tue, Mar 13, 2012 at 4:29 PM, Jeremy Ruston jeremy.rus...@gmail.com wrote: I shall attempt the first of those, to build a new alpha from HEAD and upload it to /alpha/ and /beta/. I'll report back

[tw] Re: Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread chris . dent
On Tue, 13 Mar 2012, Jeremy Ruston wrote: I think I've done that successfully, let me know if how it looks, Both show version to be 2.6.5a2 data August 19, 2011, which makes them older than the release 2.6.5 (October 6, 2011). So either the version info is wrong, or the built thing is not

[tw] Re: Grounded Theory Coding

2012-03-13 Thread PMario
On Mar 13, 1:10 pm, Tobias Beer beertob...@googlemail.com wrote: As for paragraphs, it would be required to first index all paragraphs upon initial inspection when generating the list and then to open the target element using a hijacked version of displayTiddler which would... # require a

[tw] Re: Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread Jeremy Ruston
Hi Chris Yes, that was my mistake again, I was on the wrong branch. Please try again now, Best wishes Jeremy On Tue, Mar 13, 2012 at 4:51 PM, chris.d...@gmail.com wrote: On Tue, 13 Mar 2012, Jeremy Ruston wrote: I think I've done that successfully, let me know if how it looks, Both show

[tw] Re: Beta of new TiddlySaver.jar with a renewed certificate

2012-03-13 Thread chris . dent
On Tue, 13 Mar 2012, Jeremy Ruston wrote: Yes, that was my mistake again, I was on the wrong branch. Please try again now, Yeah, looks right now, thanks. -- Chris Dent http://burningchrome.com/ [...] -- You received this

[tw] Re: Link Colors and Header Background

2012-03-13 Thread tralpdy
Ah, style= was what I was missing in my code along with the single quotes. Thank you for your help Eric, it works beautifully! On Mar 11, 11:31 am, Eric Shulman elsdes...@gmail.com wrote: I removed the grad macro from the pagetemplate and added the div class='header'

[tw] Re: Grounded Theory Coding

2012-03-13 Thread Tobias Beer
Hi Mario, uique ID (checksum)? Well, actually perhaps the most simple paragraph count actually does the trick. all references are broken, if they are not dynamically rewritten. What I have in mind is to... * either keep a full index of hash tags updated in memory * dynamically load something

[tw] Is there any plugins to enable favorite function for tiddlers?

2012-03-13 Thread Hao
Hi, I want to mark a tiddler as favorite or star a tiddler. (which is quite similar in MGSD). But I cannot find which plugin it used to implement this. Basically, I can imagine that I only need to tag a tiddler with star and show all tiddlers tagged star to implement this function. Thanks. --

[tw] Re: How to use list macro to show tiddlers tagged by current tiddler?

2012-03-13 Thread Hao
Thanks Tobias. It's really help. Basically, I want to customize the ViewTemplate in my TS. I think the last one (using CSS) is the best choice for me caz I can easily modify the style of the tagging list. -- Hao On Tuesday, 13 March 2012 01:52:42 UTC-6, Tobias Beer wrote: Try... list

[tw] Re: Is there any way to use list macro to list tags?

2012-03-13 Thread Hao
Thanks. This sidenote really helps! Although I know the InlineJavascriptPlugin, I never thought about it to implement a simple function... That gives me a brand new way to use TW. -- Hao On Tuesday, 13 March 2012 02:16:15 UTC-6, Tobias Beer wrote: As a sidenote, In general though, I tend

[tw] Re: Is there any way to use list macro to list tags?

2012-03-13 Thread Hao
Thanks Tobias. I know the TagglyTagging, but it seems to be too complicated, caz I do not need some of it's function. (It's really a powerful plugin, but I may need more flexibility.) Therefore I try to use/develop a simpler plugin. Besides, currently I don't know whether I can customize the

[tw] Re: Is there any way to use list macro to list tags?

2012-03-13 Thread Hao
Eh. Maybe I expressed it a little implicit. What I want to do is actually list tags instead of list tiddlers. I want the behavior of each listed item to be the same with a tag. And I installed QuickOpenTagPlugin, which seems to have modified the tag a macro. Now I have created tiddler for each

[tw] Can sidebar tab default to shadowed?

2012-03-13 Thread KeithB
Now that my tiddlywiki is 6mb/5000 tiddlers, for faster performance,, on startup I've been clicking the sidebar tab, (which apparently defaults to timeline), then clicking more, then shad. Is there somewhere to easily change the sidebar tabs to go to shad automatically on startup? -- You

[tw] Re: Can sidebar tab default to shadowed?

2012-03-13 Thread Eric Shulman
On Mar 13, 6:12 pm, KeithB kabu...@gmail.com wrote: Now that my tiddlywiki is 6mb/5000 tiddlers,  for faster performance,, on startup I've been clicking the sidebar tab, (which apparently defaults to timeline), then clicking more, then shad. Is there somewhere to easily change the sidebar

[tw] Re: How to use list macro to show tiddlers tagged by current tiddler?

2012-03-13 Thread Tobias Beer
I assume you already know. Just to make sure, in the ViewTemplate the minimum HTML to envoke the macro would read like this... span class=noTitle macro=tagging/span tb. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To post to this group, send

[tw] Re: How to use list macro to show tiddlers tagged by current tiddler?

2012-03-13 Thread Hao
Ah.. Actually I really don't know this... I don't know there were such classes. Is there any way to find these information? Although I have been using TW for more than one year, I just start customize it recently. So I am a newbie on TW development.. Thanks a lot. --- Hao On Tuesday, 13 March

[tw] Re: Is there any way to use list macro to list tags?

2012-03-13 Thread Tobias Beer
The !miniTag script under http://tbgtd.tiddlyspot.com/#scripts might give you a first example. Some of its code is clearly from other sources, such as how to display stuff in a popup... so I sure didn't reinvent that wheel. It could be easily extended to get the count in there as well. In terms

[tw] Re: Can sidebar tab default to shadowed?

2012-03-13 Thread Tobias Beer
Hey Keith, A) What I've done for http://tbgtd.tiddlyspot.com/, I have modified {{TabTimeline}} so that it only shows a given number of recent tiddlers and not all of them. B) You can also modify SideBarTabs by either reordering the tabs and make tags first or by creating a new first tab which,

[tw] Re: How to use list macro to show tiddlers tagged by current tiddler?

2012-03-13 Thread Tobias Beer
Well there's tiddlywiki.org and linking form that http://shadowtiddlers.tiddlyspace.com/ but neither seem to intuitively point to detailed information or examples on how to define or modify templates. Maybe some day the documentation more intuitively gives answer to questions like How do I do

[tw] How to show the number of tagged tiddlers?

2012-03-13 Thread Hao
Hi, I want to show the number of tiddlers tagged by a certain tag. I know the codes should be store.getTaggedTiddler(tagA); But how to show it in a tiddler? Thanks. -- Hao -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To view this discussion