-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathio.github.keshav_writes_code.cherit.metainfo.xml
More file actions
67 lines (64 loc) · 2.46 KB
/
io.github.keshav_writes_code.cherit.metainfo.xml
File metadata and controls
67 lines (64 loc) · 2.46 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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.keshav_writes_code.cherit</id>
<launchable type="desktop-id">io.github.keshav_writes_code.cherit.desktop</launchable>
<icon type="stock">io.github.keshav_writes_code.cherit</icon>
<categories>
<category>Office</category>
<category>TextEditor</category>
</categories>
<name>Cherit</name>
<developer id="io.github.keshav_writes_code">
<name>Keshav-writes-code</name>
</developer>
<content_rating type="oars-1.1">
</content_rating>
<keywords>
<keyword>Markdown</keyword>
<keyword>Editor</keyword>
<keyword>Obsidian</keyword>
<keyword>Note-taking</keyword>
<keyword>Local-first</keyword>
</keywords>
<branding>
<color type="primary" scheme_preference="light">#8f4bf6</color>
<color type="primary" scheme_preference="dark">#8f4bf6</color>
</branding>
<recommends>
<display_length compare="ge">360</display_length>
</recommends>
<summary>A WYSIWYG Markdown Editor Inspired by Obsidian</summary>
<metadata_license>MIT</metadata_license>
<project_license>GPL-2.0-only</project_license>
<url type="homepage">https://github.com/Keshav-writes-code/Cherit</url>
<supports>
<control>pointing</control>
<control>keyboard</control>
<control>touch</control>
</supports>
<description>
<p>
Cherit is a cross-platform (mobile & desktop), local-first version of Obsidian with syncing functionality built-in. It is designed to work in a seamless, hassle-free way, providing a WYSIWYG Markdown editing experience.
</p>
</description>
<screenshots>
<screenshot type="default">
<image>https://github.com/user-attachments/assets/920c3f9e-f2d0-498e-bcf4-a27b7117f71f</image>
<caption>Cherit Interface</caption>
</screenshot>
<screenshot>
<image>https://github.com/user-attachments/assets/a87a2221-1d46-4348-b382-880c9da05196</image>
<caption>Cherit Editor</caption>
</screenshot>
</screenshots>
<releases>
<release version="0.0.1" date="2026-02-01">
<description>
<ul>
<li>Initial release</li>
</ul>
</description>
</release>
</releases>
<update_contact>keshav-writes-code@users.noreply.github.com</update_contact>
</component>