Welcome to Amber
A beautiful markdown editor and journal application for the web.
Features
- Markdown Editor - Write with full markdown support
- Live Preview - See your formatted content in real-time
- Split View - Edit and preview side by side
- File Organization - Folders and notes structure
- Journal Entries - Quick daily journaling
- Search - Find notes instantly with
⌘K
Markdown Support
Text Formatting
- Bold text using
**text** - Italic text using
*text* Strikethroughusing~~text~~Inline codeusing backticks
Lists
- Ordered lists
- With numbers
- Unordered lists
- With bullets
Code Blocks
const greeting = "Hello, World!";
console.log(greeting);
Blockquotes
This is a blockquote It can span multiple lines
Links & Images
Getting Started
- Create a new note with
⌘Nor the sidebar - Start writing in markdown
- Toggle between edit, preview, and split view
- Organize notes into folders
- Use the journal feature for daily entries
Happy writing!