oneezy / gtd-trello-card-links

Get Things Done w/ Trello Card Links!
23 stars 5 forks source link

Drecdroid #4

Closed sykire closed 1 year ago

sykire commented 7 years ago

FILE: ./gtd-trello/card-links/card-links.js

The trick was a bit too hacky and some plugins conflicted with It.
In some way `Trello Boosted Boards` extension prevented the cloned link to be placed correctly.

The new solution tries to prevent further execution of click events on the card if the click was done
on the "link".
The link is not longer an <a> tag because is not allowed to have nested <a> tags, instead
an span/div tag is used.

FILE: ./gtd-trello/card-links/card-links.css

Because not more doing the trick `.gtd-active-link` will not be needed. Instead `.gtd-link:hover` properties are added.

To the creator of the extension: Sorry to intrude this way, I really liked the extension but, also liked many others and they conflict with each other.

jmgarnier commented 6 years ago

Given the maintainer of this project had no time to reply, @DrecDroid Are you going to push your fork to the https://chrome.google.com/webstore ?

Thanks to both of you. Sounds like a real time saver 💐 !