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

Add a dyslexic ruler option. #66

Open
developer-diganta opened this issue Jan 8, 2023 · 2 comments
Open

Add a dyslexic ruler option. #66

developer-diganta opened this issue Jan 8, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request extension for extension of Dino Intermediate requires intermediate level of skill/judgment/time SWOC Accepted in SWOC 3.0

Comments

@developer-diganta
Copy link
Owner

Subject of the issue

Add a dysexic ruler. It would ressemble a ruler and can be moved with the mouse. This would help readers concentrate on each line at a time. Check the image for reference.
image

@developer-diganta developer-diganta added enhancement New feature or request Intermediate requires intermediate level of skill/judgment/time SWOC Accepted in SWOC 3.0 extension for extension of Dino labels Jan 8, 2023
@Ria-R
Copy link

Ria-R commented Jan 9, 2023

Hi!
I would like to work on this issue but would need some help as to how to begin with it. Is that fine?

@developer-diganta
Copy link
Owner Author

Yeah sure! The flow for the extension is like this. The popup.html has a link to background.js . So when you click anything on popup.html (the extension essentially), the response can be got in background.js The background.js then sends the info to content.js. content.js can be used to manipulate the main web page.
So now you can add the option for the ruler in popup.html and add that via the js files to the webpage. The ruler can be a simple full width, some height, grayish colored div that moves with the mouse cursor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request extension for extension of Dino Intermediate requires intermediate level of skill/judgment/time SWOC Accepted in SWOC 3.0
Projects
None yet
Development

No branches or pull requests

2 participants