Skip to content

Port of vscode-markdown extension for Monaco web editor

License

Notifications You must be signed in to change notification settings

janhellar/monaco-markdown

 
 

Repository files navigation

Monaco Markdown

This is a port of Markdown extension for VS Code to Monaco web editor.

The initial plugin is based on the VS Code API, while this one uses only Monaco editor API. The logic and the functionality is pretty much the same (minus completion for local files paths and rendering, plus some bug-fixes)

Run demo

To launch the demo web page, execute gulp dist (see package.json fro details) and then open demo\index.html.

Features

  • Toggle bold/italic/strikethrough/math actions
  • Headings up/down actions
  • Toggle list
  • Lists auto-numbering on enter
  • List items indent/dedent on tab/shift-tab
  • Suggestions for LaTeX, header references, and link labels
  • Formatting for tables

Usage

There is an npm package for the library: https://www.npmjs.com/package/monaco-markdown

About

Port of vscode-markdown extension for Monaco web editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.7%
  • JavaScript 2.3%