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
- Host: GitHub
- URL: https://github.com/dgmid/nextcloud-notes-mac-client
- Owner: dgmid
- License: mit
- Created: 2018-11-03T11:07:14.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T21:25:32.000Z (almost 3 years ago)
- Last Synced: 2024-10-28T04:24:24.579Z (over 1 year ago)
- Language: JavaScript
- Size: 7.36 MB
- Stars: 73
- Watchers: 3
- Forks: 15
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nextcloud Notes Client
[](http://opensource.org/licenses/MIT)  [](https://github.com/dgmid/nextcloud-notes-mac-client/releases/latest)  [](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EBVEE9526GTYJ&item_name=help+support+ongoing+development+of+this+software¤cy_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 (dark theme)*

*Nextcloud Notes Client in edit mode (light theme)*

*Nextcloud Notes Client in preview mode (dark theme)*

*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:
[](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=EBVEE9526GTYJ&item_name=help+support+ongoing+development+of+this+software¤cy_code=EUR)
This will help fund the further development of this software.