Rich Text Editor
Sidvy uses a sophisticated rich text editor based on Lexical that combines the best of WYSIWYG and markdown editing.
Editor Toolbar
Section titled “Editor Toolbar”The toolbar appears at the top of the note and provides quick access to formatting options.
Text Formatting
Section titled “Text Formatting”- B - Bold
- I - Italic
- U - Underline
S- Strikethrough</>- Inline code
Structure
Section titled “Structure”- H1-H6 - Heading levels (dropdown)
- Bullet list
- Numbered list
- Checkbox list
- Block quote
- Code block
Insert
Section titled “Insert”- Link
- Horizontal rule
- Table
Actions
Section titled “Actions”- Export menu (Markdown, HTML, Copy)
- More options (…)
Keyboard Shortcuts
Section titled “Keyboard Shortcuts”Text Formatting
Section titled “Text Formatting”| Action | Mac | Windows/Linux |
|---|---|---|
| Bold | Cmd + B | Ctrl + B |
| Italic | Cmd + I | Ctrl + I |
| Underline | Cmd + U | Ctrl + U |
| Strikethrough | Cmd + Shift + S | Ctrl + Shift + S |
| Inline code | Cmd + E | Ctrl + E |
Structure
Section titled “Structure”| Action | Mac | Windows/Linux |
|---|---|---|
| Heading 1 | Cmd + Alt + 1 | Ctrl + Alt + 1 |
| Heading 2 | Cmd + Alt + 2 | Ctrl + Alt + 2 |
| Heading 3 | Cmd + Alt + 3 | Ctrl + Alt + 3 |
| Bullet list | Cmd + Shift + 8 | Ctrl + Shift + 8 |
| Numbered list | Cmd + Shift + 7 | Ctrl + Shift + 7 |
| Checkbox list | Cmd + Shift + 9 | Ctrl + Shift + 9 |
| Block quote | Cmd + Shift + . | Ctrl + Shift + . |
Navigation
Section titled “Navigation”| Action | Mac | Windows/Linux |
|---|---|---|
| Go to start | Cmd + Home | Ctrl + Home |
| Go to end | Cmd + End | Ctrl + End |
| Select all | Cmd + A | Ctrl + A |
| Action | Mac | Windows/Linux |
|---|---|---|
| Insert link | Cmd + K | Ctrl + K |
| Undo | Cmd + Z | Ctrl + Z |
| Redo | Cmd + Shift + Z | Ctrl + Y |
Working with Images
Section titled “Working with Images”Adding Images
Section titled “Adding Images”- Drag and drop - Drag an image file onto the editor
- Paste - Copy an image and paste with
Cmd/Ctrl + V - Markdown - Type
for external images
Image Display
Section titled “Image Display”Images display inline with your text. Click an image to:
- View full size
- Copy the image URL
- Delete the image
Working with Tables
Section titled “Working with Tables”Creating Tables
Section titled “Creating Tables”- Click the table icon in the toolbar
- Select the initial size (rows x columns)
Code Blocks
Section titled “Code Blocks”Creating Code Blocks
Section titled “Creating Code Blocks”Type triple backticks and optionally a language:
```javascript// Your code here```Exiting Code Blocks
Section titled “Exiting Code Blocks”Press Enter twice at the end of a code block to exit and continue with normal text.
Creating Links
Section titled “Creating Links”- Select text
- Press
Cmd/Ctrl + K - Enter the URL
- Press Enter
Or use markdown syntax: [text](url)
Auto-linking
Section titled “Auto-linking”URLs typed or pasted are automatically converted to clickable links.