Steven Tey

Results 339 comments of Steven Tey

@hasparus really appreciate you looking into this! And gosh dang, that React dependency bug is the bane of my existence Just an FYI – I'm a bit swamped with the...

Contributions welcome here for the setup docs! Ideally we'd want to have a similar setup experience as https://ui.shadcn.com/ (shoutout to my man @shadcn) where you copy and paste the code...

@TerminalFi that's correct, we don't have a package yet – it's being worked on in #87 Lexical is a solid choice – best of luck!

Looking to add accounts & cloud storage / image uploads 🔜 👀

Image uploads is live! - Tweet: https://twitter.com/steventey/status/1671896380057739264 - Discussion thread: https://github.com/steven-tey/novel/discussions/37

@Dhravya Vercel KV seems like the most direct, straightforward approach, but ideally we'd wanna use Vercel Postgres for relational data in the long run. For reference, Notion uses postgres +...

Update here: won't be adding a cloud feature directly inside the novel package, but feel free to `npm i novel` into your own app and connect to the cloudstorage of...

Appreciate the PR @varun2948 but not sure if we want to deviate from browser native scrollbar styles 😅 For reference, Notion's editor uses browser native scrollbar styles as well: ![CleanShot...

Reopening this as I just saw how the scrollbar looks on windows via this comment: https://github.com/steven-tey/novel/pull/62#issuecomment-1614597548 If we can make the scrollbar styles as similar as possible to the Mac...

@varun2948 let's continue it from this PR + make sure it works with dark mode too (#38)