Pasting text ignores indentation
CompletedOn the new desktop version of Workflowy, pasting indented text like this:
- A
- B
- C
...ignores the indentation and results in this:
- A
- B
- C
This is a regression; it used to work as expected. I tested with both tab and space indentation.
-
This feature has been available since 2012, and I use it every day, so a quick fix would be appreciated!
I tested, and importing OPML and Formatted exports still works OK. It's just the plain text that has gotten messed up.
For people looking for a temporary workaround, you can convert your plain-text to HTML, open it in a browser, and copy from there. Thus, the example in the original posting works if you do that after changing it into the following:
<ul>
<li>A</li>
<ul>
<li>B</li>
</ul>
<li>C</li>
</ul>
Please sign in to leave a comment.
Comments
3 comments