Back to Documentation

Notes & Markdown

Create and store rich text documentation

Markdown Support

Write formatted notes with headings, lists, code blocks, and tables using markdown syntax

Full-text Search

Find any note instantly by searching titles or content

Organization

Tag your notes by project, topic, or priority for easy filtering

Color Coding

Assign colors to notes for visual organization in your dashboard

Example Markdown Note

# Deployment Checklist

## Pre-deployment
- [x] Run all tests
- [x] Update version number
- [ ] Check environment variables
- [ ] Review database migrations

## Database Commandssql
ALTER TABLE users ADD COLUMN last_login TIMESTAMP;
CREATE INDEX idx_email ON users(email);
## Server Configuration

Update nginx config

Restart PM2 processes

Clear cache

## Rollback Plan
If issues occur:

Revert to previous version

Restore database backup

Contact team immediately
text
Perfect for: Meeting notes, technical documentation, project plans, API documentation, learning notes, and daily journals.

Start taking notes Learn about code