David,

If I understand it correctly you may need the stamp to first wikify this to 
text  {{Tiddler A}} so the content of "Tiddler A" text field is pasted into 
the target tiddler as its actual value, not a transclusion or text 
reference. Thus if tiddler A changes it will not change the previously 
pasted text?

Tones

On Tuesday, 4 May 2021 at 00:40:02 UTC+10 David Gifford wrote:

> Ahhh...You are totally right to get confused by what I wrote. It's so hard 
> for me to explain what I mean. Here is another go:
>
> In terms of the editor toolbar button, yes, I want only one button, that 
> stamps the current content of the text field of Tiddler A at the time, and 
> when Tiddler A changes, the button will now paste the new content of 
> Tiddler A.
>
> But in terms of the tiddler that gets stamped, I need it not to change, so 
> the button can't stamp {{Tiddler A}}, because that would change as Tiddler 
> A gets updated. I need it to stamp it as text.
>
> Hopefully that is now clearer!
>
>
> On Mon, May 3, 2021 at 9:34 AM PMario <[email protected]> wrote:
>
>> 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 a topic in the 
>> Google Groups "TiddlyWiki" group.
>> To unsubscribe from this topic, visit 
>> https://groups.google.com/d/topic/tiddlywiki/ddfe4VzgOr8/unsubscribe.
>> To unsubscribe from this group and all its topics, 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
>>  
>> <https://groups.google.com/d/msgid/tiddlywiki/0a4cf164-19c5-490c-9d8d-881d1647766en%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
>

-- 
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/40ce480d-97bf-4e3a-92a4-d15d4467cf58n%40googlegroups.com.

Reply via email to