Heynote is similar
back
1 comments
Edna is a fork of Heynote with a bunch of changes.
Mostly it supports multiple notes and it's a web app, not a desktop app.
I could build a desktop app but it would not offer almost any advantages given that Edna can also save notes on disk (that's how I use it).
You can use Chrome's "Install" feature to make it look act like a native app (it opens in it's own window and acts independently of the browser).
Heynote also exists as a web app: https://app.heynote.com/
Can I self hosted this ?
Looking at the GitHub repo[0], I don't see why you wouldn't be able to host it yourself (extra configuration may be required). In the package.json, there is a script for running the web app `npm run webapp:build`, so I'd assume you could do that and then host the built web app in ./webapp/dist however you'd like.
Yep, that should work!
Will you provide an official Docker image in the GitHub Registry or Docker Hub? Thank you.