Skip to content

Commit 182c3c4

Browse files
authored
docs: add tested section
1 parent 2895720 commit 182c3c4

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,6 @@ const state = ref<EditorState>()
168168

169169
For more information on how this is implemented see the [source](https://github.com/ThimoDEV/nuxt-codemirror/blob/master/src/runtime/components/NuxtCodeMirror.vue), to get inspiration for your own version
170170

171-
172-
173171
## Credits
174172

175173
This Nuxt module wouldn't be possible without:
@@ -187,6 +185,19 @@ npx nuxi module add nuxt-codemirror
187185

188186
That's it! You can now use Nuxt-codemirror in your Nuxt app ✨
189187

188+
### Tested extensions
189+
190+
Below is a list of tested extensions you can use as of @codemirror/view version 6.29.1 and @codemirror/state verion 6.4.1
191+
192+
- [LineNumbersRelative](https://www.npmjs.com/package/@uiw/codemirror-extensions-line-numbers-relative)
193+
- [lang-javascript](https://www.npmjs.com/package/@codemirror/lang-javascript)
194+
- [IndentationMarkers](https://github.com/replit/codemirror-indentation-markers)
195+
- [interact](https://github.com/replit/codemirror-interact)
196+
- [Themes -- like](https://www.npmjs.com/package/@uiw/codemirror-theme-okaidia)
197+
- [Zebra Stripes](https://www.npmjs.com/package/@uiw/codemirror-extensions-zebra-stripes)
198+
199+
and many more...
200+
190201
## Contribution
191202

192203
If you have ideas or bugs feel free to start by opening an issue. For ideas please start a Discussion.

0 commit comments

Comments
 (0)