Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppStream metadata #2474

Merged
merged 1 commit into from
Jan 18, 2024
Merged
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
65 changes: 65 additions & 0 deletions src/data/core/fun.vnote.app.VNote.metainfo.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>fun.vnote.app.VNote</id>
<name>VNote</name>
<summary>A pleasant note-taking platform</summary>
<developer_name>Le Tan</developer_name>
<metadata_license>CC0-1.0</metadata_license>
<project_license>LGPL-3.0-only</project_license>
<description>
<p>Simple notes management</p>
<ul>
<li>All plain text, no database</li>
<li>Self-contained notebooks, infinite levels of folders, plain notes</li>
<li>Tags and attachments</li>
<li>Explore and edit external files</li>
</ul>
<p>Own your data</p>
<ul>
<li>All files on your local disk</li>
<li>One notebook is exactly one directory</li>
<li>Work from anywhere seamlessly via third-party service of your choice</li>
</ul>
<p>Concentration</p>
<ul>
<li>In-place preview or side-by-side live preview</li>
<li>Focus on your note in both read and edit mode</li>
</ul>
<p>Pleasant Markdown experience</p>
<ul>
<li>Minimized gap between read and write of Markdown</li>
<li>Syntax highlights and in-place preview</li>
<li>Effective images management</li>
<li>Interactive outline</li>
<li>UML diagrams, flowcharts, and math formulas</li>
</ul>
<p>Highly customizable</p>
<ul>
<li>Themes and styles</li>
<li>Shortcuts and behaviors</li>
</ul>
<p>By programmers, for programmers</p>
<ul>
<li>Vi mode and Vi-like navigation</li>
<li>Line number in editor</li>
<li>Multiple tabs</li>
<li>Window splits</li>
<li>Fuzzy search and jump</li>
<li>Versatile shortcuts</li>
</ul>
</description>
<launchable type="desktop-id">fun.vnote.app.VNote.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://app.vnote.fun/en_us/vx_images/90420129296.png</image>
</screenshot>
<screenshot>
<image>https://app.vnote.fun/en_us/vx_images/4085821110870.png</image>
</screenshot>
</screenshots>
<content_rating type="oars-1.1" />
<releases>
<release version="3.17.0" date="2023-09-27" />
</releases>
</component>

Loading