An open API service indexing awesome lists of open source software.

https://github.com/dgmid/nextcloud-notes-mac-client

Access and edit your Nextcloud Notes on the Mac
https://github.com/dgmid/nextcloud-notes-mac-client

Last synced: 10 months ago
JSON representation

Access and edit your Nextcloud Notes on the Mac

Awesome Lists containing this project

README

          

# Nextcloud Notes Client
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) ![GitHub package.json version](https://img.shields.io/github/package-json/v/dgmid/nextcloud-notes-mac-client) [![GitHub release (latest by date)](https://img.shields.io/github/v/release/dgmid/nextcloud-notes-mac-client?label=latest%20release&logo=github)](https://github.com/dgmid/nextcloud-notes-mac-client/releases/latest) ![GitHub All Releases](https://img.shields.io/github/downloads/dgmid/nextcloud-notes-mac-client/total) [![PayPal donate](https://img.shields.io/badge/paypal-donate-yellow?style=flat&logo=paypal)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EBVEE9526GTYJ&item_name=help+support+ongoing+development+of+this+software&currency_code=EUR)

A replacement for the Mac Notes app that syncs with a Nextcloud server running the Nextcloud Notes app

![Nextcloud Notes Client in edit mode](https://user-images.githubusercontent.com/1267580/78501862-14557f00-775e-11ea-8c6a-8d5cf2ab9a83.png)
*Nextcloud Notes Client in edit mode (dark theme)*

![Nextcloud Notes Client in edit mode](https://user-images.githubusercontent.com/1267580/78501864-1a4b6000-775e-11ea-8d7f-808181def3da.png)
*Nextcloud Notes Client in edit mode (light theme)*

![Nextcloud Notes Client in preview mode](https://user-images.githubusercontent.com/1267580/78501977-ea508c80-775e-11ea-881e-c22e4c7f2c53.png)
*Nextcloud Notes Client in preview mode (dark theme)*

![Nextcloud Notes Client in preview mode](https://user-images.githubusercontent.com/1267580/78501983-f0df0400-775e-11ea-9e56-1fa0b6ccbe34.png)
*Nextcloud Notes Client in preview mode (light theme)*

## Requirements

[node.js / npm](https://www.npmjs.com/get-npm)

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

```shell
npm install -g electron-packager
npm install -g asar
```

## Usage

`cd` to the project directory and run:
```shell
npm install
```

To modify the `html` / `css` / `js` run:
```shell
gulp watch
```

To test the app run:
```shell
npm start
```

To package the final app run:
```shell
npm run package
```
The packaged app will be written to `build/Nextcloud Notes Client-darwin-x64/` in the project directory.

## i18n
Translations for this app are by:

| language | translator |
| --- | --- |
| EN | [dgmid](https://github.com/dgmid) |
| IT | [dgmid](https://github.com/dgmid) |
| DE | [stratmaster](https://github.com/stratmaster) |
| ES | Juan Velasco |
| FR | Alain Grau |

## Support me
**Nextcloud Notes Client** is free,
but if you would like to make a small donation to its ongoing development you can do so here:

[![Donate button](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EBVEE9526GTYJ&item_name=help+support+ongoing+development+of+this+software&currency_code=EUR)

This will help fund the further development of this software.