How does one file bug reports for Cardo?

93 views
Skip to first unread message

Sean Boyle

unread,
Feb 25, 2019, 4:48:22 PM2/25/19
to TiddlyWiki
Cardo is a very nice organisational plugin, but it is exhibiting several undesirable behaviours which I would like to bring to the author's attention
  1. A double-click in a tiddler opens it for editing, much like the old flavour of Tiddlywiki
  2. There seem to be some hard-wired colours which fight with other theme colours and codemirror themes

PMario

unread,
Feb 25, 2019, 4:55:21 PM2/25/19
to TiddlyWiki
Hi Sean,

If you open the ControlPanel: Plugins: 2Click2Edit plugin, you can disable or remove it.

I have no idea about the second problem.

-m

Sean Boyle

unread,
Feb 25, 2019, 5:07:58 PM2/25/19
to TiddlyWiki
Actually, he buried it in his plugin rather than simply including it as a separate plugin: $:/plugins/Cardo/Danielos2Click2Edit/ClickListener.js$:/plugins/Cardo/Danielos2Click2Edit/License
I tried to disable it by simply deleting the contents of ClickListner.js and Cardo responded by whining about click not being defined (or somesuch).

Diego Mesa

unread,
Feb 25, 2019, 5:29:19 PM2/25/19
to TiddlyWiki
Sean, Ive found it convenient to change it to triple click to prevent false activations. 

Sean Boyle

unread,
Feb 27, 2019, 11:53:01 AM2/27/19
to TiddlyWiki
That could be an interesting workaround.  I have no idea where to configure that.  Can you advise?

Diego Mesa

unread,
Feb 27, 2019, 12:23:56 PM2/27/19
to TiddlyWiki
Hey Sean,

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

Birthe C

unread,
Feb 27, 2019, 2:46:03 PM2/27/19
to TiddlyWiki
There is a group for Cardo https://groups.google.com/forum/#!forum/tiddlywiki-gtd 
Maybe ask in that group also.

Birthe

@TiddlyTweeter

unread,
Feb 27, 2019, 3:27:33 PM2/27/19
to TiddlyWiki
Birthe, whoah...

Never knew it existed!

Good to know.

Thanks, J.
Reply all
Reply to author
Forward
0 new messages