Go to file
Marcel Klehr e86437c93b Add option to open selection in new tabs
fixes #895
2020-05-20 14:30:37 +02:00
.github Import: Import into a new folder by default 2020-04-17 14:06:46 +02:00
.tx Add transifex config 2018-02-27 14:28:13 +01:00
appinfo v3.0.13 2020-05-11 13:17:09 +02:00
docs Docs: Document /export API endpoint 2020-05-13 23:23:08 +02:00
img Create favicon 2019-06-13 16:53:23 +02:00
l10n [tx-robot] updated from transifex 2020-05-17 02:20:05 +00:00
lib Fix search when sorting alphabetically 2020-05-15 14:19:33 +02:00
screenshots Update screenshots 2018-05-27 17:37:11 +02:00
src Add option to open selection in new tabs 2020-05-20 14:30:37 +02:00
templates Refactor vuex store 2019-09-11 14:48:59 +02:00
tests Fix moving bookmarks across user boundaries 2020-04-20 18:50:58 +02:00
.eslintrc.js Migrate to @nextcloud packages 2020-03-31 15:58:37 +02:00
.gitignore Add proper API docs 2019-09-15 00:48:23 +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
.stylelintrc.js Fix: Load tags on app init 2019-10-21 15:03:04 +02:00
CHANGELOG.md v3.0.13 2020-05-11 13:17:09 +02:00
CONTRIBUTING.md fix naming 2016-12-07 13:00:43 +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
Makefile v3.0.13 2020-05-11 13:17:09 +02:00
README.md Update docs 2020-04-08 18:16:35 +02:00
composer.json Use proper exit code for composer lint 2020-05-13 23:17:56 +02:00
composer.lock Actually update rowbot/url 2020-05-10 02:45:45 +02:00
krankerl.toml drop unsupported / EOL server versions 2018-05-27 21:26:06 +02:00
package-lock.json Bump vue-loader from 15.9.1 to 15.9.2 2020-05-10 01:49:41 +00:00
package.json v3.0.13 2020-05-11 13:17:09 +02:00
webpack.common.js v3.0.0 2020-04-30 07:08:28 +02:00
webpack.dev.js Use routes history mode and global eslint config 2019-09-28 14:33:16 +02:00
webpack.prod.js Initial pass at a vue rewrite 2019-09-11 14:48:34 +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. You can browse and filter your bookmarks via tags and folders and by using the built-in search feature. Furthermore, in order to access your bookmarks anywhere, it also allows you to synchronize third-party clients via a built-in REST API -- in your browsers and on your phone.

Community

Talk to us on gitter or in #nextcloud on freenode.net (IRC)!

Install

Requirements

  • php 7.2 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

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

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.