Charlie,

Its always hard when it just on the edge of our skills.

I plan to start a new thread to look at making use of this, in a 
substantial way. Keep an eye out.

Tones

On Sunday, 20 September 2020 at 11:34:46 UTC+10 Charlie Veniot wrote:

> G'day Tony,
>
> I stared and stared and stared, like a deer in the headlights, at what you 
> wrote, and I wasn't quite sure what I was looking at.
>
> Then I suddenly got it.  And although not particularly fast, me wheels are 
> spinning as I understand a little more how filters work.
>
> That is some neat.  Thanks !
>
>
> On Saturday, September 19, 2020 at 9:50:27 PM UTC-3, TW Tones wrote:
>>
>> Charlie;
>>
>> This is a nice code pattern, thanks for sharing it with the community.
>>
>> You may be interested in this advanced addition
>>
>>    - Let us say you wanted "HOUSEBAY Digital Alarm Clock" to be a system 
>>    tiddler, eg "$:/HOUSEBAY Digital Alarm Clock"
>>    - Inside tFishyRef you could do this
>>
>> <$set name=system-tiddler value={{{ [all[current]addprefix[$:/]] }}}>
>> <$tiddler tiddler=<<system-tiddler>>
>>
>> your original tFishyRef here
>>
>> </$tiddler>
>>
>> But you still transclude it as such
>> {{HOUSEBAY Digital Alarm Clock||tFishyRef}}
>>
>> Notes:
>>
>>    - This demonstrates how a template can do something more with the 
>>    current tiddler passed in the template
>>    - You could use any prefix
>>    - Rather than current tiddler you could pass a tag name and 
>>    transclude all tagged
>>    - This opens a very extensible set of solutions, in addition to those 
>>    already enabled by your technique above.
>>
>> Regards
>> Tony
>>
>> On Saturday, 19 September 2020 at 12:09:10 UTC+10 Charlie Veniot wrote:
>>
>>> G'day
>>>
>>> On occasion, I prefer to show the title of a tiddler without it showing 
>>> as a tiddler link (just for consistent formatting that matches other text), 
>>> but still want a link to that tiddler "right there".  In those cases, I 
>>> used to show the title of the tiddler as regular text followed by the link 
>>> to the tiddler with alternate text (usually something low-key like a period.
>>>
>>> For example:  {{Some Tiddler!!title}} [[.|Some Tiddler]]
>>>
>>> I just recently adopted a tweaked approach, based on a suggestion by 
>>> Felicia Crow for something else (thank-you!!!), and using this little guy 
>>> (which I've recently become kind of attached to because he is so frigging 
>>> cute: 🐟
>>>
>>> Now, instead:  {{Some Tiddler||tFishyRef}}  (that winds up adding a 
>>> superscript 🐟 tiddler link. )
>>>
>>> Please see screenshots below for the full monty.
>>>
>>> Cheers !
>>>
>>> [image: SuperscriptTiddlerFishyLink.png]
>>>
>>>
>>> [image: FishyLinkWikiText.png]
>>>
>>>
>>> [image: FishyLinkTemplate.png]
>>>
>>>
>>>
>>>
>>>
>>>
>>>

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ea838c68-c964-4a5e-bfdf-f766f4fd2f62n%40googlegroups.com.

Reply via email to