• This is a great piece of software… It does even better than InDesign for the fine-tuning of hyphenation and its application to different contexts.
    Also wonderful job fixing non-breaking spaces of various sizes, all dependent on languages.
    The only feature that does not seem to work is the control of widow lines. Maybe a conflict with the WP template I am using?

    Bernard Bel
    https://lebonheurestpossible.org

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pepe

    (@pputzer)

    Thank you! Since the actual formatting of the text happens in the browser, widow control is somewhat limited compared to print. Instead of whole lines, it only applies to individual words (i.e. the last word of a paragraph).

    Thread Starter belbernard

    (@belbernard)

    On my site I am trying to suppress the hyphenation of bold phrases and quote paragraphs. Since the plugin doesn’t have an option to deal with tags, I have used the following css on top of the site:

    blockquote p {
    hyphens: none !important;
    }

    strong {
    hyphens: none !important;
    }

    This works perfectly with Firefox but not with Chrome nor with Safari. Any solution?

    Plugin Author pepe

    (@pputzer)

    You should try to add the various vendor prefixed versions as well. AFAIK Safari still needs -webkit-hyphens.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Outstanding!’ is closed to new replies.