Go to file
Marcel Klehr e11ef8cec6 API docs: Document breaking changes in v3 2020-09-21 15:16:10 +02:00
.github add missing colons to bug report template 2020-09-09 15:29:07 +02:00
.tx
appinfo Bump nc compat 2020-09-20 18:56:40 +02:00
docs API docs: Document breaking changes in v3 2020-09-21 15:16:10 +02:00
img Create favicon 2019-06-13 16:53:23 +02:00
l10n [tx-robot] updated from transifex 2020-09-21 02:20:38 +00:00
lib BookmarkMapper: Fix find by id 2020-09-16 13:18:45 +02:00
screenshots
src Triple dot to ellipsis 2020-09-20 18:53:34 +02:00
templates Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
tests DB: Refactor bookmarks queries (#1209) 2020-09-11 17:53:54 +02:00
.eslintrc.js Migrate to @nextcloud packages 2020-03-31 15:58:37 +02:00
.gitignore Update github actions and add php-cs 2020-08-04 17:13:41 +02:00
.php_cs.dist Update github actions and add php-cs 2020-08-04 17:13:41 +02:00
.prettierrc.json Initial pass at a vue rewrite 2019-09-11 14:48:34 +02:00
.readthtedocs.yml Docs: Add readthedocs config 2019-09-15 01:05:39 +02:00
CHANGELOG.md v3.4.0-beta.1 2020-08-27 18:26:46 +02:00
CONTRIBUTING.md Fix contribute link 2020-06-22 18:23:10 +02:00
COPYING
Makefile v3.4.0-beta.1 2020-08-27 18:26:46 +02:00
README.md Readme: third party apps: NCBookmark Fixes (#1215) 2020-09-14 21:54:52 +02:00
composer.json Deps: Require symfony v4 things (not v5) 2020-08-31 23:34:13 +02:00
krankerl.toml
package-lock.json Merge pull request #1213 from nextcloud/dependabot/npm_and_yarn/vue/test-utils-1.1.0 2020-09-12 02:06:22 +00:00
package.json Merge pull request #1213 from nextcloud/dependabot/npm_and_yarn/vue/test-utils-1.1.0 2020-09-12 02:06:22 +00:00
stylelint.config.js Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
webpack.js Use material design icons 2020-08-10 10:43:10 +02:00

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.