-
-
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
[List start/reversed] Add support to Paste From Office plugin #11043
Comments
Results in:
|
Unfortunately, it's more complex due to different styles for numbered lists – they may also use e.g. roman numbers:
|
Corner cases:
|
It's actually a lot simpler. In styles there is:
for every kind of list |
…art-index Feature (paste-from-office): Adds support for start index in ordered lists. Closes #11043.
OK, so I tested it in Word online (I have no Word on my mac here, but will try to test it later over LAN from my WIn7). And the paste failed like totally, not pasting the numbered list as a list at all. So somebody might want to have a look at it. |
It works, however, when I used a boxed Word 2010 version. |
Provide a description of the task
Paste From Office plugin should support List start/reversed functionality.
Reversed lists
Reversed lists are not implemented in Word, the only way to do reversed list is to fake them by using paragraphs with numbering and the beginning, so most likely no work to do here.
Higher index start
When list in Word starts with higher index than 1 (e.g. 3) and is pasted from Word to CKEditor and Paste From Office plugin is enabled then index of pasted list starts from 1 instead of 3.
📃 Other details
The text was updated successfully, but these errors were encountered: