etesync-notes icon indicating copy to clipboard operation
etesync-notes copied to clipboard

An EteSync backed note taking app

Results 77 etesync-notes issues
Sort by recently updated
recently updated
newest added

Probably want to use something like https://github.com/ianstormtaylor/slate We want markdown syntax highlighting and a toolbar

enhancement

I wanted to share that I believe it would be very beneficial for etesync-notes to be packaged as a Docker image, in order to be easy to install in Docker-focused...

1. Search for something 2. Close search by clicking X button ==> Notes list is empty and I need to click on "Notes" to see the notes again Would be...

* Open a note and write more than fits on your screen * Scroll down to the bottom and click Preview ==> Previous starts at the top of the note...

1. Click Notebooks 2. Click on a notebook 3. Click the top-right three dots ==> I get "Manage notebook" only Ideally: I would want to be able to change the...

Problem- when a device is unlocked, the app can be easily opened by anyone Solution/Request- add biometric APIs and/or PIN lock (PIN better for anti law enforcement/govt requests) to restrict...

enhancement

Add information on how to debug the project

This is necessary for split view because HomeScreen tabs need to provide their own Header, so they don't need the navigation logic. Tested on web Firefox Linux

Since those two are closely related and you generally change one with the other. Based on #163. Tested on web Firefox Linux

Instead of relying on the name of the previous screen to send the newly created `colUid` back, we use a route param. This will allow to have the same behavior...