-
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcz.zeropage.Formiko.metainfo.xml
More file actions
77 lines (76 loc) · 3.28 KB
/
Copy pathcz.zeropage.Formiko.metainfo.xml
File metadata and controls
77 lines (76 loc) · 3.28 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
<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2026 Ondřej Tůma -->
<component type="desktop-application">
<id>cz.zeropage.Formiko</id>
<name>Formiko</name>
<summary>reStructuredText and Markdown editor</summary>
<provides>
<mediatype>text/plain</mediatype>
<mediatype>text/html</mediatype>
<mediatype>text/x-markdown</mediatype>
<mediatype>text/x-rst</mediatype>
<mediatype>application/json</mediatype>
<mediatype>text/json</mediatype>
</provides>
<content_rating type="oars-1.1"/>
<requires>
<id version="47" compare="ge">org.gnome.Platform</id>
</requires>
<releases>
<release version="2.0.0" type="stable" date="2026-08-11">
<url>https://github.com/ondratu/formiko/releases/tag/2.0.0</url>
</release>
<release version="1.5.0" type="stable" date="2024-11-14">
<url>https://github.com/ondratu/formiko/releases/tag/1.5.0</url>
</release>
<release version="1.4.3" type="stable" date="2019-12-10">
<url>https://github.com/ondratu/formiko/releases/tag/1.4.3</url>
</release>
<release version="1.4.2" type="stable" date="2019-12-02">
<url>https://github.com/ondratu/formiko/releases/tag/1.4.2</url>
</release>
<release version="1.4.0" type="stable" date="2019-11-06">
<url>https://github.com/ondratu/formiko/releases/tag/1.4.0</url>
</release>
</releases>
<url type="homepage">https://formiko.zeropage.cz</url>
<url type="bugtracker">https://github.com/ondratu/formiko/issues</url>
<url type="vcs-browser">https://formiko.zeropage.cz</url>
<launchable type="desktop-id">cz.zeropage.Formiko.desktop</launchable>
<metadata_license>MIT</metadata_license>
<project_license>BSD-3-Clause</project_license>
<description>
<p>Formiko is a reStructuredText and Markdown editor and live previewer.
It is written in Python with GTK4, libadwaita, GtkSourceView and WebKit. Uses
Docutils and m2r2 Markdown parser.</p>
<p>Features:</p>
<ul>
<li>GtkSourceView based editor with syntax highlighting</li>
<li>Optional Vim editor support</li>
<li>Vertical or horizontal window splitting</li>
<li>Preview mode with auto scroll</li>
<li>Periodic file save</li>
<li>JSON and HTML preview</li>
<li>Spell check</li>
<li>Linked file opening</li>
</ul>
</description>
<screenshots>
<screenshot type="default" width="1000" height="700">
<caption>Main window showing the editor and live preview side by side.</caption>
<image>https://formiko.zeropage.cz/assets/gtk4.png</image>
</screenshot>
<screenshot width="1260" height="700">
<caption>JSON file rendered in the built-in preview.</caption>
<image>https://formiko.zeropage.cz/assets/json.png</image>
</screenshot>
</screenshots>
<branding>
<color type="primary" scheme_preference="light">#ebebeb</color>
<color type="primary" scheme_preference="dark">#828282</color>
</branding>
<developer id="cz.zeropage">
<name>Ondřej Tůma</name>
</developer>
<update_contact>mcbig@zeropage.cz</update_contact>
</component>