All Projects → obstschale → bookmark-manager

obstschale / bookmark-manager

Licence: GPL-2.0 license
WordPress plugin for managing bookmarks

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to bookmark-manager

wp2moodle--wordpress-
Wordpress to Moodle pass through authentication plugin (wordpress end)
Stars: ✭ 27 (+80%)
Mutual labels:  wordpress-plugin
HeadLines
HeadLines is a 📰 news app that delivers you with the latest news. It has interactive UI and easy to use. The app can be scrolled offline to watch your bookmarked news. Give this app a try and let me know.
Stars: ✭ 16 (+6.67%)
Mutual labels:  bookmarks
mautic-wordpress
Wordpress Plugin
Stars: ✭ 104 (+593.33%)
Mutual labels:  wordpress-plugin
better-wordpress-hooks
packagist.org/packages/calvinalkan/better-wordpress-hooks
Stars: ✭ 58 (+286.67%)
Mutual labels:  wordpress-plugin
icon-block
A simple little WordPress block that allows you add an SVG icon or graphic to your website.
Stars: ✭ 24 (+60%)
Mutual labels:  wordpress-plugin
flexible-templates
Allows saving templates of the "Flexible Content" field, for easy and fast use of them on other pages.
Stars: ✭ 36 (+140%)
Mutual labels:  wordpress-plugin
wp-showhide
Allows you to embed content within your blog post via WordPress ShortCode API and toggling the visibility of the cotent via a link.
Stars: ✭ 21 (+40%)
Mutual labels:  wordpress-plugin
wordpress-vanilla
Official WordPress plugin for Vanilla Forums integration.
Stars: ✭ 18 (+20%)
Mutual labels:  wordpress-plugin
geo-query
WordPress plugin: Geo Query - Modify the WP_Query/WP_User_Query to support the geo_query parameter. Uses the Haversine SQL implementation by Ollie Jones. With a Rest API example and support for an existing custom table .
Stars: ✭ 63 (+320%)
Mutual labels:  wordpress-plugin
acf-typography
A Typography Add-on for the Advanced Custom Fields Plugin
Stars: ✭ 14 (-6.67%)
Mutual labels:  wordpress-plugin
Cyca
Web-based bookmarks and feeds manager
Stars: ✭ 15 (+0%)
Mutual labels:  bookmarks
bulk-delete
Bulk Delete is a WordPress Plugin that allows you to delete posts, pages and users in bulk based on different conditions and filters.
Stars: ✭ 31 (+106.67%)
Mutual labels:  wordpress-plugin
wp-offline
Use WordPress without all online-checks. Deactivate autoupdate for core, plugins and themes
Stars: ✭ 47 (+213.33%)
Mutual labels:  wordpress-plugin
yet-another-speed-dial
a modern speed dial for chrome, edge and firefox
Stars: ✭ 102 (+580%)
Mutual labels:  bookmarks
plugin-unit-test-demo
Sample WordPress plugin to illustrate unit tests
Stars: ✭ 17 (+13.33%)
Mutual labels:  wordpress-plugin
bookmarks
📚 A list with my bookmarks.
Stars: ✭ 82 (+446.67%)
Mutual labels:  bookmarks
BookmarkHub
BookmarkHub , sync bookmarks across different browsers
Stars: ✭ 720 (+4700%)
Mutual labels:  bookmarks
shiori
Shiori is a simple bookmark manager
Stars: ✭ 66 (+340%)
Mutual labels:  bookmarks
device-mockups
No longer mirroring this repo with .org
Stars: ✭ 27 (+80%)
Mutual labels:  wordpress-plugin
bbresolutions
A bbPress plugin to set your forum's topic resolutions.
Stars: ✭ 13 (-13.33%)
Mutual labels:  wordpress-plugin

Bookmark Manager

Codeship Status for obstschale/bookmark-manager

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.

Installation

There are two ways to install the plugin:

  1. Download the latest version as ZIP from bookmark-manager/releases (Recommended)
  2. Clone repository and install dependencies (for developers)

Installation 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

Pitfall - Bookmarklet

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!

GNU General Public License v2.0

This plugin is licensed under GNU General Public License v2.0. For more information read the LICENSE document.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].