<?xml version="1.0" encoding="utf-8"?>
<!--
  - SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
  - SPDX-FileCopyrightText: 2013 Bernhard Posselt nukeawhale@gmail.com
  - SPDX-License-Identifier: AGPL-3.0-or-later
-->
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
	<id>notes</id>
	<name>Notes</name>
	<summary>Distraction-free notes and writing</summary>
	<description><![CDATA[
The 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.]]></description>
	<version>4.13.0</version>
	<licence>agpl</licence>
	<author>Kristof Hamann</author>
	<author>Bernhard Posselt</author>
	<author>Hendrik Leppelsack</author>
	<author>Jan-Christoph Borchardt</author>
	<namespace>Notes</namespace>
	<category>office</category>
	<category>organization</category>
	<category>tools</category>
	<website>https://github.com/nextcloud/notes</website>
	<bugs>https://github.com/nextcloud/notes/issues</bugs>
	<repository type="git">https://github.com/nextcloud/notes.git</repository>
	<screenshot small-thumbnail="https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/nextcloud/screenshots/master/apps/Notes/notes.png</screenshot>
	<dependencies>
		<php min-version="8.0" max-version="8.4"/>
		<nextcloud min-version="28" max-version="34"/>
	</dependencies>
	<repair-steps>
		<post-migration>
			<step>OCA\Notes\Migration\Cleanup</step>
			<step>OCA\Notes\Migration\EditorHint</step>
		</post-migration>
	</repair-steps>

	<navigations>
		<navigation>
			<id>notes</id>
			<name>Notes</name>
			<route>notes.page.index</route>
			<icon>notes.svg</icon>
			<order>10</order>
		</navigation>
	</navigations>
</info>
