Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
[submodule "apps/app/distribute/linux/flatpak/flatpak-builder-tools"]
path = apps/app/distribute/linux/flatpak/flatpak-builder-tools
url = https://github.com/flatpak/flatpak-builder-tools.git
7,600 changes: 0 additions & 7,600 deletions apps/app/distribute/linux/flatpak/cargo-sources.json

This file was deleted.

1 change: 0 additions & 1 deletion apps/app/distribute/linux/flatpak/flatpak-builder-tools
Submodule flatpak-builder-tools deleted from 216a52

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[Desktop Entry]
Categories=Office;TextEditor;
Name=cherit
Exec=cherit
Icon=io.github.keshav_writes_code.cherit
Terminal=false
Type=Application
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<?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>
<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">
<developer id="io.github.keshav_writes_code">
<name>Keshav-writes-code</name>
</developer>
<content_rating type="oars-1.1">
Expand All @@ -22,10 +27,10 @@
<recommends>
<display_length compare="ge">360</display_length>
</recommends>
<summary>A WSYIWYG Markdown Editor Inspired by Obsidian</summary>
<summary>A WYSIWYG Markdown Editor Inspired by Obsidian</summary>

<metadata_license>MIT</metadata_license>
<project_license>GPL-2.0</project_license>
<project_license>GPL-2.0-only</project_license>
<url type="homepage">https://github.com/Keshav-writes-code/Cherit</url>

<supports>
Expand All @@ -50,7 +55,7 @@
</screenshot>
</screenshots>
<releases>
<release version="0.0.1" date="2026-02-01" >
<release version="0.0.1" date="2026-02-01">
<description>
<ul>
<li>Initial release</li>
Expand Down
Loading
Loading