> For the complete documentation index, see [llms.txt](https://jjloomis.gitbook.io/wordpress-aesop-story-engine-basics/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jjloomis.gitbook.io/wordpress-aesop-story-engine-basics/working-with-text-and-links/working-with-content-in-the-text-editor.md).

# Working with content in the Text editor

The Text editor is text-only editor similar to [Sublime Text](https://www.sublimetext.com/) or [Atom](https://atom.io/).

Use the Text editor when adding code to a Post.

1. When working with a Post, select the the Text tab.
2. To add code, click within the editor and type (or paste) your code.&#x20;
3. Use the tag buttons to easily add opening and closing tags to your code.&#x20;
4. When finished, click Publish or Update.

Note: To add space between sections of a Post, you can add `&nbsp` (an HTML non-breaking space) between those sections the Text editor.
