Felix Häusler
Felix Häusler
### Overview The goal of this issue is to clarify automatic markdown formatting, the modification notification without any document interaction and further steps to improve the situation. ### The document...
We recently hit 11k stars after almost two years and more than 1000 commits. We are looking for further contributions to continuous improve Mark Text. Mark Text is a hobby...
I have a question about the hash memory management but also for other related repositories. As it seems `RustCrypto` use `GenericArray` and/or raw arrays for sensitive data like keys and...
Add support to prevent the default action when the callback returns `true`. E.g: ```js electronLocalshortcut.register(win, accelerator, () => { // ... return true // prevent default action }) ``` ---...
I noticed you are using the `before-input-event` event to listen for shortcuts. Would it be possible to prevent the default action by reading the result from the `callback` function? https://github.com/parro-it/electron-localshortcut/blob/3fbd63a6b3ca22368b218ecd39081c0d77d51ddc/index.js#L135...
> fix XSS on language input Backport of https://github.com/marktext/marktext/pull/2765. TODO: Verify the fix and that the right markdown is exported. Blocked by #53.
It's not possible to select more than one editor block (e.g. paragraph). Further issues: - `Ctrl+A` select just one block - Unable to select soft-lines with `Shift` and arrow keys...
The code block language is updated when the user types, which result in multiple null pointer exception and type errors.
The editor area behaves different on Chrome and Firefox. Chrome has no additional horizontal space but Firefox use a scrollbar and jumps e.g. on `/` input to the right that...
Try to paste content, but an exception occurs with Firefox: ``` Uncaught (in promise) TypeError: path is undefined getTargetBlock index.js:40 pasteHandler paste.js:22 ``` Browser: Firefox (works in Chrome)