Florian Labarre
Florian Labarre
This adds a shortcut (`Alt+Enter`) to create a new block at the end of the buffer
Add a setting to toggle the auto bracket-closing of CodeMirror. This Fixes #13.
This commit introduces the ability to set and use a default programming language for new editor blocks. Key changes include: - Adding a sorted list of languages and a `defaultLanguage`...
Is there a way to pass the current line number (or even better, selection) in the arguments of the command ?
Hi, I'm facing the need to use a custom baudrate that is not listed in the settings' list. Is there any option to add a custom baudrate in the list...
When running on a React component with the `better-docs/component` plugin enabled, this error shows up: ```` C:\\node_modules\better-docs\component.js:68 throw error ^ ConfigError: [BABEL] unknown file: Preset /* your preset */ requires...
I didn't know where to post it but I discovered a solution to use "Tab" key in Dreamweaver: - Copy this text in your clipboard: "Tab" - When you are...
This adds support for 2 new paragraph styles: - `CB_EMPTY`: Empty checkbox - `CB_CHECKED`: Checked checkbox