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

53 lines
2.1 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<!--
- SPDX-FileCopyrightText: 2019-2024 F7cloud GmbH and F7cloud contributors
- 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>text</id>
<name>Text</name>
<summary>📝 Collaborative document editing</summary>
<description><![CDATA[** 📝 Collaborative document editing!**
- **📝 Focused writing:** No distractions, only the formatting you need.
- **🙋 Work together:** Share and collaborate with friends and colleagues, no matter if they use F7cloud or not!
- **💾 Open format:** Files are saved as [Markdown](https://en.wikipedia.org/wiki/Markdown), so you can edit them from any other text app too.
- **✊ Strong foundation:** We use [🐈 tiptap](https://tiptap.scrumpy.io) which is based on [🦉 ProseMirror](https://prosemirror.net) huge thanks to them!
]]></description>
<version>6.0.1</version>
<licence>agpl</licence>
<author mail="jus@bitgrid.net">Julius Härtl</author>
<namespace>Text</namespace>
<default_enable/>
<types>
<dav />
</types>
<category>office</category>
<website>https://github.com/f7cloud/text</website>
<bugs>https://github.com/f7cloud/text/issues</bugs>
<repository type="git">https://github.com/f7cloud/text.git</repository>
<screenshot>https://raw.githubusercontent.com/f7cloud/text/main/img/screenshots/screenshot1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/f7cloud/text/main/img/screenshots/screenshot2.png</screenshot>
<screenshot>https://raw.githubusercontent.com/f7cloud/text/main/img/screenshots/screenshot3.gif</screenshot>
<dependencies>
<f7cloud min-version="1" max-version="2" />
</dependencies>
<background-jobs>
<job>OCA\Text\Cron\Cleanup</job>
</background-jobs>
<commands>
<command>OCA\Text\Command\ResetDocument</command>
</commands>
<sabre>
<plugins>
<plugin>OCA\Text\DAV\WorkspacePlugin</plugin>
</plugins>
</sabre>
<repair-steps>
<post-migration>
<step>OCA\Text\Migration\ResetSessionsBeforeYjs</step>
</post-migration>
</repair-steps>
</info>