Go to file
Michael Weimann 8175ee7349
Fix contribute link
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
2020-06-22 18:23:10 +02:00
.github Allow installing web UI as progressive web app on mobile (#1066) 2020-06-07 16:57:19 +02:00
.tx
appinfo v3.2.1 2020-06-16 00:43:08 +02:00
docs Docs: Document /export API endpoint 2020-05-13 23:23:08 +02:00
img
l10n [tx-robot] updated from transifex 2020-06-19 02:19:42 +00:00
lib BookmarkController: Fix _returnBookmarkAsArray 2020-06-21 11:44:57 +02:00
screenshots
src Add click layer to grid view bookmarks #1082 2020-06-20 19:01:59 +02:00
templates
tests Various fixes 2020-05-31 13:01:38 +02:00
.eslintrc.js Migrate to @nextcloud packages 2020-03-31 15:58:37 +02:00
.gitignore Add proper API docs 2019-09-15 00:48:23 +02:00
.prettierrc.json
.readthtedocs.yml Docs: Add readthedocs config 2019-09-15 01:05:39 +02:00
.stylelintrc.js Fix: Load tags on app init 2019-10-21 15:03:04 +02:00
CHANGELOG.md Update changelog 2020-06-20 19:01:59 +02:00
CONTRIBUTING.md Fix contribute link 2020-06-22 18:23:10 +02:00
COPYING
Makefile v3.2.1 2020-06-16 00:43:08 +02:00
README.md Update docs 2020-04-08 18:16:35 +02:00
composer.json Bump doctrine/inflector from 1.3.1 to 1.4.1 2020-05-24 15:18:04 +02:00
composer.lock Bump doctrine/inflector from 1.3.1 to 1.4.1 2020-05-24 15:18:04 +02:00
krankerl.toml
package-lock.json v3.2.1 2020-06-16 00:43:08 +02:00
package.json v3.2.1 2020-06-16 00:43:08 +02:00
webpack.common.js Allow installing web UI as progressive web app on mobile (#1066) 2020-06-07 16:57:19 +02:00
webpack.dev.js Use routes history mode and global eslint config 2019-09-28 14:33:16 +02:00
webpack.prod.js

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.