[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

[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

[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

[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

[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

[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