dopenote icon indicating copy to clipboard operation
dopenote copied to clipboard

📝 Self-hosted modern webapp for notes - Free and open source - (WORK IN PROGRESS)

Results 55 dopenote issues
Sort by recently updated
recently updated
newest added

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...

dependencies
javascript

The editor toolbar should be floating to the top when scrolling down

enhancement
ui

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"...

bug

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.

bug
help wanted
good first issue

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...

enhancement
ui

When loading the app, show a nice loading "screen" untill Vue is complete.

enhancement
ui

**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...

enhancement
help wanted

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

bug

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...

enhancement

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'...

ui