WordPress Plugin
Bookmark Manager is a plugin for WordPress. Use your WordPress site as bookmark manager to save and manage web links. A bookmarklet helps you to save links while you browse the web.
There are two ways to install the plugin:
- Download the latest version as ZIP from bookmark-manager/releases (Recommended)
- Clone repository and install dependencies (for developers)
# cd into wp-content/plugins
$ git clone [email protected]:obstschale/bookmark-manager.git
$ cd bookmark-manager
# Install dependencies
$ composer install
$ yarn # Alternatively, npm install
# Build assets
$ yarn run production
When developing locally you likely want to use yarn run dev
. This will watch all assests and rebuild them if the change. However, this will not minify the files!
If you need to work on the bookmarklet itself (bookmark-this.js) you will need a minified version otherwise browsers won't accept it. So keep that in mind!
This plugin is licensed under GNU General Public License v2.0. For more information read the LICENSE document.