Hi,
Currently the selected style is applied to the whole selected block. I need a feature which allows to change the style only for the selected text. I know there are inline styles, but that's not what I want.
I want two new blocks being created. For example if I have something like "<p>test1<br/>test2<br/>test3</p>" and "test2" is selected and changed I want something like "<p>test1</p><p>test2</p><p>test3</p>". An analouge behaviour in plugins like "align" would be nice. A similar wish was described in the topic "Justify problems" (change the alignment only for the selected text). There the answer was that such behaviour would be in conflict with the design of ckeditor to which I completely agree on. But I think my solution would be compliant, because it only automatizes what a user could do with the current ckeditor.
I already started to adjust the source, but I want to ask if somebody is working on such a thing already. And I want to know if there is an interest in my code changes, because it would be nice for me to have my changes in the official code as otherwise I'll get a chaos if I want to do an update in future.
Regards,
Peter
Currently the selected style is applied to the whole selected block. I need a feature which allows to change the style only for the selected text. I know there are inline styles, but that's not what I want.
I want two new blocks being created. For example if I have something like "<p>test1<br/>test2<br/>test3</p>" and "test2" is selected and changed I want something like "<p>test1</p><p>test2</p><p>test3</p>". An analouge behaviour in plugins like "align" would be nice. A similar wish was described in the topic "Justify problems" (change the alignment only for the selected text). There the answer was that such behaviour would be in conflict with the design of ckeditor to which I completely agree on. But I think my solution would be compliant, because it only automatizes what a user could do with the current ckeditor.
I already started to adjust the source, but I want to ask if somebody is working on such a thing already. And I want to know if there is an interest in my code changes, because it would be nice for me to have my changes in the official code as otherwise I'll get a chaos if I want to do an update in future.
Regards,
Peter