Skip to content

Releases: chang-zhao/dokuwiki-editonlink

v1.3.4: Update script.js

15 Feb 20:16
b0e39ba
Compare
Choose a tag to compare

Split by character instead of regex.

v1.3.3: Update script.js

15 Feb 14:39
18b9e68
Compare
Choose a tag to compare

Final polish & Version up

v1.3.2

15 Feb 14:06
6cd067a
Compare
Choose a tag to compare

Search narrowed

v1.3.1

15 Feb 13:57
aea8af2
Compare
Choose a tag to compare

In case there could be other 'do=' parameter in wikilink, let's add search/replace

v1.3

15 Feb 13:37
6bdb669
Compare
Choose a tag to compare

Bug corrected: when nice URL rewriting is off, link parameters shouldn't be removed.

Support for multiline links, ctrl-click, right-click

17 Nov 16:13
1746366
Compare
Choose a tag to compare

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

14 Nov 10:19
9c4a930
Compare
Choose a tag to compare
v1.0.3

Update style.css

Go with URL hash removed

14 Nov 09:07
08a95c7
Compare
Choose a tag to compare

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

14 Nov 08:43
3ecefce
Compare
Choose a tag to compare

Improved links hover CSS declaration, so that animated line is visible and of good proportions.

The first release

13 Nov 22:43
2d37fc0
Compare
Choose a tag to compare
v1.0

Box-sizing border-box for easy calculation, precise pointing