Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 926 Bytes

File metadata and controls

30 lines (17 loc) · 926 Bytes

@argdown/sandbox

Argdown logo

Argdown demo editor. Try it out in your browser: Demo Editor.

Visit the documentation for more information about the Argdown argumentation syntax.

Features:

  • Live HTML preview
  • Live preview of argument map using two hierarchical layout libraries (DagreD3 & Viz.js)
  • Code Linter
  • JSON, PNG & PDF export

The app uses the Vue library.

The sandbox is only intended for giving users a first impression of Argdown. For a more complete feature set, please install the VS Code extension.

Installation

npm install @argdown/sandbox

Development

yarn serve

Building

yarn build