mtmeyer / codemirror-svelte-modules

Svelte wrapper for Codemirror 6
3 stars 1 forks source link

Investigate use of Storybook (MIT) to tame the complexity. #6

Open catpea opened 2 years ago

catpea commented 2 years ago

Storybook supports svelte and seeing that CodeMirror has so many configuration variables it maybe of some use: https://storybook.js.org/docs/svelte/get-started/introduction

I think Storybook is overkill for most things, and that CodeMirror is a rare exception.

I apologize if this is not a useful issue. I just think that it is easier to get back into svelte component development when you have a storybook listing all the CodeMIrror variations out.

mtmeyer commented 2 years ago

I think this is a great idea, not really going to have much time in the next few weeks but will leave this issue open to come back to it in the near future.