Nvoker is as Speed Dial built on Electron, using Electron Forge. It allows you to quickly access you favorite websites, by saving them as images in your own categories.
To start adding links, a category must first be created. After a category has been created and selected, you can start adding links to that category by providing its URL. Left clicking on a link will open that link in your default browser, while right clicking will copy the URL to clipboard. You can create any number of categories and links, so feel free to add as many as you wish.
Navigation of categories and links can be done either by using the mouse wheel, or by clicking and dragging the mouse.
Deleting links or categories can be done by clicking and holding on an element that you want to delete, which will bring a menu to delete items of that type (category or link). After the menu appears, you may select any number of elements of that type to delete, and the confirm your selection.
You can customize src/index.html
by modifying src/css/index.css
, individual Web Components by modifying the respective src/components/somecomponent/somecomponent.css
, and all Web Components by modifying src/css/global.css
.
Before building Nvoker, please make sure you have Node and npm installed. If both are installed, you can do the following to build from source:
- Clone or download and extract this repository.
- Open a terminal, and
cd
to the folder you have cloned or extracted this repository. - Run
npm install
to download required dependencies. - Run
npm run make
to build Nvoker. This will create anout
directory with all the files required to install/run Nvoker.