Go to file
Marcel Klehr 5b4c46f521 Fix MOVE_FOLDER UX: Run mutation before manipulating data
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-02-27 14:42:50 +01:00
.github CI: Fix upgrade workflow 2022-02-15 15:44:27 +01:00
.tx
appinfo Implement Shared folders filter 2022-02-16 13:57:35 +01:00
docs
img
l10n [tx-robot] updated from transifex 2022-02-27 02:30:15 +00:00
lib Add admin setting for pageres ENV vars 2022-02-27 13:27:26 +01:00
screenshots
src Fix MOVE_FOLDER UX: Run mutation before manipulating data 2022-02-27 14:42:50 +01:00
templates
tests Composer: Update nextcloud/coding-standard 2022-02-15 18:14:49 +01:00
.eslintrc.js Use webpack code splitting 2021-07-24 21:55:56 +02:00
.gitignore
.php-cs-fixer.dist.php Composer: Update nextcloud/coding-standard 2022-02-15 18:14:49 +01:00
.prettierrc.json
.readthtedocs.yml
CHANGELOG.md Item: Fix rightclick contextmanu 2022-02-27 14:42:12 +01:00
CONTRIBUTING.md
COPYING
Makefile v10.0.3 2021-12-04 12:22:27 +01:00
README.md Update README.md 2022-02-24 16:58:54 +01:00
babel.config.js Update webpack and babel config 2021-07-24 21:55:56 +02:00
composer.json Composer: Update nextcloud/coding-standard 2022-02-15 18:14:49 +01:00
composer.lock Update marcelklehr/link-preview 2022-02-27 12:49:36 +01:00
krankerl.toml
package-lock.json Integrate with Nextcloud Talk: Allow bookmarking mentioned links 2022-02-24 16:53:29 +01:00
package.json Integrate with Nextcloud Talk: Allow bookmarking mentioned links 2022-02-24 16:53:29 +01:00
psalm-baseline.xml Update psalm-baseline.xml 2022-02-24 20:59:15 +01:00
psalm.xml
stylelint.config.js Switch to npm7 and use latests global configs 2021-07-25 11:45:34 +02:00
webpack.js Integrate with Nextcloud Talk: Allow bookmarking mentioned links 2022-02-24 16:53:29 +01: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.

  • 📂 Browse and filter your bookmarks via tags and folders and add personal notes
  • 🔍 Built-in full-text search integrated into Nextcloud's unified search
  • 👪 Share bookmarks with other users as well as publicly
  • 💡 Keep track of changes in the activity stream
  • ☠ Easily find broken links
  • 📔 All your links are automatically archived for full-text search and in case they are depublished
  • 📲 Access your bookmarks anywhere, on desktop Browsers and on your phone, via a variety of sync clients
  • ⚛ Easily generate public and private RSS feeds of your collections
  • 💬 Create new bookmarks directly from within Nextcloud
  • 💼 Built-in Dashboard widgets for frequent and recent links

Third-party clients

Android

Browser

  • Owncloud Bookmarks - Bookmarks extension for Chromium-based browsers (Chromium/Chrome/Opera/Vivaldi)
  • Floccus - Bookmark sync as Browser etension for Firefox/Chromium-based browsers and Android App
  • FreedomMarks - Addon for Firefox and Chrome. No sync, just a client.
  • add-nextcloud-bookmarks - qutebrowser userscript that allows for easy bookmark creation

Desktop

iOS

Other

  • uMarks - App for Ubuntu touch

Community

Talk to us on gitter, via matrix #nextcloud-bookmarks_community:gitter.im or in our official Talk channel

Install

Requirements

  • php 7.3 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

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.