{"id":13466000,"url":"https://github.com/nextcloud/notes","last_synced_at":"2025-05-15T02:09:22.178Z","repository":{"id":12268503,"uuid":"71392749","full_name":"nextcloud/notes","owner":"nextcloud","description":"✎ Distraction-free notes and writing","archived":false,"fork":false,"pushed_at":"2025-05-08T10:55:20.000Z","size":27256,"stargazers_count":639,"open_issues_count":166,"forks_count":137,"subscribers_count":25,"default_branch":"main","last_synced_at":"2025-05-08T11:43:11.306Z","etag":null,"topics":["distraction-free","markdown","markdown-editor","nextcloud","nextcloud-notes","notes"],"latest_commit_sha":null,"homepage":"https://apps.nextcloud.com/apps/notes","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nextcloud.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-10-19T19:37:03.000Z","updated_at":"2025-05-08T10:55:24.000Z","dependencies_parsed_at":"2023-02-16T20:46:24.597Z","dependency_job_id":"2307f791-6fc3-44b4-84fc-6df0c7d07eb0","html_url":"https://github.com/nextcloud/notes","commit_stats":{"total_commits":2491,"total_committers":81,"mean_commits":"30.753086419753085","dds":0.6868727418707347,"last_synced_commit":"4b3d4d558ef5966394cb878893c343c3b7989e81"},"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nextcloud%2Fnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nextcloud","download_url":"https://codeload.github.com/nextcloud/notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254259384,"owners_count":22040820,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["distraction-free","markdown","markdown-editor","nextcloud","nextcloud-notes","notes"],"created_at":"2024-07-31T15:00:37.859Z","updated_at":"2025-05-15T02:09:22.156Z","avatar_url":"https://github.com/nextcloud.png","language":"JavaScript","readme":"\u003c!--\n  - SPDX-FileCopyrightText: 2019-2024 Nextcloud GmbH and Nextcloud contributors\n  - SPDX-License-Identifier: AGPL-3.0-or-later\n--\u003e\n# Notes\n[![REUSE status](https://api.reuse.software/badge/github.com/nextcloud/notes)](https://api.reuse.software/info/github.com/nextcloud/notes)\n\n\u003c!-- The following paragraph should be kept synchronized with the description in appinfo/info.xml --\u003e\nThe Notes app is a distraction free notes taking app for [Nextcloud](https://www.nextcloud.com/). It provides categories for better organization and supports formatting using [Markdown](https://en.wikipedia.org/wiki/Markdown) syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. Furthermore, a separate [REST API](https://github.com/nextcloud/notes/blob/master/docs/api/README.md) allows for an easy integration into apps ([Android](https://github.com/nextcloud/notes-android), [iOS](https://github.com/nextcloud/notes-ios), as well as [3rd-party apps](https://github.com/nextcloud/notes/wiki#3rd-party-clients) which allow convenient access to your Nextcloud notes). Further features include marking notes as favorites.\n\n![Screenshot of Nextcloud Notes](https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png)\n\n\n## :rocket: Installation\nIn your Nextcloud, simply navigate to »Apps«, choose the category »Office«, find the Notes app and enable it. Then open the Notes app from the app menu.\n\nNextcloud will notify you about possible updates. Please have a look at [CHANGELOG.md](CHANGELOG.md) for details about changes.\n\n\n## :exclamation: Bugs\nBefore reporting bugs:\n\n* get the newest version of the Notes app\n* please consider also installing the [latest development version](https://github.com/nextcloud/notes/archive/master.zip)\n* [check if they have already been reported](https://github.com/nextcloud/notes/issues)\n\n\n## :busts_in_silhouette: Maintainers\n- [Kristof Hamann](https://github.com/korelstar)\n- [Hendrik Leppelsack](https://github.com/Henni) (formerly)\n- [Lukas Reschke](https://github.com/LukasReschke) (formerly)\n\n\n## :warning: Developer Info\n\n[![Lint](https://github.com/nextcloud/notes/workflows/Lint/badge.svg?branch=master\u0026event=push)](https://github.com/nextcloud/notes/actions?query=workflow%3ALint+event%3Apush+branch%3Amaster)\n[![Test](https://github.com/nextcloud/notes/workflows/Test/badge.svg?branch=master\u0026event=push)](https://github.com/nextcloud/notes/actions?query=workflow%3ATest+event%3Apush+branch%3Amaster)\n\n### Building the app\n\n1. Clone this into your `apps` folder of your Nextcloud\n2. In a terminal, run the command `make dev-setup` to install the dependencies\n3. Then to build the Javascript run `make build-js` or `make watch-js` to\n   rebuild it when you make changes\n4. Enable the app through the app management of your Nextcloud\n\n\n### REST API for third-party apps\n\nThe notes app provides a JSON-API for third-party apps. Please have a look at our **[API documentation](docs/api/README.md)**.\n\n\n### Admin configuration\n\nIt is possible to specify different defaults for the notes settings of new users using `occ` commands like these:\n\n```\nocc config:app:set notes noteMode --value=\"preview\"\nocc config:app:set notes fileSuffix --value=\".md\"\nocc config:app:set notes defaultFolder --value=\"Shared notes\"\n```\n\n| Setting | Property name | Default | Other available option(s) |\n|---------|---------------|---------|---------------------------|\n| Display mode for notes | noteMode | edit | preview |\n| File extension for new notes | fileSuffix | .txt | .md |\n| Folder to store your notes | defaultFolder | Notes | _Custom_ |\n","funding_links":[],"categories":["Apps","JavaScript"],"sub_categories":["Official"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcloud%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnextcloud%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnextcloud%2Fnotes/lists"}