[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-24 Thread TW Tones
I know I am late to the GG party, spending more time in Discourse now,

Try my attached json on tiddlywiki.com. It contains;

   - A button to copy the current title
   - A button to copy the current tiddler text
   - A neat little trick to link to the last tiddler and or copy buttons 
   from the sidebar

The buttons are effective in the control panel appearance toolbars, uncheck 
to hide behind more.

If needed I can also find buttons I made to copy the "current tiddler" in 
the following forms;

   - [[current tiddler]]
   - {{current tiddler}}

Regards
Tones


On Sunday, 19 September 2021 at 15:31:57 UTC+10 imleg...@gmail.com wrote:

> Done, two tiddlers needed one for logic one for button image. Thanks. 
>
> On Sunday, September 19, 2021 at 8:50:56 AM UTC+8 Télumire wrote:
>
>> Oups sorry theok was faster than me ahah
>>
>> Le dimanche 19 septembre 2021 à 02:49:54 UTC+2, Télumire a écrit :
>>
>>> You also need to add the tag $:/tags/ViewToolbar if you want your 
>>> button to be displayed in the view toolbar (which is at the right of the 
>>> tiddler title).
>>>
>>> If you want your button to be really in the title itself and not in the 
>>> toolbar, then you can use the field icon, which display the content of the 
>>> tiddler in the title, then with css move the icon to the right, e.g : 
>>> https://telumire.github.io/TW-tips/index.html#tasker%20button%20at%20the%20right%20of%20the%20title
>>>
>>> Le samedi 18 septembre 2021 à 16:55:49 UTC+2, cj.v...@gmail.com a 
>>> écrit :
>>>
 To study and copy for the creation of your own button:

 $:/core/ui/Buttons/edit *(you need to at least have a tiddler like 
 this for your button)*
 $:/core/images/edit-button *(nice to have one like this, even if your 
 image is just an emoji or whatever)*
 $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
 $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*

 On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
 wrote:

> <$button message="tm-copy-to-clipboard" param=<>>
> Copy date to clipboard
> 
>
> I know the command is something like this, but I don't know how to add 
> a button to the top right beside the edit clone tiddler. 
>


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/82a27672-2f1f-4f3a-b72e-cea3598ad66en%40googlegroups.com.


copy-text-title-buttons.json
Description: application/json


[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread imleg...@gmail.com
Done, two tiddlers needed one for logic one for button image. Thanks. 

On Sunday, September 19, 2021 at 8:50:56 AM UTC+8 Télumire wrote:

> Oups sorry theok was faster than me ahah
>
> Le dimanche 19 septembre 2021 à 02:49:54 UTC+2, Télumire a écrit :
>
>> You also need to add the tag $:/tags/ViewToolbar if you want your button 
>> to be displayed in the view toolbar (which is at the right of the tiddler 
>> title).
>>
>> If you want your button to be really in the title itself and not in the 
>> toolbar, then you can use the field icon, which display the content of the 
>> tiddler in the title, then with css move the icon to the right, e.g : 
>> https://telumire.github.io/TW-tips/index.html#tasker%20button%20at%20the%20right%20of%20the%20title
>>
>> Le samedi 18 septembre 2021 à 16:55:49 UTC+2, cj.v...@gmail.com a écrit :
>>
>>> To study and copy for the creation of your own button:
>>>
>>> $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this 
>>> for your button)*
>>> $:/core/images/edit-button *(nice to have one like this, even if your 
>>> image is just an emoji or whatever)*
>>> $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
>>> $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*
>>>
>>> On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
>>> wrote:
>>>
 <$button message="tm-copy-to-clipboard" param=<>>
 Copy date to clipboard
 

 I know the command is something like this, but I don't know how to add 
 a button to the top right beside the edit clone tiddler. 

>>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/e62bd32d-7f53-4cdb-a6e2-d5e37c4880b9n%40googlegroups.com.


AddButtonTOViewBar.json
Description: application/json


[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Télumire
You also need to add the tag $:/tags/ViewToolbar if you want your button to 
be displayed in the view toolbar (which is at the right of the tiddler 
title).

If you want your button to be really in the title itself and not in the 
toolbar, then you can use the field icon, which display the content of the 
tiddler in the title, then with css move the icon to the right, e.g : 
https://telumire.github.io/TW-tips/index.html#tasker%20button%20at%20the%20right%20of%20the%20title

Le samedi 18 septembre 2021 à 16:55:49 UTC+2, cj.v...@gmail.com a écrit :

> To study and copy for the creation of your own button:
>
> $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this 
> for your button)*
> $:/core/images/edit-button *(nice to have one like this, even if your 
> image is just an emoji or whatever)*
> $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
> $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*
>
> On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
> wrote:
>
>> <$button message="tm-copy-to-clipboard" param=<>>
>> Copy date to clipboard
>> 
>>
>> I know the command is something like this, but I don't know how to add a 
>> button to the top right beside the edit clone tiddler. 
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/a7b17b3e-8f2a-401b-9b67-011f4364422cn%40googlegroups.com.


[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Télumire
Oups sorry theok was faster than me ahah

Le dimanche 19 septembre 2021 à 02:49:54 UTC+2, Télumire a écrit :

> You also need to add the tag $:/tags/ViewToolbar if you want your button 
> to be displayed in the view toolbar (which is at the right of the tiddler 
> title).
>
> If you want your button to be really in the title itself and not in the 
> toolbar, then you can use the field icon, which display the content of the 
> tiddler in the title, then with css move the icon to the right, e.g : 
> https://telumire.github.io/TW-tips/index.html#tasker%20button%20at%20the%20right%20of%20the%20title
>
> Le samedi 18 septembre 2021 à 16:55:49 UTC+2, cj.v...@gmail.com a écrit :
>
>> To study and copy for the creation of your own button:
>>
>> $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this 
>> for your button)*
>> $:/core/images/edit-button *(nice to have one like this, even if your 
>> image is just an emoji or whatever)*
>> $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
>> $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*
>>
>> On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
>> wrote:
>>
>>> <$button message="tm-copy-to-clipboard" param=<>>
>>> Copy date to clipboard
>>> 
>>>
>>> I know the command is something like this, but I don't know how to add a 
>>> button to the top right beside the edit clone tiddler. 
>>>
>>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/d2ce87bc-4d8c-4614-a313-a73984c381afn%40googlegroups.com.


[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Paul Hampshire
I think you're looking for this.
 https://tiddlywiki.com/#SystemTag%3A%20%24%3A%2Ftags%2FViewToolbar

If you do a search for that tag you'll also be able how the others are put 
together.

On Saturday, September 18, 2021 at 10:55:49 AM UTC-4 cj.v...@gmail.com 
wrote:

> To study and copy for the creation of your own button:
>
> $:/core/ui/Buttons/edit *(you need to at least have a tiddler like this 
> for your button)*
> $:/core/images/edit-button *(nice to have one like this, even if your 
> image is just an emoji or whatever)*
> $:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
> $:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*
>
> On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
> wrote:
>
>> <$button message="tm-copy-to-clipboard" param=<>>
>> Copy date to clipboard
>> 
>>
>> I know the command is something like this, but I don't know how to add a 
>> button to the top right beside the edit clone tiddler. 
>>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/1b9ad1be-892f-49ac-b695-a085e52367fdn%40googlegroups.com.


[tw5] Re: how to add a button to the top right of the tiddler to copy the title ?

2021-09-18 Thread Charlie Veniot
To study and copy for the creation of your own button:

$:/core/ui/Buttons/edit *(you need to at least have a tiddler like this for 
your button)*
$:/core/images/edit-button *(nice to have one like this, even if your image 
is just an emoji or whatever)*
$:/language/Buttons/Edit/Caption  *(maybe nice to have one like this)*
$:/language/Buttons/Edit/Hint  *(maybe nice to have one like this)*

On Saturday, September 18, 2021 at 10:42:35 AM UTC-3 imleg...@gmail.com 
wrote:

> <$button message="tm-copy-to-clipboard" param=<>>
> Copy date to clipboard
> 
>
> I know the command is something like this, but I don't know how to add a 
> button to the top right beside the edit clone tiddler. 
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/f86b6555-d7e3-4962-8efe-83fd42022785n%40googlegroups.com.