Alex Cabal
Alex Cabal
I just tested on my Kobo, and no-break hyphen still renders as some kind of too-high hyphen. If you're using kepubify, you should confirm that it is retaining the no-break...
Because the toolset is also used for white-label ebooks so we're looking for a general-purpose solution. An SE-specific solution may be acceptable in the interim if the complexity of a...
We're not here to judge user's hygiene, but rather to provide a toolset that works in the general case. (And judging them on splitting their CSS would imply that *we*...
Great, thanks. I'm more interested in seeing if the xpath I proposed can be improved at all. Have you tried running it on the corpus to see what comes up?...
Correct, can you open PRs for those?
Great work! A few preliminary notes: - Do we need the `XhtmlSourceFile` class? It looks like we only instantiate it once, and use one of its functions, `search`, only twice....
> I'm not sure, my cursory searching suggests the format varies across text editors. Also, at least for VSCode, the existing hyperlinks don't work well with the integrated terminal. Instead...
Also note that we'll have to update the tests too.
I just pushed a commit that replaces almost all of the remaining regex-based tests with xpath tests, so that should make it easier to include line numbers. There are a...
> The xpath queries that target raw text nodes, rather than actual DOM nodes, are the remaining hard cases. The former simply return the raw strings, not a node object...