Lawgsy
Lawgsy
It appears there is debug output left in the binary releases. If not slowing the app down, it will obscure plugin development debugging. For example, (line 143 in renderer/app), which...
Can we restructure the code and have it include ESLint in the devDependencies, perhaps using the Google config codestyle? I don't mind going through the code and restructuring it in...
ANSI files are not correctly decoded and encoded as UTF-8 upon opening, presumably other encodings aren't either. Here are two example files containing just the words `crème fraîche`. [renders_correct.txt](https://github.com/Moeditor/Moeditor/files/465556/renders_correct.txt) [renders_wrong.txt](https://github.com/Moeditor/Moeditor/files/465557/renders_wrong.txt)
Current drag & drop behaviour: Editor field: the file contents get **appended**, not opening a new file Preview field (or menu): the file gets **loaded into the entire main browser...
Perhaps pressing tab could instantly indent the current bullet point, just like shift-tab decreases indentation regardless of where you are on that line. This way it would be way easier...