-
Notifications
You must be signed in to change notification settings - Fork 101
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
Disclaimer #20
Comments
Unfortunetely I have limited free time and issues reported here suggest that some aspects of highlighting and serialization need to be rethinked carefully in order to fix these issues. Beside that I'm contributing to other projects which are more important to me. So I decided to stop maintaining this project but I believe the biggest advantage of github in this case is that anyone can fork the project and continue work. |
Would love to know if anyone officially adopts this project. @mir3z Can you update this thread if a new maintainer steps up? |
Just as a heads up, I've forked this repo, and will maintain until another steps up, or I can't afford to do so. |
Basically I think we should work out the advantages of texthighlighter in comparison to e.g. rangy first to see if it is worthwhile to continue maintaining. |
Rangy looks pretty good. Are you using it @julmot? |
@jtsternberg No, neither one. |
One thing I know is that rangy has a lot better serialization feature than texthighlighter. On the other hand, rangy provides kind of a DOM Level 2 Range polyfill and is heavier than texthighlighter. |
I've played with both quite a bit so far. I like texthighlighter a bit more, but decided to use Rangy since it's being supported. So far, in my experience, the serialization/deserialization is a bit brittle. the DOM needs to be the exact shape it was when the serialization was created. I'm not sure if texthighlighter was the same way, but it's making things a bit difficult for a dynamic site. sigh |
To be host - serialization is very buggy in texthighlighter. |
@mir3z Could you please explain why this repository isn't maintained anymore?
The text was updated successfully, but these errors were encountered: