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

add the first space into sentences #27

Open
zupabxl opened this issue Sep 29, 2016 · 0 comments
Open

add the first space into sentences #27

zupabxl opened this issue Sep 29, 2016 · 0 comments

Comments

@zupabxl
Copy link

zupabxl commented Sep 29, 2016

Hi,
I don't think it's an issue, more a request: Blast is awesome, I have so many ideas I could use it for my projects. The only thing I found annoying, and I'm not good enough with js to figure how to change it, is that if I want to style sentences, Blast leaves the space right after the end of every sentence outside of span tags, leaving an unstyled space between every sentence. Is that clear ? Is there an easy fix for this ?
For now, i do this in js :

$("document").ready(function() {
    $("p").blast({
        delimiter: "sentence"
    });
    $('.blast').prepend(' ');
});

and hide the last space with font-size:0 in css. But then there is an extra space before the first sentence of every paragraph. Anyway, far from perfect.

Again, this is really great otherwise, so many thanks !
best,
Robin

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

1 participant