close
The Wayback Machine - https://web.archive.org/web/20191130144306/https://github.com/nextcloud/bookmarks
Skip to content
🔖 Bookmark app for Nextcloud
PHP JavaScript Vue Makefile
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
Image .github/ISSUE_TEMPLATE Update issue templates Aug 29, 2019
Image .tx Add transifex config Feb 27, 2018
Image appinfo App manifest: Add requirements to description Nov 23, 2019
Image docs Update docs Nov 23, 2019
Image img Create favicon Jun 13, 2019
Image l10n [tx-robot] updated from transifex Nov 30, 2019
Image lib Fix doc comments Nov 25, 2019
Image screenshots Update screenshots May 27, 2018
Image src Create bookmarks in the current folder Nov 26, 2019
Image templates Refactor vuex store Sep 11, 2019
Image tests Fix tech debt issues Nov 23, 2019
Image .eslintrc.js Use routes history mode and global eslint config Sep 28, 2019
Image .gitignore Add proper API docs Sep 14, 2019
Image .prettierrc.json Initial pass at a vue rewrite Sep 11, 2019
Image .readthtedocs.yml Docs: Add readthedocs config Sep 14, 2019
Image .scrutinizer.yml Update .scrutinizer.yml Jul 14, 2015
Image .stylelintrc.js Fix: Load tags on app init Oct 21, 2019
Image .travis.yml Update travis Aug 30, 2019
Image CHANGELOG.md v2.3.1 Oct 21, 2019
Image CONTRIBUTING.md fix naming Dec 7, 2016
Image COPYING This is a refactored / rewritten version of the bookmarks app using t… Nov 26, 2014
Image Makefile v2.3.1 Oct 21, 2019
Image README.md Fixed uMarks link Nov 27, 2019
Image composer.json Fix HtmlImporterTest Nov 23, 2019
Image composer.lock Fix export test Nov 23, 2019
Image krankerl.toml drop unsupported / EOL server versions May 27, 2018
Image package-lock.json Merge pull request #846 from nextcloud/dependabot/npm_and_yarn/eslint… Oct 27, 2019
Image package.json Merge pull request #846 from nextcloud/dependabot/npm_and_yarn/eslint… Oct 27, 2019
Image webpack.common.js Fix webpack build Nov 25, 2019
Image webpack.dev.js Use routes history mode and global eslint config Sep 28, 2019
Image webpack.prod.js Initial pass at a vue rewrite Sep 11, 2019

README.md

Nextcloud Bookmarks

Image

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 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.

Install

Requirements

  • php v7.1+

PHP extensions:

  • gmp: *
  • 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

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.

Image Image

Contribute

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 ❤️

License

This software is licensed under the terms of the AGPL written by the Free Software Foundation and available at COPYING.

You can’t perform that action at this time.