Create and store rich text documentation
Write formatted notes with headings, lists, code blocks, and tables using markdown syntax
Find any note instantly by searching titles or content
Tag your notes by project, topic, or priority for easy filtering
Assign colors to notes for visual organization in your dashboard
# 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 immediatelytext