The FavoriteLinks add-on is a tool to manage your favorite links in an organized and efficient way. It allows you to save, edit, and remove links in a categorized list, offering an intuitive interface with features such as adding new links, renaming titles, removing unwanted entries, and managing categories. In addition, the add-on allows importing bookmarks directly from HTML files exported by browsers.
When opening the add-on, you get quick access to your links and can open them directly in the default browser. There is now also support for opening links in a secondary browser, in case you need more flexibility.
Follow the steps below to install the FavoriteLinks add-on in NVDA:
You have full control over where your links are saved and which browser opens them.
NVDA+N > Preferences > Settings.You can choose a custom location to save the links file using the "Select or add a directory" button (Alt+S).
To define a secondary browser, which can be either installed or portable:
Tab to the Browser path field.Alt+N) to add the executable of the desired browser.Alt+Windows+K.NVDA+N > Tools > Favorite Links.The main interface consists of two main fields, which can be navigated using the Tab key:
Use the context menu (applications key) in any of these fields to access additional options.
.json file..json file..html file exported by browsers.FavoriteLinks also allows importing bookmarks directly from HTML files, such as those exported by browsers (Chrome, Firefox, Edge, among others).
This feature is useful for migrating your existing bookmarks to the add-on quickly and in an organized way.
.html file exported from your browser.During the import:
At the end of the import, a confirmation message is displayed and the add-on interface is updated automatically.
| Function | Shortcut |
|---|---|
| Open Link | Alt+B or Enter (in the links list) |
| Add Link | Alt+A |
| Add Category | Alt+D |
| Edit Link | Alt+E or F2 |
| Delete Link | Alt+L or Del |
| Save URL of the current page | Shift+Control+D |
| Show URL of the current page | Windows+Control+P Pressing twice copies the URL to the clipboard. |
| Exit | Alt+S, Esc or Alt+F4 |
Alt+O): Adds the link.
> The title will be fetched automatically. If the retrieval fails, you will be able to enter it manually.Alt+C): Closes the dialog. Esc or Alt+F4 also work.Alt+O): Saves the changes.Alt+C): Closes without saving. Esc or Alt+F4 also work.Special thanks to Rue Fontes and รngelo Abrantes for the tests carried out and for the valuable suggestions that significantly contributed to improving this project.
I also thank Abel Passos for the contribution with the functionality to import bookmarks from HTML files.
The FavoriteLinks add-on was developed with the assistance of ChatGPT and Google Gemini, used for creating functions, optimizing and refactoring the code, and improving the documentation.