Skip to content

Text Styling

The Monolog editor supports most mainstream Markdown syntax, allowing you to format text quickly and conveniently. With Markdown, you can effortlessly add headings, bold, italics, lists, links, and other formats, making your notes clearer and more readable.


Level 1 Heading

# Level 1 Heading

Level 2 Heading

## Level 2 Heading

Level 3 Heading

### Level 3 Heading

This is bold text

**This is bold text**

or select text, then click BIU in the edit menu.


This is italic text

_This is italic text_

or select text, then click BIU in the edit menu.


Underline: Select text, then click BIU in the edit menu.


~~This is strikethrough text~~

~~This is strikethrough text~~

This text is very important

**This text is _very_ important**

All of this text is important

***All of this text is important***

Quote & Code

In Monolog, quoting text or inserting code has become very simple.


This is a blockquote

> This is a blockquote

Use inline code git status

Use inline code `git status`

// using code blocks
git status
git add
git commit

```

git status git add git commit

```


Lists & Nested Lists

Monolog supports creating ordered, unordered, and task lists, making your notes more organized.

- George Washington
* John Adams
+ Thomas Jefferson

1. James Madison
2. James Monroe
3. John Quincy Adams

- [x] Completed task
[x] Completed task
- [ ] Uncompleted task
[ ] Uncompleted task

1. First list item
   - First nested list item
     - Second nested list item

Add links and images to your notes to enrich your content.

  • Links: Select text, then choose "Add Link" or the link icon from the system menu to add an HTTP link to the text.
  • Images: Click the insert image button on the toolbar, select an image from the iOS or macOS system album to insert into your note. Images will first be uploaded to iCloud Drive, and synced via iCloud, ensure that iCloud Drive functionality is enabled.