Yuki Takei a5686ad473 fix(editor): upgrade @codemirror/commands to ^6.10.3 to fix wrapped-line selection stuck vor 1 Woche
..
src 85e550f9c5 Merge pull request #11067 from growilabs/feat/160341-182636-design-fb-response vor 1 Monat
.gitignore 96423524fd add editor package vor 2 Jahren
README.md f5c6c38065 update documents vor 1 Jahr
index.html 4885392b43 refactor: reorganize HTML structure for Playground and add custom icon styles vor 6 Monaten
package.json a5686ad473 fix(editor): upgrade @codemirror/commands to ^6.10.3 to fix wrapped-line selection stuck vor 1 Woche
tsconfig.json f0cfaa0075 fix lint error vor 1 Monat
turbo.json c567776ba6 add emoji-mart-data package vor 2 Monaten
vite.config.ts 61b0bf7ab1 add cssFileName for vite v5 style vor 2 Monaten
vitest.config.ts 3980691109 fix(editor): filter undefined awareness entries and remove getStates mutation vor 2 Monaten

README.md

@growi/editor

Development with vite

cd packages/editor
pnpm run serve

Playground

If you need to simulate something @growi/app feature, you can implement it into the playground.
See the components/playground directory.