This extension was developed, for blind users to handle bookmarks with full keyboard control and full JAWS support. Now we add more and more features like publishing of bookmarks, so that it get more interested for everybody.
In addition to that, it is now available to share your own bookmarks in a published Application with the other users.
The default sort order of the bookmarks is by creation Date. You can change this to sort your Bookmarks alphabetically.
In the accessibillity options you can switch the use of shortcuts from the default values to customise shortcuts. The recommendation ist to use the combination of "strg + alt + {any keycode}", so that you do not get in truble with screenreaders shortcuts.
Shortcut | Description |
---|---|
title | enter a title to be shown in the extension |
bookmark type | enter the type of the bookmark you want to show (default is bookmark) |
use sheet | create the bookmark with using the sheet id in the configuration |
show focused elements | mark the elements which have the focus with a black border |
loglevel | define the log level to be used |
- Download the ZIP and unzip
- Qlik Sense Desktop Copy it to: %homeptah%\Documents\Qlik\Sense\Extensions and unzip
- Qlik Sense Entripse Import in the QMC
- Clone the Github Repo into extension directory
- Install nodejs
- Open Node.js command prompt
- navigate into src folder
- npm install
- npm run build (will compile ts and less in same directory) or npm run build:dev (will create a dist folder)