dopenote
dopenote copied to clipboard
📝 Self-hosted modern webapp for notes - Free and open source - (WORK IN PROGRESS)
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
Suddenly the "link" component in tiptap throws an error.. I'm not sure when this happened... 😕 ``` [Vue warn]: Error in v-on handler: "TypeError: Cannot read property 'href' of undefined"...
If you right click on a notebook and select "rename notebook" and select "cancel" it will bug in JS so nothing works until page is reloaded.
Css color schemes For v1.0 i think we should have at least 3 themes - default (how it looks now) - dark - minimal/simplistic (white/lightgrey) Imo we should use pure...
When loading the app, show a nice loading "screen" untill Vue is complete.
**EDIT**: Backend is done (see PR #123) So only the UI is missing. ## About It should be possible to archive notes, just like Dropbox Paper. Archived notes are removed...
If you keep typing non-stop, then after the 1000ms it sends a xhr on every keydown. Instead it should use debounce so it only saves 1000ms after last keydown
When the Docker image is built, it should get the current git tag as an env variable, so in the code we can show what the current version is. This...
Would this be a direction you would want to go for the interface? Was thinking the action buttons can be moved away from the note section and keep the 'action'...