forked from marktext/marktext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmarktext.appdata.xml
More file actions
99 lines (99 loc) · 5.03 KB
/
marktext.appdata.xml
File metadata and controls
99 lines (99 loc) · 5.03 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>com.github.marktext.marktext</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<name>MarkText</name>
<summary>Next generation markdown editor</summary>
<description>
<p>
MarkText is a free and open-source realtime preview markdown editor which support both CommonMark Spec and GitHub Flavored Markdown Spec. It is a concise text editor, dedicated to improving your writing efficiency.
</p>
<p>Features:</p>
<ul>
<li>Realtime preview (WYSIWYG) and a clean and simple interface to get a distraction-free writing experience</li>
<li>GitHub Flavored Markdown like task-lists, tables, links and emojis</li>
<li>Markdown extensions such as math expressions (KaTeX) and front matter</li>
<li>Code fence for all the popular languages</li>
<li>Support paragraphs and inline style shortcuts to improve your writing efficiency</li>
<li>Various edit modes and themes: source code mode, typewriter mode, focus mode</li>
</ul>
</description>
<url type="homepage">https://marktext.app/</url>
<url type="bugtracker">https://github.com/marktext/marktext/issues</url>
<screenshots>
<screenshot type="default">
<caption>Light theme</caption>
<image>https://raw.githubusercontent.com/marktext/marktext/master/resources/linux/img/img1.png</image>
</screenshot>
<screenshot>
<caption>Sidebar</caption>
<image>https://raw.githubusercontent.com/marktext/marktext/master/resources/linux/img/img2.png</image>
</screenshot>
<screenshot>
<caption>Image and math equations</caption>
<image>https://raw.githubusercontent.com/marktext/marktext/master/resources/linux/img/img3.png</image>
</screenshot>
<screenshot>
<caption>Dark theme</caption>
<image>https://raw.githubusercontent.com/marktext/marktext/master/resources/linux/img/img4.png</image>
</screenshot>
<screenshot>
<caption>Sidebar and tabs</caption>
<image>https://raw.githubusercontent.com/marktext/marktext/master/resources/linux/img/img5.png</image>
</screenshot>
<screenshot>
<caption>Source code mode</caption>
<image>https://raw.githubusercontent.com/marktext/marktext/master/resources/linux/img/img6.png</image>
</screenshot>
</screenshots>
<categories>
<category>Utility</category>
<category>TextEditor</category>
</categories>
<content_rating type="oars-1.1">
<content_attribute id="violence-cartoon">none</content_attribute>
<content_attribute id="violence-fantasy">none</content_attribute>
<content_attribute id="violence-realistic">none</content_attribute>
<content_attribute id="violence-bloodshed">none</content_attribute>
<content_attribute id="violence-sexual">none</content_attribute>
<content_attribute id="violence-desecration">none</content_attribute>
<content_attribute id="violence-slavery">none</content_attribute>
<content_attribute id="violence-worship">none</content_attribute>
<content_attribute id="drugs-alcohol">none</content_attribute>
<content_attribute id="drugs-narcotics">none</content_attribute>
<content_attribute id="drugs-tobacco">none</content_attribute>
<content_attribute id="sex-nudity">none</content_attribute>
<content_attribute id="sex-themes">none</content_attribute>
<content_attribute id="sex-homosexuality">none</content_attribute>
<content_attribute id="sex-prostitution">none</content_attribute>
<content_attribute id="sex-adultery">none</content_attribute>
<content_attribute id="sex-appearance">none</content_attribute>
<content_attribute id="language-profanity">none</content_attribute>
<content_attribute id="language-humor">none</content_attribute>
<content_attribute id="language-discrimination">none</content_attribute>
<content_attribute id="social-chat">none</content_attribute>
<content_attribute id="social-info">none</content_attribute>
<content_attribute id="social-audio">none</content_attribute>
<content_attribute id="social-location">none</content_attribute>
<content_attribute id="social-contacts">none</content_attribute>
<content_attribute id="money-purchasing">none</content_attribute>
<content_attribute id="money-gambling">none</content_attribute>
</content_rating>
<releases>
<release date="2022-03-07" version="0.17.1"/>
<release date="2022-02-24" version="0.17.0"/>
<release date="2020-12-28" version="0.16.3"/>
<release date="2020-06-18" version="0.16.2"/>
<release date="2020-03-27" version="0.16.1"/>
<release date="2020-03-25" version="0.16.0"/>
<release date="2019-09-28" version="0.15.1"/>
<release date="2019-08-06" version="0.15.0"/>
<release date="2019-04-12" version="0.14.0"/>
<release date="2018-11-21" version="0.13.65"/>
<release date="2018-10-28" version="0.13.53"/>
<release date="2018-06-19" version="0.12.25"/>
<release date="2018-06-17" version="0.12.20"/>
<release date="2018-05-29" version="0.11.42"/>
</releases>
</component>