rangy-updated
rangy-updated copied to clipboard
A clone of timdown/rangy that accepts additional contributors and pull requests.
I have found that findText() performs well if the text is found and takes 10x+ more time if the text isn't found.
After a quick search on NPM, I found another rangy fork named *rangy-util*. It is rewritten in TypeScript. So is it possible to connect these two repos? That would be...
Hi, when I create a selection and then highligh it, it adds some elements, any idea on how to retrieve those elements immediately after their creation?
Need to create / add typescript definitions during build (in /lib)
Determine what is needed to better integrate with: React, Angular, and Vue.
Goals with updating unit tests: * Unit tests run automatically as part of a build * Unit tests run automatically when someone submits a PR. * Display `passing / failing`...