Skip to content

Releases: lucidBrot/Brotkeys.js

Fix anchors becoming multiline

04 Feb 17:20
Compare
Choose a tag to compare

Minimal iFrame Support

04 Feb 16:31
Compare
Choose a tag to compare

Now it is possible to autogenerate for the content of a same-origin iFrame by running

manager.autogenerateWithinId("my-iframe-id", manager.GenerationEnum.tag_anchor)

This resolves #10

Ignore certain Keys

22 Feb 17:10
a65a10f
Compare
Choose a tag to compare

See this file for a simple way how it can be useful to ignore keys.

Link Hints on Images

21 Feb 14:29
5443073
Compare
Choose a tag to compare
  • You can now display a link hint on top of an image

Introducing OverlayMode as Default

28 Oct 15:42
Compare
Choose a tag to compare

Link Hints that are autogenerated no longer move the original content of the page around while appearing.

Default Behaviour Changed
To get the original behaviour, set manager.setOverlayMode(false) after constructing your HotkeyManager and before using autogenerate or addBeautifulLinkHint.

Other Changes
autogenerateWithinID() exists now as an alternative to autogenerating within the whole document. Please refer to the readme.

Reuse of Autogeneration and Use of multiple managers

11 Sep 12:43
Compare
Choose a tag to compare

Some bugfixes, adding way more possibilities.

Autogenerate

05 Sep 17:50
Compare
Choose a tag to compare

This first release features Autogeneration for anchor tags in addition to what was there before. That is manual adding of javascript functions as reactions to user input (outside of text fields)