-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better markdown editing experience #497
Comments
I'm fairly against keyboard shortcuts / jacking, because I and I'm sure others use browser plugins like tridactyl that turn the browser into vim mode. I suppose the text could stay selected tho, I'll see if that can be done. |
So, yeah. This broke my workflow. I use macOS which, by default, has Emacs-like shortcuts for text fields such as C-p to go to the previous line, C-e to jump to the end of the visual line or C-b to go one char backwards. These "helpful" markdown shortcuts break these shortcuts that I use everywhere else. I don't need them either; I can write Markdown by hand. Could these at least be made optional? Other platforms have implemented such "helpful" shortcuts too; it's a pet peeve of mine. GitHub for example did it and, after a bit of turmoil, have painstakingly adapted their shortcuts to not conflict with the different platforms' defaults. Who are the shortcuts for? Are they really worth the complexity of adapting shortcuts for each platform's conflicting defaults or possibly breaking users' custom shortcuts? |
I think that's a good idea.
Anyone familiar with Microsoft Word, LibreOffice, or most WYSIWYG text editors on the web, maybe? |
Is your proposal related to a problem?
The markdown editor isn't very user friendly: When pressing a button to make some text bold or otherwise highlighted, the editor loses focus, so you have to click in it again.
Describe the solution you'd like
When text is select and I click on a formatting button, e.g. Bold, the text should be surrounded with
**
, but still selected. Furthermore, there should be keyboard shortcuts (Ctrl+B, Ctrl+I, etc.).Describe alternatives you've considered
None.
Additional context
The stackoverflow markdown editor is very good in my opinion.
The text was updated successfully, but these errors were encountered: