9 Replies
wysiwyg editing. a few people prefer to also have WYSIWYG editing in the wiki so it feels more familiar for people who are used to Notion.
some editor component choices have been nominated:
- @betich mentioned https://vercel.com/templates/next.js/novel
- @dtinth mentioned https://github.com/Doist/typist
- @rayriffy mentioned https://github.com/udecode/plate
- @poom.dev would also like to help implement
Novel – AI-powered Notion-style editor – Vercel
A Notion-style WYSYWIG editor with AI-powered autocompletions, built with Tiptap, OpenAI, and Vercel AI SDK.
GitHub
GitHub - Doist/typist: The mighty Tiptap-based rich-text editor tha...
The mighty Tiptap-based rich-text editor that powers Doist products. - GitHub - Doist/typist: The mighty Tiptap-based rich-text editor that powers Doist products.
GitHub
GitHub - udecode/plate: The rich-text editor framework for React.
The rich-text editor framework for React. Contribute to udecode/plate development by creating an account on GitHub.
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
@poom.dev since we are using Liquid, YAML front matter, and custom syntax so extensively, what do you think about having a region in the Markdown file that gets replaced with WYSIWYG component? e.g. denoted with
<!-- wysiwyg-start -->
and <!-- wysiwyg-end -->
both Plate and Typist support Markdown input/output, but it may not support all syntaxes we use
I tried out Plate+Slate but found that it’s much harder to set up than Typist. So I implemented a PoC with Typist for now. To use the rich text editor, uncheck the Use plain text editor checkbox.
PR: https://github.com/creatorsgarten/creatorsgarten.org/pull/174
GitHub
Implement a WYSIWYG editor by dtinth · Pull Request #174 · creators...
I tried Plate (based on Slate) but I couldn't get it to reliably convert Markdown text and the setup is very complicated with a lot of plug-ins that has to be set up.
In later comments, I switc...
จริง ๆ อยากได้ระบบ search ด้วยนะฮะ นั่งหาบทความบางเรื่องแล้วจำ keyword ไม่ได้
I created a Google custom search box here — Can you try and see if you can find the content you want using this search box? https://cse.google.com/cse?cx=1578bd195eec8405e
If it works well, we may integrate it as an MVP version. Good thing about our wiki being public is Google can easily index it.
yup, works as expected