Format text
Currently, Ellipsus supports basic text formatting. Just open a document and click on Format
in the right-hand sidebar (It will look like a capital T
) to open the formatting panel.
Now you can:
Use bold, italics, strikethrough, or underline effects to words or sentences.
Add headers (Ellipsus supports H1, H2, H3, H3) or captions.
Add bulleted or numbered lists, block quotes, horizontal dividers, and code snippets.
Looking for a way to add a link to your text? Just select the text you want to hyperlink and use the right-click menu or type ⌘
(or Ctrl
) + V
to paste a URL.
Save time with shortcuts
Copy |
|
Paste |
|
Bold |
|
Italics |
|
Underline |
|
Undo |
|
Redo |
|
Find in page |
|
Delete word left of cursor |
|
Indent text |
|
Unindent text |
|
Save time with markdown
If you regularly use markdown while writing, you’ll be pleased to see we support several common formatting options.
H1 header | # H1 |
H2 header | ## H2 |
H3 header | ### H3 |
H4 header | #### H4 |
Bold | **bold** |
Italics | *italics* |
Horizontal divider | --- |
Bulleted list | - item 1 - item 3 |
Ordered list | 1. item 1 2. item 2 3. item 3 |
Code snippet | `code` |
Block quote | > quote |
Need more options?
Throughout our beta (and beyond) we’ll continue to improve the text editor and add more formatting options. Visit our ideas board to upvote existing feature ideas or add your own.