The Spote editor is a WYSIWYM (What You See Is What You Mean) markdown editor — you can write in plain markdown or use the toolbar to format text visually. Both modes stay in sync, so you can switch between them at any time without losing your work.Documentation Index
Fetch the complete documentation index at: https://docs.spote.cloud/llms.txt
Use this file to discover all available pages before exploring further.
Creating a note
Click the New note button in the top bar to open a blank editor. Type a title in the title field at the top, then write your content in the body below. The body accepts full markdown syntax.Supported formatting
The editor supports the following markdown elements:Headings
Headings
Use
# for H1, ## for H2, and ### for H3.Bold and italic
Bold and italic
Wrap text with
** for bold and * for italic.Tables
Tables
Code blocks
Code blocks
Fenced code blocks with a language tag get syntax highlighting.
Lists
Lists
Use
- or * for unordered lists. Use 1., 2., etc. for ordered lists.Images
Images
Paste an image from your clipboard, drag and drop a file, or use standard markdown image syntax:
Mermaid diagrams
Mermaid diagrams
Write a fenced code block with the language set to
mermaid to render a diagram inline.Tagging
Write#tagname anywhere in the note body to tag the note. Tags are extracted automatically as you type and appear as chips below the editor in real time. You don’t need to add tags in a separate field — just include them naturally in your text.
Buckets
Buckets are folders for organizing your notes. Use the bucket selector dropdown in the toolbar to choose an existing bucket or create a new one inline. If you don’t select a bucket, the note is saved to Inbox by default.Attachments
Paste an image directly from your clipboard or drag a file into the editor body. Spote uploads the file automatically and inserts it as standard markdown image syntax at the cursor position:![]() syntax directly if you have a URL.