| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Bionic Reading is a Visual Studio Code extension that emphasizes parts of words to enhance readability.
Open a file in VS Code to see the Bionic Reading emphasis applied automatically.
Configure the extension via the settings UI or settings.json:
{
"bionic-reading.percentageOfWord": 0.5,
"bionic-reading.enabled": true
}Excluded Keywords Automatically excludes:
JavaScript/TypeScript reserved keywords (e.g., const, function, return, if, else, etc.) Common functions/methods (e.g., console.log, setTimeout, querySelector, forEach, includes, etc.) Common DOM properties (e.g., backgroundColor, href, src, classList, etc.) Contribution Contributions are welcome. Open issues, submit pull requests, or provide feedback.
License Licensed under the MIT License.
| Back | FazBrowse Home | New Git URL |