0.1.0 • Published 1 year ago

codemirror-markdown-commands v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

codemirror-markdown-commands

commands for markdown text operations, useful with toolbar or invoke manually

Docs and examples

Install

yarn add codemirror-markdown-commands

Usage

import { EditorView } from '@codemirror/view';
import { bold } from 'codemirror-markdown-commands';

const view = new EditorView({
    
});

bold(view);
0.1.0

1 year ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago