I just want to offer a group thank you for the help you didn’t even know you – yes, you! – were giving me.
On a half-dozen occasions in the last two weeks I got stuck in something more complex than I knew how to handle. I would struggle with these on my own for a while, and consult tiddlywiki.com and search Google for references. But eventually, when I got really stuck, or really frustrated, I started writing up questions. As I’ve spent a lot of time answering questions in technical forums, I think I’m pretty good at doing the right kind of research before asking, at posting just enough details to make it possible to understand my scenario, and at explaining the alternatives I’ve considered.
In doing so lately, I find myself asking, “What would @EricShulman tell me here?”, “How would @pmario handle this?”, “Would @saqimtiaz have a better approach?” And lo and behold, I have a solution!
But when this isn’t enough, I can continue to ask if @Mohammad has already solved this, probably much better than I would, if @Charlie_Veniot did it with tools available in TW’s medieval days1, if @TW_Tones can explain how this is part of a much larger picture, if @Maurycy has a bargain for me on a plugin I just can’t live without.
Or I can just call on the helpful spirit and knowledge of Mark_S, TiddlyTweeter, twMat, telumire, Springer, etardiff, CodaCoder, and of you, my friend. You, specifically, have always been a great help.
So thank you to @jeremyruston for creating this wonderful tool, and to all those helpful people who have made this a wonderful community, especially you!
… I am not done asking questions. I’m sure I’ll be looking for help for a long time to come. But all of you have made it easier and easier to answer more of them myself. While I won’t go into the background of the question I was asking, here’s the latest answer all you wonderful folks hanging around in my head gave me (suggestions for improvement are always welcome, especially for a simpler version of count[]compare:number:eq[0]
, but I’m reasonably happy with this.):
tags: $:/tags/ViewTemplate
<$list filter="[<currentTiddler>tag[Doc Type]" variable="_">
<h2>Documents</h2>
<$list filter="[<currentTiddler>!match[Type: Web Page]]">
<<list-links filter:"[all[tiddlers]tag<currentTiddler>]" >>
</$list>
<$list filter="[<currentTiddler>match[Type: Web Page]]">
<<list-links filter:"[tag[Doc Link]] :filter[tags[]prefix[Type:]count[]compare:number:eq[0]] [all[tiddlers]tag[Type: Web Page]] +[sort[]]" >>
</$list>
</$list>
I’m very grateful. Thank you all!
1 note: nothing but respect meant here; I’m impressed and awed by Charlie’s skills and find his advice among the most helpful around.