Go to file
Marcel Klehr 164fd3af2a First pass at implementing projects
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2022-03-13 12:29:05 +01:00
.github CI: Adjust title of floccus runs 2022-03-12 12:05:35 +01:00
.tx Add transifex config 2018-02-27 14:28:13 +01:00
appinfo Update features in README and info.xml 2022-03-12 12:05:35 +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 2022-03-13 02:30:27 +00:00
lib First pass at implementing projects 2022-03-13 12:29:05 +01:00
screenshots Update screenshots 2021-07-18 12:17:44 +02:00
src First pass at implementing projects 2022-03-13 12:29:05 +01:00
templates First pass at implementing projects 2022-03-13 12:29:05 +01:00
tests Implement bookmarks backup to Files 2022-03-11 13:39:01 +01:00
.eslintrc.js Use webpack code splitting 2021-07-24 21:55:56 +02:00
.gitignore Update github actions and add php-cs 2020-08-04 17:13:41 +02:00
.php-cs-fixer.dist.php Composer: Update nextcloud/coding-standard 2022-02-15 18:14:49 +01: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 v10.1.0 2022-03-01 12:49:31 +01:00
CONTRIBUTING.md Fix contribute link 2020-06-22 18:23:10 +02:00
COPYING This is a refactored / rewritten version of the bookmarks app using the app frameworks design and controller features. 2014-11-26 12:24:18 +01:00
Makefile v10.1.0 2022-03-01 12:49:31 +01:00
README.md Update features in README and info.xml 2022-03-12 12:05:35 +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 Bump phpunit/phpunit from 8.5.23 to 8.5.24 2022-03-12 11:50:50 +01:00
krankerl.toml drop unsupported / EOL server versions 2018-05-27 21:26:06 +02:00
package-lock.json First pass at implementing projects 2022-03-13 12:29:05 +01:00
package.json First pass at implementing projects 2022-03-13 12:29:05 +01:00
psalm-baseline.xml Fix psalm errors 2022-03-11 15:38:03 +01:00
psalm.xml Psalm: Use baseline 2021-01-20 19:12:42 +01:00
stylelint.config.js Switch to npm7 and use latests global configs 2021-07-25 11:45:34 +02:00
webpack.js First pass at implementing projects 2022-03-13 12:29:05 +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.

  • 📂 Sort bookmarks into folders
  • 🏷 Add tags and personal notes
  • 🔍 Full-text search
  • 📲 Synchronize with all your browsers and devices
  • 👪 Share bookmarks with other users and publicly
  • ☠ Find broken links
  • ⚛ Generate RSS feeds of your collections
  • 📔 Read archived versions of your links in case they are depublished
  • 💬 Create new bookmarks directly from within Nextcloud Talk
  • 💼 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.