Skip to content
🔖 Bookmark app for Nextcloud
PHP JavaScript Vue Makefile
Branch: master
Clone or download

Latest commit

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github CI: Fix unstable mysql tests Jun 3, 2020
.tx Add transifex config Feb 27, 2018
appinfo Update npm deps May 31, 2020
docs Docs: Document /export API endpoint May 13, 2020
img Create favicon Jun 13, 2019
l10n [tx-robot] updated from transifex Jun 5, 2020
lib Fix getChildren SQL query Jun 3, 2020
screenshots Update screenshots May 27, 2018
src Make user-sharing input more visible Jun 1, 2020
templates Refactor vuex store Sep 11, 2019
tests Various fixes May 31, 2020
.eslintrc.js Migrate to @nextcloud packages Mar 31, 2020
.gitignore Add proper API docs Sep 14, 2019
.prettierrc.json Initial pass at a vue rewrite Sep 11, 2019
.readthtedocs.yml Docs: Add readthedocs config Sep 14, 2019
.stylelintrc.js Fix: Load tags on app init Oct 21, 2019
CHANGELOG.md v3.1.1 Jun 3, 2020
CONTRIBUTING.md fix naming Dec 7, 2016
COPYING This is a refactored / rewritten version of the bookmarks app using t… Nov 26, 2014
Makefile v3.1.1 Jun 3, 2020
README.md Update docs Apr 8, 2020
composer.json Bump doctrine/inflector from 1.3.1 to 1.4.1 May 24, 2020
composer.lock Bump doctrine/inflector from 1.3.1 to 1.4.1 May 24, 2020
krankerl.toml drop unsupported / EOL server versions May 27, 2018
package-lock.json v3.1.1 Jun 3, 2020
package.json v3.1.1 Jun 3, 2020
webpack.common.js v3.0.0 Apr 30, 2020
webpack.dev.js Use routes history mode and global eslint config Sep 28, 2019
webpack.prod.js Initial pass at a vue rewrite Sep 11, 2019

README.md

Nextcloud Bookmarks

Downloads Code coverage Dependabot status

Bookmarks app for Nextcloud

This app provides you with a web interface for collecting and organizing bookmarks to the places on the web that are precious to you. You can browse and filter your bookmarks via tags and folders and by using the built-in search feature. Furthermore, in order to access your bookmarks anywhere, it also allows you to synchronize third-party clients via a built-in REST API -- in your browsers and on your phone.

Community

Talk to us on gitter or in #nextcloud on freenode.net (IRC)!

Install

Requirements

  • php 7.2 and above

PHP extensions:

  • intl: *
  • mbstring: *

One-click

Install this app in the app store of your nextcloud instance (you must have administrator privileges). You will find it in the 'Organization' category.

Manual install

Dependencies

Setup

cd /path/to/nextcloud/apps/
git clone https://github.com/nextcloud/bookmarks.git
cd bookmarks
composer install
npm install
npm run build

Third-party clients

Android

Browser

  • Owncloud Bookmarks - Bookmarks extension for Chromium-based browsers (Chromium/Chrome/Opera/Vivaldi)
  • Floccus - Bookmark sync for Firefox/Chromium-based browsers
  • FreedomMarks - Addon for Firefox and Chrome. No sync, just a client.

Desktop

iOS

Other

  • uMarks - App for Ubuntu touch

API

This app exposes a public REST API that third-party clients can interface with.

Head over to the API docs.

Maintainers

Donate

If you'd like to support the creation and maintenance of this software, consider donating.

Contribute

We always welcome contributions. Have an issue or an idea for a feature? Let us know. Additionally, we happily accept pull requests.

In order to make the process run more smoothly, you can make sure of the following things:

  • Announce that you're working on a feature/bugfix in the relevant issue
  • Make sure the tests are passing
  • If you have any questions you can let the maintainers above know privately via email, or simply open an issue on github

Please read the Code of Conduct. This document offers some guidance to ensure Nextcloud participants can cooperate effectively in a positive and inspiring atmosphere, and to explain how together we can strengthen and support each other.

More information on how to contribute: https://nextcloud.com/contribute/

Happy hacking ❤️

License

This software is licensed under the terms of the AGPL written by the Free Software Foundation and available at COPYING.

You can’t perform that action at this time.