Spellbook
Spellbook is a browser extension for easily managing thousands of bookmarks
with novel UI innovations.
Installation
Get it now for
Google Chrome
or
Mozilla Firefox.
Unpacked installation
yarn install
yarn run build
Then add the dist
directory as unpacked extension to Chrome or compatible browser.
Development
yarn install
yarn run dev
Then add the dev
directory as unpacked extension to Chrome or compatible browser.
Technology stack
Currently I am using libraries that are well written and most importantly
extremely small in size.
For now the stack is:
- Svelte • Cybernetically enhanced web apps
- Kefir.js — fast and light Reactive Programming library for JavaScript inspired by Bacon.js and RxJS
- nullobject/fkit: A functional programming toolkit for JavaScript – FKit API documentation
- Spectre.css - A Lightweight, Responsive and Modern CSS Framework
- ESLint - Pluggable JavaScript linter
- rollup.js
Licensing
Copyright © 2018–2019 Peter Hillerström and contributors
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
Other licenses
- The lib/rxjs.js file implements
fromEventPattern
function from RxJS in Kefir and is licensed under Apache Software License.