Basic Desktop Editor

I made a custom editor for myself to use offline.

It’s only been two days since I started working on it, so it’s still very basic. I don’t use file attachments or databases, so it’s already enough for my needs, but I’d like to improve the UI and add a few useful features.

Love it!!

(Have you tried our app and want it to be different or more cross-platform or you just wanted to try your hand?)

I don’t have a Mac, and you said there won’t be a Windows or Android app for now. Most of the code is based on the original worker.

Nice work @nxrix! It’s fun to see your alternative editor.

Re. offline editing, we recently improved the saving logic so that the new notebook editor should continue working if you go offline, and then resume saving if you come back online (with automatic merging in case of conflicts). At some point I would like to add service workers so that the notebook editor works completely while offline, too. And maybe caching common libraries…