Go to file
Nextcloud bot 0653a19e62
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-04-26 00:29:29 +00:00
.github Drop support for Nextclod < 28 2024-02-03 17:24:52 +01:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:19:46 +00:00
appinfo enh(search): Always search in current folder 2024-02-04 11:55:25 +01:00
docs fix(docs): use rtd theme 2023-12-07 14:20:56 +01:00
img
l10n Fix(l10n): Update translations from Transifex 2024-04-26 00:29:29 +00:00
lib fix(SharedFolderIcon) 2024-02-04 12:04:38 +01:00
screenshots
src fix(lint) 2024-02-04 14:06:34 +01:00
templates fix: drop collaboration resources integration to be compatible with nc 28 2023-12-10 15:35:38 +01:00
tests lint(stub.phpstub) 2024-02-03 18:03:42 +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
.readthedocs.yaml fix .readthedocs.yaml 2023-12-07 14:01:06 +01:00
CHANGELOG.md v13.1.3 2023-12-18 16:54:07 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2022-12-12 14:04:37 +01:00
COPYING
Makefile v13.1.3 2023-12-18 16:54:07 +01:00
README.md README: Thirdparty clients: Add floccus for ios 2022-06-14 17:44:01 +02:00
babel.config.js Update webpack and babel config 2021-07-24 21:55:56 +02:00
composer.json Update phpunit CI 2023-07-09 16:54:36 +02:00
krankerl.toml
package-lock.json Build(deps): Bump axios from 1.4.0 to 1.6.7 2024-02-02 18:19:53 +00:00
package.json fix(nextcloud libs): Update & prune dependencies 2024-02-02 19:18:52 +01:00
psalm-baseline.xml fix(ci/psalm): Update psalm baseline 2023-12-14 12:16:14 +01:00
psalm.xml fix(psalm): Add stubs 2024-02-02 19:34:37 +01:00
stylelint.config.js Switch to npm7 and use latests global configs 2021-07-25 11:45:34 +02:00
webpack.js fix: drop collaboration resources integration to be compatible with nc 28 2023-12-10 15:35:38 +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 extension for Firefox/Chromium-based browsers, Android & iOS Apps
  • 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.