Steven Tey

Results 339 comments of Steven Tey

Hmmm this is still not cutting it, I'm sorry 😅 Native Mac scrollbar styles: ![CleanShot 2023-07-04 at 15 05 50](https://github.com/steven-tey/novel/assets/28986134/7eb816f8-463f-4001-8485-3bf08c7a4b6d) Custom scrollbar styles in this PR: ![CleanShot 2023-07-04 at 15...

Closing this for now but we can revisit this in the future! Thank you!

This looks very good @GraemeFulton, appreciate the Loom as well! I love how the position is fixed horizontally. It does feels a bit hacky though, and it's tricky to make...

Closing this for now – will need to rethink the UI! Thank you :)

> The hover button to add new columns/rows" approach are bit complex feature, but I can work on it in further future for now I think the menu is perfect....

Yup, this is planned and is related to #11 :)

Won't be adding this feature to Novel since it's more of a full-stack app feature – if you want, you can do `npm i novel` and implement your own database...

Yes – since we're using the `ai` SDK, you should be able to swap OpenAI out for other supported LLMs fairly easily! Here are the docs: https://sdk.vercel.ai/docs

Great idea! I actually had this as part of v1: https://github.com/steven-tey/novel/assets/28986134/66a40527-d620-476e-8607-c53acce0b150 Tiptap doesn't support this natively so I had to build a custom Placeholder component: https://github.com/steven-tey/novel/blob/44878691b9acf237476675c5c6ac8aa9105c8c3b/lib/tiptap/placeholder.ts There were 2 main...

Gonna have to try Azure OpenAI soon! Any of y'all wanna whip up a PR for this? 👀