-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcom.notesnook.Notesnook.metainfo.xml
83 lines (83 loc) · 3.41 KB
/
com.notesnook.Notesnook.metainfo.xml
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
80
81
82
83
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>com.notesnook.Notesnook</id>
<name>Notesnook</name>
<summary>A fully open source & end-to-end encrypted note taking alternative to Evernote</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPL-3.0-or-later</project_license>
<developer id="co.streetwriters">
<name>Streetwriters</name>
</developer>
<description>
<p>
Notesnook is a free (as in speech) & open source note taking app
focused on user privacy & ease of use. To ensure zero knowledge
principles, Notesnook encrypts everything on your device using
XChaCha20-Poly1305 & Argon2.
</p>
<p>
Notesnook is our proof that privacy does not (always) have to come at the
cost of convenience. Our goal is to provide users peace of mind & 100%
confidence that their notes are safe and secure. Our decision to go fully
open source is one of the most crucial steps towards that.
</p>
<p>
Notesnook is a user focused note taking tool meant to offer a fully
end-to-end encrypted note taking experience for everyone. This includes
the majority of our less tech savy users who just want to take notes
without all the hassle.
</p>
<p>
In short, Notesnook aims to offer a complete replacement for other
insecure note taking tools like Evernote & Notion. Because let's be
honest, these tools offer great productivity but at a great cost to your
privacy.
</p>
</description>
<url type="homepage">https://notesnook.com/</url>
<url type="bugtracker">https://github.com/streetwriters/notesnook/issues</url>
<url type="help">https://help.notesnook.com/</url>
<url type="donation">https://opencollective.com/notesnook</url>
<url type="contribute">https://github.com/streetwriters/notesnook/blob/master/CONTRIBUTING.md</url>
<launchable type="desktop-id">com.notesnook.Notesnook.desktop</launchable>
<provides>
<binary>notesnook</binary>
</provides>
<screenshots>
<screenshot type="default">
<image>https://notesnook.com/screenshots/desktop/1.jpg</image>
<caption>Notesnook is an open source and end to end encrypted note taking app.</caption>
</screenshot>
<screenshot type="default">
<image>https://notesnook.com/screenshots/desktop/2.jpg</image>
<caption>Notesnook has a robus editor which supports tables, lists, tasks, images &
embeds.</caption>
</screenshot>
</screenshots>
<categories>
<category>Education</category>
<category>Office</category>
</categories>
<keywords>
<keyword>notepad</keyword>
<keyword>note taking app</keyword>
<keyword>note taking</keyword>
<keyword>end-to-end encrypted</keyword>
<keyword>notebook</keyword>
</keywords>
<content_rating type="oars-1.0">
<content_attribute id="social-contacts">intense</content_attribute>
<content_attribute id="money-purchasing">intense</content_attribute>
</content_rating>
<supports>
<internet>offline-only</internet>
</supports>
<releases>
<release version="3.0.22-hotfix.1" date="2024-11-24" urgency="high" type="stable">
<url type="details">https://github.com/streetwriters/notesnook/releases/tag/v3.0.22</url>
<description>
<p>Please read the full release notes to see what changed.</p>
</description>
</release>
</releases>
</component>