[tw5] Re: copying a tiddler content to the clipboard

2020-04-19 Thread A Gloom
I have done the same as Thomas for a search feature for TW system icons-- first one copies the icon tiddler title, the second copies the tiddler content. Below them is notes on the variations of the copy to clipboard feature. Everything is also included in tid files that can be imported into a

[tw5] Re: copying a tiddler content to the clipboard

2020-04-17 Thread Thomas Elmiger
Uuups, you will probably also not need my other condition: [all[current]field:type[image/svg+xml]] -- 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+uns

[tw5] Re: copying a tiddler content to the clipboard

2020-04-17 Thread Thomas Elmiger
Hi Tiziano I made a custom button for someting like that recently. It is called a conditionals view template. View template means, something is shown while viewing a tiddler. And conditional means, when some conditions are met. My case: I want to copy the code of image tiddlers only (not all t

[tw5] Re: copying a tiddler content to the clipboard

2020-04-17 Thread Eric Shulman
On Friday, April 17, 2020 at 1:58:29 PM UTC-7, Tiziano Solignani wrote: > > I meant to copy the tiddler content to the system clipboard, to paste > elsewhere later. Add this to your "template" tiddler: <$button message="tm-copy-to-clipboard" param={{!!text}}> Copy to clipboard enjoy, -e --

[tw5] Re: copying a tiddler content to the clipboard

2020-04-17 Thread Tiziano Solignani
Thank you. But that would make a copy of the tiddler while I meant to copy the tiddler content to the system clipboard, to paste elsewhere later. Thank you. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop

[tw5] Re: copying a tiddler content to the clipboard

2020-04-16 Thread Mat
Yeah, try the different buttons in the tiddler menu and you'll find the "clone" button i.e this makes a copy of the tiddler. However, if you're talking about some button in *edit view*, then no, there's no such button but I think the mechanism for it exists :-) <:-) -- You received this messa