mayneyao / eidos

Offline alternative to Notion. Eidos is an extensible framework for managing your personal data throughout your lifetime in one place.
https://eidos.space
GNU Affero General Public License v3.0
2.34k stars 93 forks source link

How to run as an editor component in an existing next.js app? #159

Open wizd opened 3 months ago

wizd commented 3 months ago

Thank you for sharing such a beautiful, functional, feature rich project! I wonder how to use it in a next.js project.

mayneyao commented 3 months ago

The best way might be to directly copy the code. I'm not yet ready to publish the document editor as a separate package. The code for the document editor is all in components/doc, and it depends on shadcn/ui, so the related dependencies need to be installed as well. see: https://ui.shadcn.com/docs/installation/next