Skip to content

Rich Text Editor

Sidvy uses a sophisticated rich text editor based on Lexical that combines the best of WYSIWYG and markdown editing.

The toolbar appears at the top of the note and provides quick access to formatting options.

  • B - Bold
  • I - Italic
  • U - Underline
  • S - Strikethrough
  • </> - Inline code
  • H1-H6 - Heading levels (dropdown)
  • Bullet list
  • Numbered list
  • Checkbox list
  • Block quote
  • Code block
  • Link
  • Horizontal rule
  • Table
  • Export menu (Markdown, HTML, Copy)
  • More options (…)
ActionMacWindows/Linux
BoldCmd + BCtrl + B
ItalicCmd + ICtrl + I
UnderlineCmd + UCtrl + U
StrikethroughCmd + Shift + SCtrl + Shift + S
Inline codeCmd + ECtrl + E
ActionMacWindows/Linux
Heading 1Cmd + Alt + 1Ctrl + Alt + 1
Heading 2Cmd + Alt + 2Ctrl + Alt + 2
Heading 3Cmd + Alt + 3Ctrl + Alt + 3
Bullet listCmd + Shift + 8Ctrl + Shift + 8
Numbered listCmd + Shift + 7Ctrl + Shift + 7
Checkbox listCmd + Shift + 9Ctrl + Shift + 9
Block quoteCmd + Shift + .Ctrl + Shift + .
ActionMacWindows/Linux
Go to startCmd + HomeCtrl + Home
Go to endCmd + EndCtrl + End
Select allCmd + ACtrl + A
ActionMacWindows/Linux
Insert linkCmd + KCtrl + K
UndoCmd + ZCtrl + Z
RedoCmd + Shift + ZCtrl + Y
  1. Drag and drop - Drag an image file onto the editor
  2. Paste - Copy an image and paste with Cmd/Ctrl + V
  3. Markdown - Type ![alt](url) for external images

Images display inline with your text. Click an image to:

  • View full size
  • Copy the image URL
  • Delete the image
  1. Click the table icon in the toolbar
  2. Select the initial size (rows x columns)

Type triple backticks and optionally a language:

```javascript
// Your code here
```

Press Enter twice at the end of a code block to exit and continue with normal text.

  1. Select text
  2. Press Cmd/Ctrl + K
  3. Enter the URL
  4. Press Enter

Or use markdown syntax: [text](url)

URLs typed or pasted are automatically converted to clickable links.