On Monday, May 3, 2021 at 4:19:20 PM UTC+2 David Gifford wrote:

It's just that I use "wrap" buttons as workaround hacks to do stamping, 
> because stamp buttons are hidden in a menu, but wrap buttons can be 
> displayed directly on the toolbar, and they 'stamp' what's in the prefix if 
> you just insert your cursor rather than wrapping text.
>

But then you said. You don't want to change what's pasted, if Tiddler A 
changes. ... So you will end up with a lot of toolbar buttons that have 
"fixed" text in it. ... IMO there isn't enough space in the toolbar. 

>From your first post you had code similar to 

<$action-sendmessage
    $message="tm-edit-text-operation"
    $param="replace-selection"
    text={{Tiddler A}}
/>

So if you change Tiddler A ... The next time you'll copy something 
different. .. If you don't want this you'll need eg: 

<$action-sendmessage
    $message="tm-edit-text-operation"
    $param="replace-selection"
    text="I am so happy"
/>

Right?

But that doesn't make sense for me. ... You may end up with 100+ different 
buttons. 

-mario

-- 
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/0a4cf164-19c5-490c-9d8d-881d1647766en%40googlegroups.com.

Reply via email to