I want to built a offline desktop notes app via electron. I know you are not capable of building electron app, but can you built out this ui for me. in a modular way that allows me to easily integrate Electron?
Leave the actual integration with electron for now so I can preivew the app, just make sure the syntax is integratable in Electron.
Use drizzle-orm for data persitance. Don't use api routes.
Use a proper data layer strongly seperated of concerns for all queries and mutations, models, and schemas.
Have the following:
Make sure you support inline code, code snippet blocks with syntax highlighjting, rich text toolbar via tiptap or so and markdown syntax to mdx preview all in one snippet/post.
Loading...
Use postgres for now
Loading...