Skip to content
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

Improve editor accesibility with screen readers #40

Open
brunoprietog opened this issue Oct 6, 2020 · 3 comments
Open

Improve editor accesibility with screen readers #40

brunoprietog opened this issue Oct 6, 2020 · 3 comments

Comments

@brunoprietog
Copy link

Hello!
Pandoc is very useful for blind people, since it generates accessible documents using HTML, docx, epub output, among others, excluding PDF.
This application has a very big potential, especially for those who do not handle the command line. However, the editor is not accessible with screen readers. All the rest, including the buttons and the menu bar reads very well, since everything is correctly labeled.
To fix this I suggest using the Monaco Editor, which provides many accessibility options.
thanks!

@mb21
Copy link
Owner

mb21 commented Oct 7, 2020

Thanks for the feedback!
PanWriter is usind CodeMirror 5... didn't know that that wasn't accessible... :-( switching to Monaco or CodeMirror 6 (once it's released) is definitely something we should consider... but it's not going to be a quick fix...

@brunoprietog
Copy link
Author

Thanks a lot for the answer, I just realized that CodeMirror 6 brings accessibility improvements. I hope you can implement either option. It would be interesting if you could comment here if you make any progress on this.
Greetings and thanks again, I'll keep an eye out

@ccdavis
Copy link

ccdavis commented Aug 28, 2022

Putting in a vote for screen reader accessibility. Would love to try it when you got to Codemirror 6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants