Skip to content

Add Reader Test App (GUI Markdown Preview) #3

@ZFordDev

Description

@ZFordDev

CoffeeMD includes a tiny “reader” app for testing Markdown rendering visually.
We need to set up the basic Vite-powered preview UI.

Requirements

  • Create reader/index.html with:
    • A textarea for Markdown input
    • A preview pane for rendered HTML
  • Create reader/main.ts that:
    • Imports CoffeeMD
    • Renders Markdown on input
  • Add a basic layout (split view)
  • Ensure npm run dev launches the reader

Notes

  • No styling required beyond basic layout
  • This will be used heavily during engine development

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions