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

Provide option to select a sub-set of special characters #4

Open
ou-li opened this issue Jan 4, 2023 · 2 comments
Open

Provide option to select a sub-set of special characters #4

ou-li opened this issue Jan 4, 2023 · 2 comments

Comments

@ou-li
Copy link

ou-li commented Jan 4, 2023

Hi!
Thank you for the excellent plugin. Thanks to its neat structure, it was really easy to adapt it to my own needs.
Having to deal with French language professionally, I have added some more characters and removed the ones that I do not need by simply adapting advancedletters.html:
...
<div id="letters"> <input type="button" class="letter" value="à"/> <input type="button" class="letter" value="â"/> <input type="button" class="letter" value="æ"/> <br/> <input type="button" class="letter" value="ç"/> <br/> <input type="button" class="letter" value="é"/> <input type="button" class="letter" value="è"/> <input type="button" class="letter" value="ê"/> <input type="button" class="letter" value="ë"/> <br/> <input type="button" class="letter" value="ï"/> <input type="button" class="letter" value="î"/> <br/> <input type="button" class="letter" value="ô"/> <input type="button" class="letter" value="œ"/> <br/> <input type="button" class="letter" value="ù"/> <input type="button" class="letter" value="û"/> <input type="button" class="letter" value="ü"/> <br/> <input type="button" class="letter" value="ÿ"/> <br> <input type="button" class="letter" value="€"/> <br> <input type="button" class="letter" value="«"/> <input type="button" class="letter" value="»"/> </div>
...
This would be very useful to my students, so I would like make it available via Mozilla's addon repository.

Would you consider adding an option to select specific character sets?
Regards,
uo-li

@Sav22999
Copy link
Owner

Sav22999 commented Jan 4, 2023

@ou-li thank you for your interest.

Sure, I can add the choosing of sets, but I cannot promise you to add this in this week... I need at least some weeks, because I'm a bit busy.

I hope you can wait some time, otherwise you can share your code with your students 😉

@ou-li
Copy link
Author

ou-li commented Jan 5, 2023

Thanks for your feedback!
I'll see what will be the most efficient option.

If my skills and time are sufficient 🙃, I will send you a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants