Releases: chang-zhao/dokuwiki-editonlink
v1.3.4: Update script.js
Split by character instead of regex.
v1.3.3: Update script.js
Final polish & Version up
v1.3.2
Search narrowed
v1.3.1
In case there could be other 'do=' parameter in wikilink, let's add search/replace
v1.3
Bug corrected: when nice URL rewriting is off, link parameters shouldn't be removed.
Support for multiline links, ctrl-click, right-click
In case of multiline link, clientBoundingRect top-right might not give the correct position of the button; so I use adding another element with the same positioning on the link click, to learn the actual position.
As for ctrl-click and right-click, the user can stay on the page, so I restore the target link to its original href (onmouseleave).
Style & test improvement
v1.0.3 Update style.css
Go with URL hash removed
To avoid URLs like address#hash?do=edit, where do=edit
doesn't work, hash part of links gets stripped when we go editing.
Style fix
Improved links hover CSS declaration, so that animated line is visible and of good proportions.
The first release
v1.0 Box-sizing border-box for easy calculation, precise pointing