Ma-Kas / kansaibeyond

Monorepo for a blog and travel website, consisting of frontend, backend, and headless cms.
https://www.kansaibeyond.com
0 stars 0 forks source link

Rich text editor implementation for cms #23

Closed Ma-Kas closed 6 months ago

Ma-Kas commented 7 months ago

Considerations:

Questions:

Follow-up:

Ma-Kas commented 7 months ago

Slate.js is dependency hell, and seems to be more geared towards Next.js

Ma-Kas commented 7 months ago

Trying out Lexical. Setup is much more straightforward compared to Slate.js, but it is much more barebones, and needs to be styled and extended manually. Promising though so far.