<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[notes - EteSync]]></title><description><![CDATA[EteSync, privacy, product updates and more...]]></description><link>https://blog.etesync.com/</link><image><url>https://blog.etesync.com/favicon.png</url><title>notes - EteSync</title><link>https://blog.etesync.com/</link></image><generator>Ghost 3.18</generator><lastBuildDate>Wed, 29 Apr 2026 05:36:54 GMT</lastBuildDate><atom:link href="https://blog.etesync.com/tag/notes/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Guest Post: Improving EteSync Notes]]></title><description><![CDATA[EteSync Notes development is very active. Here is how my journey started as a contributor and the improvements you are going to find in the next version.]]></description><link>https://blog.etesync.com/guest-post-improving-etesync-notes/</link><guid isPermaLink="false">5ffeeb984c777c00010de30c</guid><category><![CDATA[News]]></category><category><![CDATA[notes]]></category><category><![CDATA[android]]></category><category><![CDATA[ios]]></category><category><![CDATA[web]]></category><category><![CDATA[desktop]]></category><dc:creator><![CDATA[Kévin Commaille]]></dc:creator><pubDate>Thu, 14 Jan 2021 09:14:21 GMT</pubDate><media:content url="https://blog.etesync.com/content/images/2021/01/notes-2.png" medium="image"/><content:encoded><![CDATA[<img src="https://blog.etesync.com/content/images/2021/01/notes-2.png" alt="Guest Post: Improving EteSync Notes"><p>Hello, I'm Kévin (<a href="https://github.com/zecakeh">@zecakeh</a>), and I'm here to tell you about some of my recent contributions to EteSync Notes.</p><p>Here I was, back in December, still trying to find a good notes app. Those were my criteria:</p><ul><li>Open source</li><li>Available on Android and Linux (or be compatible with other apps)</li><li>Sync easily between my devices</li><li>Nice look</li><li>Have simple styling of notes</li><li>Support simple to-do lists</li></ul><p>And the extras:</p><ul><li>Self-hostable</li><li>Encrypted</li><li>A WYSIWYG editor</li><li>Adapt to the screen size</li></ul><p>I stumbled upon the brand new EteSync Notes app. After playing with it for a few minutes, I realized it didn't check all the boxes, but had a lot of potential: it was already fully functional and needed just a bit of polish. Since I was also looking into contributing to a community project at the time, I took a look at <a href="https://github.com/etesync/etesync-notes">the repository</a> and found out it was using React Native, which I was already familiar with, and I agreed with most of the feature requests in the issues. It was time to start my journey with the EteSync Notes project!</p><h2 id="my-first-contribution">My first contribution</h2><p>Since projects are not always very active, I decided to start with a small problem to see if help was welcome. It was something that was annoying me and was already mentioned in <a href="https://github.com/etesync/etesync-notes/issues/48">one of the issues</a>: the FAB on the notes list would go over the dialog to create a new note when the keyboard was up. Working on an UI problem would allow me to do it quickly because I was already familiar with the framework and to familiarize myself with the code without having to dig too deeply. And here's the result:</p><figure class="kg-card kg-image-card"><img src="https://blog.etesync.com/content/images/2021/01/first.png" class="kg-image" alt="Guest Post: Improving EteSync Notes"></figure><p>I created a Pull Request and was amazed when it was reviewed and accepted one hour later! This motivated me even more!</p><h2 id="keeping-it-coming">Keeping it coming</h2><p>Since then, I have kept going through the issues in the repository, or the ones I have encountered. That allowed me to have a better understanding of how the app worked little by little and to work on more complicated tasks. And when I had questions, I just needed to go to the <a href="https://www.etesync.com/community-chat/">IRC/Matrix Chat</a> and ask.<br>Here are some notable improvements I have worked on:</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.etesync.com/content/images/2021/01/adaptive-icon.png" class="kg-image" alt="Guest Post: Improving EteSync Notes"><figcaption>Adaptive icon on Android</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.etesync.com/content/images/2021/01/todo.png" class="kg-image" alt="Guest Post: Improving EteSync Notes"><figcaption>Checkboxes in preview</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.etesync.com/content/images/2021/01/styles.png" class="kg-image" alt="Guest Post: Improving EteSync Notes"><figcaption>Improve styles</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.etesync.com/content/images/2021/01/settings-1.png" class="kg-image" alt="Guest Post: Improving EteSync Notes"><figcaption>Added some settings</figcaption></figure><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.etesync.com/content/images/2021/01/url.png" class="kg-image" alt="Guest Post: Improving EteSync Notes"><figcaption>The URL is updated on web</figcaption></figure><h2 id="what-s-coming-next">What's coming next</h2><p>A few things I might be working on next:</p><ul><li><a href="https://github.com/etesync/etesync-notes/issues/34">Adaptive view on large screen with a split view</a></li><li><a href="https://github.com/etesync/etesync-notes/issues/87">Make the app feel more native on web</a> with a pointer on links and visual change on hover</li><li><a href="https://github.com/etesync/etesync-notes/issues/24">Import/export notes</a></li><li><a href="https://github.com/etesync/etesync-notes/issues/8">Search notes</a></li><li><a href="https://github.com/etesync/etesync-notes/issues/65">Desktop versions</a>?</li><li>Improve integration with GNOME: <a href="https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/issues/152">GOA</a>, GNOME Notes…</li><li><a href="https://github.com/etesync/etesync-notes/issues">Whatever you want…</a></li></ul><p>I really want to thank Tom for being so approachable, available, helpful and patient with his reviews.</p>]]></content:encoded></item><item><title><![CDATA[Introducing: EteSync Notes]]></title><description><![CDATA[<p>We are happy to announce the first version of EteSync Notes! 🎉🎉🎉</p><p><strong>IMPORTANT:</strong> EteSync Notes requires an <a href="https://blog.etesync.com/etesync-2-0-is-now-released/">EteSync 2.0 account</a>.</p><p>EteSync Notes is the first new app to use the EteSync 2.0 protocol. As we mentioned in a previous post, a big part of the motivation behind EteSync 2.</p>]]></description><link>https://blog.etesync.com/introducing-etesync-notes/</link><guid isPermaLink="false">5f76d9478f7ba30001a31a6b</guid><category><![CDATA[News]]></category><category><![CDATA[android]]></category><category><![CDATA[ios]]></category><category><![CDATA[web]]></category><category><![CDATA[notes]]></category><category><![CDATA[2.0]]></category><dc:creator><![CDATA[Tom Hacohen]]></dc:creator><pubDate>Fri, 02 Oct 2020 10:30:41 GMT</pubDate><media:content url="https://blog.etesync.com/content/images/2020/10/feature-1.svg" medium="image"/><content:encoded><![CDATA[<img src="https://blog.etesync.com/content/images/2020/10/feature-1.svg" alt="Introducing: EteSync Notes"><p>We are happy to announce the first version of EteSync Notes! 🎉🎉🎉</p><p><strong>IMPORTANT:</strong> EteSync Notes requires an <a href="https://blog.etesync.com/etesync-2-0-is-now-released/">EteSync 2.0 account</a>.</p><p>EteSync Notes is the first new app to use the EteSync 2.0 protocol. As we mentioned in a previous post, a big part of the motivation behind EteSync 2.0 is what it enables for the future of EteSync. EteSync Notes is the first fruit of that effort.</p><h2 id="getting-started">Getting started</h2><p>EteSync Notes depends on the EteSync 2.0 protocol, as such, it requires an EteSync 2.0 account. <s>EteSync 2.0 is still in beta, though it has been tested by many users over the last month and it's been working very well.</s></p><p><s>To get an EteSync 2.0 beta account, please refer to the <a href="https://blog.etesync.com/etesync-2-0-ready-for-testers/">beta announcement post</a>.</s></p><p>Once you've migrated your account to EteSync 2.0 (or signed up for a new one), you can start using the notes app!</p><p>You can get it from:</p><ul><li><a href="https://play.google.com/store/apps/details?id=com.etesync.notes">Google Play</a></li><li><a href="https://apps.apple.com/us/app/id1533806351">iOS App Store</a></li><li><a href="https://f-droid.org/en/packages/com.etesync.notes/">F-Droid</a></li><li><a href="https://notes.etesync.com">Web client</a></li><li><a href="https://github.com/etesync/etesync-notes/">Source Code</a></li></ul><h2 id="what-s-next-for-etesync-notes">What's next for EteSync Notes</h2><p>While this is only the first release, it's already quite stable and feature complete (even includes a dark theme!). With that being said, we are aware that some features are missing, and that there may be some issues. So please, <a href="https://github.com/etesync/etesync-notes/issues/">report issues</a> as you find them.</p><p>There are a few things missing that we are aware of and plan on addressing soon, namely:</p><ul><li>Labels (tags) for organising the notes.</li><li>File and image attachments.</li><li>Improved markdown support (e.g. checkboxes).</li><li>A rich text editor</li><li>Improve the look and feel of the web client</li><li>Show the revision history per note</li></ul><p>Please <a href="https://github.com/etesync/etesync-notes/issues/">open a ticket</a> if we missed anything important.</p><h2 id="a-quick-tour">A quick tour</h2><p>EteSync notes uses <a href="https://en.wikipedia.org/wiki/Markdown">Markdown</a> for note formatting. Markdown is a rich formatting language that is easy to write by hand (<a href="https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet">cheatsheet</a>). In the future we will have a nicer rich text editor that lets you editor Markdown files using the GUI, but until then, you can just use Markdown.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.etesync.com/content/images/2020/10/Screenshot_20200929-092935_EteSync_Notes.png" class="kg-image" alt="Introducing: EteSync Notes"><figcaption>Example of a markdown formatted note</figcaption></figure><p>Like all EteSync apps, EteSync Notes support securely sharing notes between users. In order to share a note you need to create a new notebook and share that notebook with other users. After you do that, all the notes in that notebook will be encrypted and shared automatically.</p><figure class="kg-card kg-image-card kg-card-hascaption"><img src="https://blog.etesync.com/content/images/2020/10/Screenshot_20200929-093109_EteSync_Notes.png" class="kg-image" alt="Introducing: EteSync Notes"><figcaption>An example of an account with two notebooks</figcaption></figure><p>The EteSync Notes app uses the same concepts you are already familiar with from EteSync. This includes a full change history for all of your notes! The change history is not currently visible in the app, but it's all kept behind the scenes.</p><h2 id="thank-you-nlnet-and-ngi0">Thank you NLnet and NGI0</h2><p>EteSync Notes is based on EteSync 2.0, and the work on EteSync 2.0 is made possible with financial support from <a href="https://nlnet.nl/" rel="nofollow">NLnet Foundation</a>, courtesy of <a href="https://nlnet.nl/discovery" rel="nofollow">NGI0 Discovery</a> and the <a href="https://ec.europa.eu" rel="nofollow">European Commission</a> <a href="https://ec.europa.eu/info/departments/communications-networks-content-and-technology_en" rel="nofollow">DG CNECT</a>'s <a href="https://ngi.eu" rel="nofollow">Next Generation Internet</a> programme.</p><p>The NLnet foundation in general and the NGI0-PET in particular is funding projects to protect everyone's digital privacy, especially in the context of the "next generation" of the internet. It's an extremely important cause which we at EteSync are very much aligned with. Please help by spreading the word about them.</p><hr><p>As usual, we would like to remind you that we rely on your feedback and contributions to make EteSync better. Do you have any suggestions or  are experiencing any issues? Please <a href="https://github.com/etesync">send patches</a>, <a href="https://github.com/etesync">report issues</a> or just <a href="https://www.etesync.com/about/#contact">contact us</a>.</p><p>Come chat with us on <a href="https://www.etesync.com/community-chat/">IRC/Matrix</a>, or follow us on <a href="https://mastodon.social/@EteSync">Mastodon</a>, <a href="https://twitter.com/EteSyncHQ">Twitter</a>, <a href="https://www.facebook.com/pg/etesync">Facebook</a>, <a href="https://www.reddit.com/r/EteSync/">reddit</a> or <a href="https://blog.etesync.com/rss/">RSS</a> for the latest updates and privacy-related content!</p>]]></content:encoded></item></channel></rss>