Go to file
Marcel Klehr 23a0a1e998 Polyfill NC21 DB Types for NC20
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2021-02-01 14:24:01 +01:00
.github CI: Psalm ignore php req 2021-02-01 14:22:04 +01:00
.tx
appinfo info.xml: Update max nc version 2021-02-01 14:24:01 +01:00
docs API docs: Document breaking changes in v3 2020-09-21 15:16:10 +02:00
img
l10n [tx-robot] updated from transifex 2021-01-31 02:22:38 +00:00
lib Polyfill NC21 DB Types for NC20 2021-02-01 14:24:01 +01:00
screenshots Update screenshots 2020-09-29 14:47:04 +02:00
src UI: Use unified search input 2021-01-22 14:11:32 +01:00
templates Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
tests Performance: More caching 2021-01-22 12:49:26 +01: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
.readthtedocs.yml
CHANGELOG.md v4.0.8 2021-01-26 23:11:13 +01:00
CONTRIBUTING.md Fix contribute link 2020-06-22 18:23:10 +02:00
COPYING
Makefile v4.0.8 2021-01-26 23:11:13 +01:00
README.md Updating new App Store Entry 2020-10-30 01:20:53 +01:00
composer.json Composer: update link-preview and http-client 2021-02-01 14:24:01 +01:00
composer.lock Composer: update link-preview and http-client 2021-02-01 14:24:01 +01:00
krankerl.toml
package-lock.json Merge pull request #1398 from nextcloud/dependabot/npm_and_yarn/copy-text-to-clipboard-3.0.0 2021-02-01 13:59:44 +01:00
package.json Merge pull request #1398 from nextcloud/dependabot/npm_and_yarn/copy-text-to-clipboard-3.0.0 2021-02-01 13:59:44 +01:00
psalm-baseline.xml Add psalm baseline 2021-01-20 22:44:52 +01:00
psalm.xml Polyfill NC21 DB Types for NC20 2021-02-01 14:24:01 +01:00
stylelint.config.js Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
webpack.js Implement dashboard widget 2020-10-11 13:50:16 +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.

  • 📂 Browse and filter your bookmarks via tags and folders.
  • 📰 Write down additional notes
  • 🔍 Built-in search integrated into Nextcloud's unified search
  • 👪 Share bookmarks with other users as well as publicly
  • ☠ Easily ind broken links
  • 📔 Archive bookmarked files
  • 📲 Access your bookmarks anywhere, via a built-in REST API
  • 💡 Keep track of changes in the activity stream
  • 💼 Includes a Dashboard widget
  • ⚛ Easily generate public and private RSS feeds of your collections

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

Community

Talk to us on gitter 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.