Forked from
sissbruecker/linkding-extension
Companion extension for your self-hosted Briefkasten instance!
- Quickly add a bookmark for the current tab (keyboard shortcut: CtrlShiftK)
- Search bookmarks through the Omnibox / address bar (keyword: bk)
Works with: Chrome (and all Chromium based browsers), Firefox (101+)
- Clone repository
$ git clone https://github.com/ndom91/briefkasten-extension
$ cd briefkasten-extension
- Install all dependencies
$ npm install
- Build the source code into
/dist
dir
$ npm run build
After the build is complete, the repository directory will contain the unpackaged extension under dist/
. You can load this "unpacked" extension into your browser via the extension page, if "Developer Mode" is enabled. For more details, please check out the following links.
After installing the extension for the first time, you will be greeted with the options pop-up asking you to enter the Base Url and an API Token.
- The Base URL will be
https://briefkastenhq.com
if using the demo version of the application. Otherwise, use your own domain. - The API Token can be found at the top of the Settings page after logging in.
MIT