Ondřej Žára
Ondřej Žára
Well, I have no experience with other SQL dialects and/or backends, so someone must implement this feature as a Pull Request.
The process of editing node contents is offloaded to your web browser's *wysiwyg* feature, AKA [contenteditable](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/contenteditable). In other words, the browser is in control, we are not interfering with the...
Hi @wc7086, thanks for your bugreport. This is an interesting observation: the Enter (with shift/ctrl) **does** insert a new line, but the browser does not seem to move the caret...
> I'd love to work on this issue. > please could you assign this to me. You are free to submit a PR! There is no need to actually assign...
Hi @liyboy, thanks for the bugreport. I am having issues trying to reproduce it, though: when typing the (webdav) URL, no shortuts are evaluated. In Edge:  Perhaps the issue...
The output looks okay. I am afraid this will need someone with 1) the Edge browser where the issue manifests, 2) deep JS debugging skills in order to troubleshoot why...
Hi @Light13008 , thanks for your contribution. Unfortunately, this is not sufficient. The `my-mind.js` file is automatically generated during the build process, so your code will get overwritten every time...
That works for me normally. What exactly are you trying? I use ctrl+x, ctrl+v (firefox, window).
Right, this sounds like a good idea.
My memories might be completely off, but I think that saving is supposed to work like this: - "save" button overwrites previous data; in order to do so, the complete...