Thanks for that reminder, Diego. I disabled the plugin a while back and 
have been putting off converting it. Now I have that wrinkle fixed! That 
will be much nicer.

Cheers,
Chris

On Tuesday, March 2, 2021 at 10:35:06 AM UTC-5 [email protected] wrote:

> Thank you so much for your clear instruction. It works wonder.
>
> Birthe
>
> tirsdag den 2. marts 2021 kl. 16.19.59 UTC+1 skrev [email protected]:
>
>> Hello all,
>>
>> I originally posted about this here 
>> <https://groups.google.com/g/tiddlywiki/c/nY4wwuCWUpY/m/-kE7GZi9AAAJ>, 
>> but thought it was worth sharing again. You can easily edit Danielo's 
>> excellent 2click2edit plugin to make it triple-click to edit by doing the 
>> following:
>>
>>
>> If you just navigate to and edit this tiddler: 
>>
>> $:/plugins/danielo515/2click2edit/ClickListener.js
>>
>> go to line 36 which reads: 
>>
>> parent.addEventListener("dblclick",function(event){self.editTiddler.call(
>> self,event)});
>>
>> *REPLACE* that line with the following text:
>>
>> parent.addEventListener('click', function (event) { if (event.detail === 
>> 3) {self.editTiddler.call(self,event);} });
>>
>> Save that tiddler, and save/reload your wiki - you now have triple click 
>> instead of double click. 
>>
>> Best,
>> Diego
>>
>

-- 
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/4eb7f202-fe1f-45b6-b161-82f0629c2e07n%40googlegroups.com.

Reply via email to