summarylogtreecommitdiffstats
path: root/cutemarked.appdata.xml
blob: 007580c638604447767c5fb5d3e385e90115e7ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
	<id>cutemarked.desktop</id>
	<name>CuteMarkEd</name>
	<project_license>CC0-1.0</project_license>
	<metadata_license>GPL-2.0+</metadata_license>
	<summary>Qt Markdown Editor</summary>
	<developer_name>Christian Loose</developer_name>
	<description>
		<p>
		A Qt-based, free and open source Markdown editor with live HTML preview, math expressions, code and markdown syntax highlighting.
		</p>
		<p>Features:</p>
		<ul>
			<li>Multiple styles</li>
			<li>Live HTML Preview</li>
			<li>HTML and PDF Export</li>
			<li>Document statistics</li>
			<li>Code Syntax Highlighting</li>
			<li>Spell Checking</li></ul>
	</description>
	<screenshots>
		<screenshot type="default">
		<image type="source">https://cloose.github.io/CuteMarkEd/images/screenshot_06.png</image>
		</screenshot>
	</screenshots>
	<url type="homepage">https://cloose.github.io/CuteMarkEd/</url>
	<url type="bugtracker">https://github.com/cloose/CuteMarkEd/issues</url>
	<url type="help">https://github.com/cloose/CuteMarkEd/blob/develop/README.md</url>
</component>