mb21 / panwriter

Markdown editor with pandoc integration and paginated preview.
https://PanWriter.com
GNU General Public License v3.0
1.03k stars 49 forks source link

Improve editor accesibility with screen readers #40

Open brunoprietog opened 3 years ago

brunoprietog commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 2 years ago

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