Advanced Editing
Easchi artfully blends the fluid input of Markdown with the limitless extensibility of standard HTML, delivering an efficient, non-linear knowledge management experience.
Markdown Progressive Input
To preserve the input habits of developers and power note-takers, Easchi provides a Markdown progressive input mode. When you type the corresponding Markdown syntax in the editor and press Shift + Space, the content is instantly converted into the corresponding rich-text element:
| Type shortcut + Space | Converted to rich-text element & underlying HTML |
|---|---|
# | Heading level 1 |
## | Heading level 2 |
### | Heading level 3 |
#### | Heading level 4 |
##### | Heading level 5 |
###### | Heading level 6 |
- | Unordered list item |
1. | Ordered list item |
** | Bold |
* | Italic |
~~ | Strikethrough |
> | Blockquote |
:: | Emoji picker |
--- | Horizontal rule |
[( | Insert hyperlink |
![ | Insert image / attachment |
` | Inline code block |
``` | Fenced code block |
||| | Quick generate standard table layout |
[] | Task list |