Dino icon indicating copy to clipboard operation
Dino copied to clipboard

Add a dyslexic ruler option.

Open developer-diganta opened this issue 3 years ago • 2 comments

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 avatar Jan 08 '23 10:01 developer-diganta

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

Ria-R avatar Jan 09 '23 07:01 Ria-R

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.

developer-diganta avatar Jan 09 '23 14:01 developer-diganta