-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathio.github.dagaza.FlipStack.metainfo.xml
More file actions
79 lines (65 loc) · 3.08 KB
/
io.github.dagaza.FlipStack.metainfo.xml
File metadata and controls
79 lines (65 loc) · 3.08 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
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>io.github.dagaza.FlipStack</id>
<name>FlipStack</name>
<summary>Master any subject with Spaced Repetition (SRS)</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>MIT</project_license>
<description>
<p>
FlipStack is a modern, open-source flashcard app built for the GNOME desktop.
It combines the efficiency of Spaced Repetition (SR) with a clean, native
Linux interface to help you master any subject.
</p>
<p>Key features include:</p>
<ul>
<li>Smart Study Modes: Spaced Repetition, Cram, Reverse and Shuffle</li>
<li>Activity Dashboard: Visualize your consistency with heatmaps and streaks</li>
<li>Performance Dashboard: Visualize your performance with advanced graphs and visualizations for each deck.</li>
<li>Deck Management: Organize, import (CSV/Anki), and export your decks and cards.</li>
<li>Rich Editor: Support for images, audio, and rich text (Markdown)</li>
<li>Modern UI/UX: Dark/Light modes, dynamic font families and size adjustments, SFX</li>
</ul>
</description>
<launchable type="desktop-id">io.github.dagaza.FlipStack.desktop</launchable>
<screenshots>
<screenshot type="default">
<caption>Your Activity Dashboard</caption>
<image>https://raw.githubusercontent.com/dagaza/FlipStack/main/assets/screenshots/dashboard_light.png</image>
</screenshot>
<screenshot>
<caption>Dark Mode Support</caption>
<image>https://raw.githubusercontent.com/dagaza/FlipStack/main/assets/screenshots/dashboard_dark.png</image>
</screenshot>
<screenshot>
<caption>Rich Text Cards With Audio and Image Support</caption>
<image>https://raw.githubusercontent.com/dagaza/FlipStack/main/assets/screenshots/flashcard_front_light.png</image>
</screenshot>
<screenshot>
<caption>Keyboard Navigation Support</caption>
<image>https://raw.githubusercontent.com/dagaza/FlipStack/main/assets/screenshots/flashcard_back_light.png</image>
</screenshot>
<screenshot>
<caption>Performance Graphs</caption>
<image>https://raw.githubusercontent.com/dagaza/FlipStack/main/assets/screenshots/deck_performance_light.png</image>
</screenshot>
<screenshot>
<caption>Performance Graphs (dark)</caption>
<image>https://raw.githubusercontent.com/dagaza/FlipStack/main/assets/screenshots/deck_performance_dark.png</image>
</screenshot>
<screenshot>
<caption>Custom Fonts and Font Sizes</caption>
<image>https://raw.githubusercontent.com/dagaza/FlipStack/main/screenshots/text_settings_light.png</image>
</screenshot>
</screenshots>
<url type="homepage">https://github.com/dagaza/FlipStack</url>
<url type="bugtracker">https://github.com/dagazaFlipStack/issues</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0.0" date="2026-02-05">
<description>
<p>Initial release of FlipStack!</p>
</description>
</release>
</releases>
</component>