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

Better text justification #6

Open
davidar opened this issue Oct 16, 2015 · 3 comments
Open

Better text justification #6

davidar opened this issue Oct 16, 2015 · 3 comments

Comments

@davidar
Copy link
Owner

davidar commented Oct 16, 2015

Most browsers justify text with a dumb greedy algorithm, and stubbornly refuse to implement anything more intelligent. The typeset library by @bramstein implements Knuth-Plass linebreaking, but it isn't yet production-ready (demo). Also see ipfs/apps#5

@michal-h21
Copy link

there is also Calzone, which unfortunately doesn't preserve formatting. I've forked it, removed jQuery dependency, so it is faster now and tried to preserve the formatting. It works sometimes, sometimes it fails. I am not DOM nor JS expert, so I don't really know what's the issue, maybe you might have better luck?

@davidar
Copy link
Owner Author

davidar commented Nov 7, 2015

I am not DOM nor JS expert

Me either :/. I suspect this issue will have to wait until I'm able to convince a real web dev to look at it

CC: @dignifiedquire ;)

@davidar
Copy link
Owner Author

davidar commented Jul 27, 2016

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