Go to file
Arthur Schiwon 04f8d62a22
drop unsupported / EOL server versions
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2018-05-27 21:26:06 +02:00
.tx
appinfo drop unsupported / EOL server versions 2018-05-27 21:26:06 +02:00
controller Merge pull request #479 from nextcloud/fix/add-url-normalization 2018-05-11 11:42:39 +02:00
css Fix bookmark menu position 2018-04-27 20:24:23 +02:00
img
js Remove old bookmarklet code 2018-05-27 17:14:40 +02:00
l10n [tx-robot] updated from transifex 2018-05-25 00:17:59 +00:00
screenshots Update screenshots 2018-05-27 17:37:11 +02:00
templates Make bookmarklet work 2018-03-12 19:11:35 +01:00
tests Fix tests 2018-04-27 14:18:44 +02:00
.scrutinizer.yml
.travis.yml drop unsupported / EOL server versions 2018-05-27 21:26:06 +02:00
API.md Update README 2018-03-11 19:17:47 +01:00
CONTRIBUTING.md
COPYING
Makefile Makefile: exclude everything in /js but dist/ 2018-05-27 20:00:03 +02:00
README.md Added FreedomMarks to the list of available clients 2018-05-17 17:41:56 +02:00
composer.json Fix support for php5 2018-05-27 17:10:35 +02:00
composer.lock Fix support for php5 2018-05-27 17:10:35 +02:00
issue_template.md
krankerl.toml drop unsupported / EOL server versions 2018-05-27 21:26:06 +02:00
package-lock.json Check in dep lock files 2018-05-25 21:18:55 +02:00
package.json v0.12.0-rc1 2018-05-25 21:45:57 +02:00
webpack.config.js Make bookmarklet work 2018-03-12 19:11:35 +01:00

README.md

Nextcloud Bookmarks

Bookmarks app for Nextcloud

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

Background

The bookmarks app is quite old and has gone through many hands. It is now more relevant than ever, as the nextcloud app providing support for Firefox Sync doesn't work with the latest versions of Firefox anymore. Currently, there are efforts to make it live up to the expectations produced by the gap that was left by the firefox sync app.

Install

One-click

Install this app in the app store of your nextcloud instance (you must have administrator privileges).

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

  • Nextcloud Bookmarks - Android app with full add/edit/delete and view functionallity
  • Floccus - Bookmark sync for Firefox/Chromium-based browsers
  • NCBookmarks - App to view/edit/open bookmarks for Android
  • uMarks - App for Ubuntu touch
  • FreedomMarks - Addon for Firefox and Chrome. No sync, just a client.

API

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

Go to the API docs.

Maintainers

Contribute

We always welcome contributions and 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.