Skip to content

copperwall/prosemirror-wikitext

 
 

Repository files navigation

Wikitext Serializer for Prosemirror

Build Status

This project supports taking a Prosemirror document and serializing it into iFixit's custom wiki text syntax.

Build

npm run build

This will run tsc to transform all TypeScript source files in src/ to ES5 in a directory called dist/

Test

npm run test

This runs all test cases with jest, using the default file match pattern, which runs all files under a __tests__ directory or any file.spec.ts or file.test.ts files.

License

This is released under the MIT License.

About

A Wikitext Serializer for ProseMirror

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.8%
  • JavaScript 0.2%