Skip to content

70V07/nextcloud-bookmark-manager

 
 

Repository files navigation

Nextcloud Bookmark Manager

MIT license GitHub package.json version GitHub release (latest by date) GitHub All Releases

A Mac App for accessing and managing Nextcloud bookmarks.

ncbm-2 0 3-light dark mode

ncbm-2 0 3-dark light mode

Requirements

node.js / npm A server running Nextcloud with the Bookmarks app installed

To build this project you will need to install electron packager and asar

npm install -g electron-packager
npm install -g asar

Usage

cd to the project directory and run:

npm install

To modify the html / css / js run:

gulp watch

To test the app run:

npm start

To package the final app run:

npm run package

The packaged app will be written to build/Nextcloud Bookmark Manager-darwin-x64/ in the project directory.

i18n

Translations for this app are by:

language translator
EN dgmid
IT dgmid

About

A Mac app for Nextcloud bookmarks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • SCSS 39.4%
  • HTML 7.6%