[tw] Re: Is it possible to make a new menu button to open a specific tiddler?

2017-06-26 Thread j3d1H
Thank you, both of you! I found what I needed :)

On Sunday, June 25, 2017 at 6:18:10 PM UTC-4, Mark S. wrote:
>
> I think this should list most, if not all available at tiddlywiki.com :
>
> <$list filter="[all[tiddlers+shadows]prefix[$:/core/images]sort[]]">
> <$transclude mode="inline"/> <$link><$view field=title/>
> 
>
> The name is the tiddler title, given as link
>
> HTH
> Mark
>
> On Sunday, June 25, 2017 at 2:20:44 PM UTC-7, j3d1H wrote:
>>
>> Thank you, Ton Gerner! This works just as I wanted, and is more 
>> customizable than I was thinking it would be! However, I'd like to know how 
>> I can browse the icons to find one I like, and the code name for it.
>>
>> On Sunday, June 25, 2017 at 6:05:29 AM UTC-4, Ton Gerner wrote:
>>>
>>> Hi,
>>>
>>> Create a tiddler, tagged with $:/tags/PageControls, containing:
>>>
>>> <$button to="TiddlerToGoTo" tooltip="Tooltip" class="tc-btn-invisible">
>>> {{$:/core/images/right-arrow}}
>>> 
>>>
>>> Adjust TiddlerToGoTo, Tooltip, and icon (here $:/core/images/right-arrow) 
>>> to your liking.
>>>
>>> For more information about customization, see my guide Customization of 
>>> TW5 
>>>
>>> Cheers,
>>>
>>> Ton
>>>
>>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/218e4f01-7b9f-4140-9786-887900dc75df%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is it possible to make a new menu button to open a specific tiddler?

2017-06-25 Thread 'Mark S.' via TiddlyWiki
I think this should list most, if not all available at tiddlywiki.com :

<$list filter="[all[tiddlers+shadows]prefix[$:/core/images]sort[]]">
<$transclude mode="inline"/> <$link><$view field=title/>


The name is the tiddler title, given as link

HTH
Mark

On Sunday, June 25, 2017 at 2:20:44 PM UTC-7, j3d1H wrote:
>
> Thank you, Ton Gerner! This works just as I wanted, and is more 
> customizable than I was thinking it would be! However, I'd like to know how 
> I can browse the icons to find one I like, and the code name for it.
>
> On Sunday, June 25, 2017 at 6:05:29 AM UTC-4, Ton Gerner wrote:
>>
>> Hi,
>>
>> Create a tiddler, tagged with $:/tags/PageControls, containing:
>>
>> <$button to="TiddlerToGoTo" tooltip="Tooltip" class="tc-btn-invisible">
>> {{$:/core/images/right-arrow}}
>> 
>>
>> Adjust TiddlerToGoTo, Tooltip, and icon (here $:/core/images/right-arrow) 
>> to your liking.
>>
>> For more information about customization, see my guide Customization of 
>> TW5 
>>
>> Cheers,
>>
>> Ton
>>
>>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cf29baee-273e-4cfe-9973-50d636dfe5bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is it possible to make a new menu button to open a specific tiddler?

2017-06-25 Thread j3d1H
Thank you, Ton Gerner! This works just as I wanted, and is more 
customizable than I was thinking it would be! (If you like, you can mark 
this as complete - I can't or at least don't know how.)

On Sunday, June 25, 2017 at 6:05:29 AM UTC-4, Ton Gerner wrote:
>
> Hi,
>
> Create a tiddler, tagged with $:/tags/PageControls, containing:
>
> <$button to="TiddlerToGoTo" tooltip="Tooltip" class="tc-btn-invisible">
> {{$:/core/images/right-arrow}}
> 
>
> Adjust TiddlerToGoTo, Tooltip, and icon (here $:/core/images/right-arrow) 
> to your liking.
>
> For more information about customization, see my guide Customization of 
> TW5 
>
> Cheers,
>
> Ton
>
>

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2c338fa9-58f5-49c6-8991-715226d14950%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Is it possible to make a new menu button to open a specific tiddler?

2017-06-25 Thread Ton Gerner
Hi,

Create a tiddler, tagged with $:/tags/PageControls, containing:

<$button to="TiddlerToGoTo" tooltip="Tooltip" class="tc-btn-invisible">
{{$:/core/images/right-arrow}}


Adjust TiddlerToGoTo, Tooltip, and icon (here $:/core/images/right-arrow) 
to your liking.

For more information about customization, see my guide Customization of TW5 


Cheers,

Ton

-- 
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/cbf1cb58-54ba-4c02-bef4-68ac79f4b5fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.