7

If I have a nested bulleted list in Word, such as:

enter image description here

When I paste it into Notepad or any other plain text document, the bullets lose their indents:

enter image description here

How can I make the plain text version automatically keep the original spacing / indentations so that I don't need to manually go add spaces?

Ideally it would output Markdown like this.

To clarify: I'm asking how I can set the Copy operation of Word to understand to insert "tab" characters (which are plain text) into the values in the clipboard so that everything looks good when I paste.

Ryan
  • 2,388

1 Answers1

5

This does not seem possible in Microsoft Word

Open your document in Libreoffice Writer instead. Copy-pasting a list from Writer to a plain text editor keeps the correct indents and bullet points

• Content
    ◦ Nested content
• Content
    ◦ content 2.1
        ▪ content 2.1.1
            • content 2.1.1.1
TheLQ
  • 2,917