No description
  • JavaScript 52.1%
  • PHP 39.4%
  • Vue 8.4%
Find a file
Marcel Klehr 0525c8e662 v16.2.4
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2026-07-17 11:55:16 +02:00
.github fix(ci): Ignore php requirement 2026-06-19 14:02:11 +02:00
.tx [tx-robot] Update transifex configuration 2022-10-01 02:19:46 +00:00
appinfo v16.2.4 2026-07-17 11:55:16 +02:00
docs fix(docs): use rtd theme 2023-12-07 14:20:56 +01:00
img Create favicon 2019-06-13 16:53:23 +02:00
l10n fix(l10n): Update translations from Transifex 2026-07-10 00:34:05 +00:00
lib fix(Migrations): Introduce url_hash again in case the first migration failed but was marked as done 2026-07-17 11:07:20 +02:00
screenshots v16.0.0 2025-10-03 09:35:58 +02:00
src fix(Trashbin): Improve folder undelete UX 2026-06-19 11:21:58 +02:00
templates fix: drop collaboration resources integration to be compatible with nc 28 2023-12-10 15:35:38 +01:00
tests fix(BookmarkMapper): Do not count trashed bookmarks as duplicated 2026-07-11 10:45:55 +02: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
.readthedocs.yaml fix .readthedocs.yaml 2023-12-07 14:01:06 +01:00
AGENTS.md chore: Add AGENTS.md 2026-06-12 10:29:36 +02:00
babel.config.js Update webpack and babel config 2021-07-24 21:55:56 +02:00
CHANGELOG.md v16.2.4 2026-07-17 11:55:16 +02:00
composer.json fix: Update link-preview 2025-11-08 10:48:04 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2022-12-12 14:04:37 +01: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
krankerl.toml drop unsupported / EOL server versions 2018-05-27 21:26:06 +02:00
Makefile v16.2.4 2026-07-17 11:55:16 +02:00
package-lock.json Build(deps-dev): Bump @nextcloud/stylelint-config from 3.1.1 to 3.2.2 2026-06-12 14:41:28 +00:00
package.json v16.2.4 2026-07-17 11:55:16 +02:00
psalm-baseline.xml fix: Fix psalm issues 2026-06-10 07:43:26 +02:00
psalm.xml chore: Set psalm level to 5 2026-02-01 12:02:03 +01:00
README.md chore(README): Update matrix address and retire gitter 2026-04-11 17:58:01 +02: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

Nextcloud Bookmarks

Downloads Code coverage Dependabot status

Collect and manage bookmarks, synced with all your devices

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
  • ☠ Find broken links and duplicates
  • 📲 Synchronize with all your browsers and devices
  • 📔 Store archived versions of your links in case they are depublished
  • 🔍 Full-text search on site contents
  • 👪 Share bookmarks with other users, groups and teams or via public links
  • ⚛ Generate RSS feeds of your collections
  • 📈 Stats on how often you access which links
  • 🔒 Automatic backups of your bookmarks collection
  • 💼 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
  • Bookmarker for Nextcloud - Easily add bookmarks (Chrome extension)

Desktop

iOS

Other

  • uMarks - App for Ubuntu touch

Community

Talk to us via matrix #nextcloud-bookmarks:matrix.org 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.