151 words863 characters45 lines
Markdown
Preview

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

FeatureStatusPriority
EditorDoneHigh
PreviewDoneHigh
SyncPendingMedium

Blockquote

"The best way to predict the future is to invent it." — Alan Kay


Start editing to see your changes reflected here instantly.