Mr. DrogDrog
Mr. DrogDrog
### Consent - [X] I verified that there is no open issue for the same subject. - [X] I understand that **YTMDesktop have NO affiliation with Google or YouTube** ###...
**Is your feature request related to a problem? Please describe.** In HedgeDoc 1 you can't delete a note if you created it while not logged in. Even if you haven't...
Same as https://github.com/yjs/y-protocols/pull/21
This PR adds the vue.js logo from https://github.com/vuejs/art/issues/12 Fixes #172
I made this fork a long time ago. It changes some of the core behaviour like: - Usage of composer for libs - Replace Bootstrap 3 with Bootstrap 4 -...
**Is your feature request related to a problem? Please describe.** #1787 removed the editor preferences dialog. This is done because CodeMirror 6 doesn't have one global config object anymore. The...
**Is your feature request related to a problem? Please describe.** https://github.com/hedgedoc/react-client/pull/1787 removed the auto completion in the editor because the API changed heavily. The existing auto completion was also rather...
**Is your feature request related to a problem? Please describe.** Currently everything is calculated in the main thread. Even if the code is async, it's execution is done in ONE...
**Which part of the project should be enhanced?** Realtime connection **Is your enhancement request related to a problem? Please describe.** If the websocket disconencts it doesn't reconnect **Describe the solution...