https://github.com/exuanbo/codemirror-toolkit
A batteries-included toolset for efficient development of CodeMirror 6 based editors (w/wo React).
https://github.com/exuanbo/codemirror-toolkit
codemirror codemirror-toolkit codemirror6 react react-codemirror
Last synced: 10 months ago
JSON representation
A batteries-included toolset for efficient development of CodeMirror 6 based editors (w/wo React).
- Host: GitHub
- URL: https://github.com/exuanbo/codemirror-toolkit
- Owner: exuanbo
- License: mit
- Created: 2022-12-31T02:11:18.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-15T08:53:50.000Z (over 1 year ago)
- Last Synced: 2025-04-16T11:59:46.340Z (10 months ago)
- Topics: codemirror, codemirror-toolkit, codemirror6, react, react-codemirror
- Language: TypeScript
- Homepage:
- Size: 4.57 MB
- Stars: 16
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# codemirror-toolkit
A batteries-included toolset for efficient development of [CodeMirror 6](https://codemirror.net/) based editors.
## Packages
| Source | Version |
| --------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| [@codemirror-toolkit/react](https://github.com/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/react@0.7.0/packages/react) | [](https://www.npmjs.com/package/@codemirror-toolkit/react) |
| [@codemirror-toolkit/utils](https://github.com/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/utils@0.5.1/packages/utils) | [](https://www.npmjs.com/package/@codemirror-toolkit/utils) |
| [@codemirror-toolkit/extensions](https://github.com/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/extensions@0.6.3/packages/extensions) | [](https://www.npmjs.com/package/@codemirror-toolkit/extensions) |
## Examples
| Source | Playground |
| -------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [react-with-context](https://github.com/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/react@0.7.0/examples/react/with-context) | [Play Online](https://stackblitz.com/fork/github/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/react@0.7.0/examples/react/with-context?file=src%2FApp.tsx&terminal=dev) |
| [react-with-update-listener](https://github.com/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/react@0.7.0/examples/react/with-update-listener) | [Play Online](https://stackblitz.com/fork/github/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/react@0.7.0/examples/react/with-update-listener?file=src%2FApp.tsx&terminal=dev) |
| [react-with-extension-manager](https://github.com/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/react@0.7.0/examples/react/with-extension-manager) | [Play Online](https://stackblitz.com/fork/github/exuanbo/codemirror-toolkit/tree/@codemirror-toolkit/react@0.7.0/examples/react/with-extension-manager?file=src%2FApp.tsx&terminal=dev) |
## License
[MIT](https://github.com/exuanbo/codemirror-toolkit/blob/main/LICENSE) License @ 2022-Present [Xuanbo Cheng](https://github.com/exuanbo)