Welcome to DAI Notes
A powerful markdown editor with live preview support.
Features
- Live Preview — See your markdown rendered in real-time
- GFM Support — GitHub Flavored Markdown
- Split View — Edit and preview side by side
- Dark Theme — Easy on the eyes
Code Example
const greet = (name: string): string => {
return `Hello, ${name}!`;
};
console.log(greet('DAI Notes'));
Task List
- Create markdown editor
- Add live preview
- Sync across devices
- Share notes
Table
| Feature | Status | Priority |
|---|---|---|
| Editor | Done | High |
| Preview | Done | High |
| Sync | Pending | Medium |
Blockquote
"The best way to predict the future is to invent it." — Alan Kay
Start editing to see your changes reflected here instantly.