2024 - 2026
Rich text editor - currently CKEditor5 as the most common across web applications - plugin that provides an ability to write Braille. Key combos are mapped to equivalent Unicode values once the plugin is active via its own widget.
Early Braille education is crucial to literacy, education, and employment among the visually impaired. Despite the evolution of new technologies, including screen reader tech that reads information aloud, Braille provides access to spelling, punctuation, and other aspects of written language less accessible through audio alone. This app provides a way to learn and practice Braille in the desktop environment where only it is possible to use specific keyboard keys as Braille.
# [command_comment_here].[command_here]# [command_comment_here].[command_here]
Provides a framework for exercising Braille typing, in both directions, from text to braille and vice versa, in form of a challenge/exercise. Includes SpeechSynthesis API (Web API) implementation for certain audio helpers. Target audience: Schools, libraries, other education institutions, NGOs, foundations, local municipalities etc. This small open-source app/plugin is already rounded and functional, up to a certain level (of features). The next round of development should include more advanced concepts and functionalities, most of which would be AI implementation (the editor has it already) and automated true translations.
@todo:
- Develop more on Accessibility in the browser, make the strictest current standards.
- Document API usage, including "real-life" situation test on independent third party platform.
- Create official npm package.
- Create a plugin/module for more common CMS, such as WordPress. Such already exist for Drupal.
- Do the first CKEditor AI implementation, including the first version of automatized translation.