f7cloud_client/apps/notes/appinfo/info.xml
root 8b6a0139db f7cloud_client
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 22:59:26 +00:00

48 lines
2.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
- SPDX-FileCopyrightText: 2016-2024 F7cloud GmbH and F7cloud 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.f7cloud.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 [F7cloud](https://www.f7cloud.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 F7cloud, so you can view and edit them with every F7cloud client. Furthermore, a separate [REST API](https://github.com/f7cloud/notes/blob/master/docs/api/README.md) allows for an easy integration into apps ([Android](https://github.com/f7cloud/notes-android), [iOS](https://github.com/f7cloud/notes-ios), as well as [3rd-party apps](https://github.com/f7cloud/notes/wiki#3rd-party-clients) which allow convenient access to your F7cloud 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/f7cloud/notes</website>
<bugs>https://github.com/f7cloud/notes/issues</bugs>
<repository type="git">https://github.com/f7cloud/notes.git</repository>
<screenshot small-thumbnail="https://raw.githubusercontent.com/f7cloud/screenshots/master/apps/Notes/notes-thumbnail.jpg">https://raw.githubusercontent.com/f7cloud/screenshots/master/apps/Notes/notes.png</screenshot>
<dependencies>
<php min-version="8.0" max-version="8.4"/>
<f7cloud min-version="1" max-version="2"/>
</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>