-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
[Feature] UserSetting to choose witch text editor is defualt (SimpleMDE, textarea, automatic) #10110
Comments
I would prefer it not to be user setting but being detected by device - mobile or not |
Why not both? Personally I'd rather not use SimpleMDE if that leaves me out of the stock spell checker, mobile or not, but I can understand why most people will benefit from it. |
We could have three options on user settings:
|
@lunny nice proposal! because each like it different (example i would choose 3, but most will use 1? ...) |
What's the reason for textarea not being the default on mobile? Isn't SimpleMDE on mobile totally broken? Or does it work for most people just not me and a few unlucky other folks? |
No one has coded or submitted a PR to do this. |
#14017 isn't exactly a allowing the "user" to choose default editor, but it at least disables the broken WYSIWYG on mobile. |
didnt we migrated already on master to EasyMDE? |
I understand there is currently no way to disable SimpleMDE either per user or globally, is this correct? I am blind and therefore using a screen reader to interact with Gitea, unfortunately SimpleMDE is not accessible. When moving up or down with the error keys, usually screenreaders read the currently selected line, however in SimpleMDE I am not able to read the text. Furthermore, the keyboard focus is trapped within the text field. Usually the Tab key can be used to move the focus out of the editor, although SimpleMDE seems to block this, maybe to make the Tab key usable for indentation. This however breaks keyboard accessibility. If you plan to get rid of the WYSIWYG editor anyway, I understand you don't want to put much efford into this, but at least a keyboard shortcut to switch to the plain text area would be great in the meantime. I'l see if I can come up with a PR for this. Please let me know if there is already a way to disable SimpleMDE per user or for the whole instance. I don't need an editor tool bar with buttons to insert common formatting mark-up, a simple text area where I can enter markdown would be perfectly fine. |
Isn't that pseudo-implemented with #23876 already? |
enhancement of #10099
as per lunny:
The text was updated successfully, but these errors were encountered: