Bookmarks app for Nextcloud
This app provides you with a web interface for collecting and organizing bookmarks to the sites on the web that are precious to you. You can browse and filter your bookmarks via the tags you give them and by using the built-in search feature. Furthermore, in order to be able to access your bookmarks anywhere, it also allows you to synchronize third-party clients via a built-in REST API.
The bookmarks app is quite old and has gone through many hands. It is now more relevant than ever, as the nextcloud app providing support for Firefox Sync doesn't work with the latest versions of Firefox anymore. Currently, there are efforts to make it live up to the expectations produced by the gap that was left by the firefox sync app.
Please avoid installing the bookmarks_fulltextsearch app along with the bookmarks app, as it is not compatible with newer versions of this app.
Install this app in the app store of your nextcloud instance (you must have administrator privileges). You will find it in the 'Organization' category.
cd /path/to/nextcloud/apps/
git clone https://github.com/nextcloud/bookmarks.git
cd bookmarks
composer install
npm install
npm run build
- Nextcloud Bookmarks - client app for Android (new PlayStore entry)
- Owncloud Bookmarks - Bookmarks extension for Chromium-based browsers (Chromium/Chrome/Opera/Vivaldi)
- Floccus - Bookmark sync for Firefox/Chromium-based
- NCBookmarks - Android App
- uMarks - App for Ubuntu touch
- FreedomMarks - Addon for Firefox and Chrome. No sync, just a client.
- Nextcloud Bookmark Manager A MacOS client
- QOwnNotes - Plain-text file markdown note taking desktop application (no sync, just importing bookmarks)
This app exposes a public REST API that third-party clients can interface with.
We always welcome contributions and 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 ❤️
This software is licensed under the terms of the AGPL written by the Free Software Foundation and available at COPYING.