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

HTMLeditor treat new lines as whitespace #132

Open
Integral opened this issue Jul 23, 2015 · 8 comments
Open

HTMLeditor treat new lines as whitespace #132

Integral opened this issue Jul 23, 2015 · 8 comments
Labels

Comments

@Integral
Copy link
Member

Just append new line (shift+enter) to some string and save it - you will see whitespace instead of newline.

@Integral
Copy link
Member Author

@oliver---- do you have any time today for that? It's most critical now, I think after this we could deploy.

@michael
Copy link

michael commented Jul 23, 2015

you think that is critical? most people will just press enter anyway to create a new paragraph?

@Integral
Copy link
Member Author

no, the problem that i already create a lot of comments during import and it has a lot of new lines

@michael
Copy link

michael commented Jul 23, 2015

can you convert them to paragraphs somehow?

@michael
Copy link

michael commented Jul 23, 2015

like instead of:

<p>abc<br>efg</p>

to have

<p>abc</p><p>efg</p>

@michael
Copy link

michael commented Jul 23, 2015

it would be replacing <br> with </p><p>.

@obuchtala
Copy link
Contributor

I suppose HTMLImporter and Exporter should turn \n into <br> and vice versa, in general.

@michael
Copy link

michael commented Jul 24, 2015

definitely!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants