Go to file
Marcel Klehr c97f868bd7 v4.0.5
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2020-11-04 12:53:39 +01:00
.github CI: Add static analysis 2020-10-23 11:44:38 +02:00
.tx
appinfo v4.0.5 2020-11-04 12:53:39 +01:00
docs API docs: Document breaking changes in v3 2020-09-21 15:16:10 +02:00
img Create favicon 2019-06-13 16:53:23 +02:00
l10n [tx-robot] updated from transifex 2020-11-04 02:23:09 +00:00
lib Fix OrphanedTreeItemsRepairStep 2020-11-04 12:53:39 +01:00
screenshots Update screenshots 2020-09-29 14:47:04 +02:00
src UI: Polish public view 2020-10-22 17:35:46 +02:00
templates Use webpack global config & @nextcloud/browserslist-config 2020-08-03 10:45:42 +02:00
tests Add psalm baseline 2020-10-23 12:26:30 +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 v4.0.5 2020-11-04 12:53:39 +01:00
CONTRIBUTING.md Fix contribute link 2020-06-22 18:23:10 +02:00
COPYING
Makefile v4.0.5 2020-11-04 12:53:39 +01:00
README.md Updating new App Store Entry 2020-10-30 01:20:53 +01:00
composer.json Add psalm baseline 2020-10-23 12:26:30 +02:00
composer.lock Add psalm baseline 2020-10-23 12:26:30 +02:00
krankerl.toml
package-lock.json v4.0.5 2020-11-04 12:53:39 +01:00
package.json v4.0.5 2020-11-04 12:53:39 +01:00
psalm.xml Fix psalm config 2020-10-23 12:03:33 +02: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.