-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
The old <br> <p> and <li> issue. #17141
Comments
Hi! Thanks for feedback. It's very unlikely we will change this behavior, but we can keep this ticket open to gather feedback. As for the docs, Clipboard pipeline should be the starting point for tweaking this behavior. |
well i did the Plugin solution for now. its not polished, parts of it from gpt and could be improved. but its basically does transform the maybe this could be the solution for this list button... put a conversion to before list creation of all for me its solved for now.
|
📝 Provide detailed reproduction steps (if any)
#1727
Its the linked Issue.
The
<br>
is not getting converting to<p>
in my instance BUT this actually not the issue. Thats cool, i would write a bug if it would convert these.We just updated from CK4 to CK5, i found this linked issue not with Google but with my coworker Chat GPT and i asked it about solution and it said "nope there is no real way but here is a custom plugin about writing your own behavior" and i could not find anything in the configs and docs. Maybe someone can point out something.
❓ Possible solution
Someone wrote there (the issue) about the "WHY" but i think currently its worse, it should transform
x<br>y<br>z<br>
and<p>x</p> <p>y</p> <p>z</p>
to a<ul><li>x</li><li>y</li><li>z</li></ul>
And a undo or a second press on list could be look like:
<p>x<br>y<br>z<br></p>
Ignoring all the complex lists with images and more for a moment here. Lets be honest we are talking about lists not about space craft if there is a break by text layout for undoing lists, then it can be adjusted anytime. While creating lists manually (break -> paragraphs) would take longer. I'm against automatism of newline->paragraph this could corrupt and kill more text layout. It should work with "enter" as well as "shift+enter" written content.
Maybe this could be done by settings and different strategies how to approach this issue, people can use whatever they want.
Well i tested your ... examples and there is the same issue, don't be like "but google ... does it too". Reason to this: Its better to have a working feature than a non working feature and saving my time by adding a custom plugin.
📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: