Skip to content

ndom91/briefkasten-extension

 
 

Repository files navigation

📌 Briefkasten Extension

Chrome Web Store GitHub GitHub issues Demo

Forked from sissbruecker/linkding-extension

Companion extension for your self-hosted Briefkasten instance!

Features

  • 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+)

Screenshot

✨ Installation

Chrome Webstore

🧰 Manual Installation

  1. Clone repository
$ git clone https://github.com/ndom91/briefkasten-extension
$ cd briefkasten-extension
  1. Install all dependencies
$ npm install
  1. 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.

🛼 Setup

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.

  1. The Base URL will be https://briefkastenhq.com if using the demo version of the application. Otherwise, use your own domain.
  2. The API Token can be found at the top of the Settings page after logging in.

📝 License

MIT

Packages

No packages published

Languages

  • Svelte 63.5%
  • JavaScript 32.5%
  • HTML 1.9%
  • Shell 1.7%
  • CSS 0.4%