Mo
Mo
Potentially an infinite loop in the client? Can you open the Network tab in the dev console in the desktop/web app and see if you're seeing runaway sync requests?
Can you open the dev console and see if there are any exceptions reported? Also open the Network tab to see if there is an endless amount of requests being...
If using the desktop app choose the top level Help > Open Error Console menu. Then choose the Console tab or the Network tab.
Hmm, how big is the backup file you're importing?
How are you hosting your server? Is it behind Nginx? Check to see what the maximum payload size your server is allowing. Nginx may default at say 1MB.
Oh, strange that they don't. We can check https://github.com/sparksuite/simplemde-markdown-editor to see if it's possible. Even if it were, it would only be in preview mode, and it would be read-only....
Going to be unlikely that we modify the source of this ourselves. We'd accept PRs though! The other MD editors all do render checkmarks though, if you can live without...
Hmm..looks like it might be escaping full screen mode. Possibly to do with a recent update, or this issue has existed since the beginning and you're the first to discover...
Would take a different kind of editor. Not sure there are open source ones that do this.
I believe this is the editor exiting and entering out of its built-in "full screen mode", which is a feature not applicable to its contained usage within our application. We'll...