Go to file
John Molakvoæ (skjnldsv) 03eda33eda Update github actions and add php-cs
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-08-04 17:13:41 +02:00
.github Update github actions and add php-cs 2020-08-04 17:13:41 +02:00
.tx
appinfo Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
docs Update documentation of API responses 2020-07-17 10:26:39 +02:00
img Create favicon 2019-06-13 16:53:23 +02:00
l10n [tx-robot] updated from transifex 2020-08-04 02:19:55 +00:00
lib Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
screenshots
src Lint fix & update scripts name 2020-08-04 17:13:41 +02:00
templates Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
tests Fix tests 2020-07-22 18:53:35 +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 Merge branch 'stable' 2020-07-28 10:41:05 +02:00
CONTRIBUTING.md Fix contribute link 2020-06-22 18:23:10 +02:00
COPYING
Makefile Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
README.md Add App Store link for iOS Client Nextbookmark 2020-06-30 16:31:30 +02:00
composer.json Update github actions and add php-cs 2020-08-04 17:13:41 +02:00
composer.lock Update github actions and add php-cs 2020-08-04 17:13:41 +02:00
krankerl.toml
package-lock.json Bump webpack-merge from 5.0.9 to 5.1.0 2020-08-03 08:50:29 +00:00
package.json Bump webpack-merge from 5.0.9 to 5.1.0 2020-08-03 08:50:29 +00:00
stylelint.config.js Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
webpack.js Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +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.