Results 479 comments of David Humphrey

Adding @Rachit1313 who did the type-to-search in Ask menu.

@rjwignar that would be awesome. @mingming-ma has already done a bunch of the ground work for this in https://github.com/tarasglek/chatcraft.org/pull/286, so I think we should: 1. help @mingming-ma get #286 reviewed...

@rjwignar you could actually tackle this from the bottom-up, as @tarasglek suggests, if you want to get started. We have "slash commands" defined in ChatCraft. See: - docs https://github.com/tarasglek/chatcraft.org/blob/34fbb43a595a5adcce9e85e84a3b5dea4d898222/src/components/Message/AppMessage/Help.tsx#L85 -...

> would be cool to make our serverside scraper use https://www.npmjs.com/package/youtube-captions-scraper for youtube links filed #360

https://tools.simonwillison.net/ocr is a great example of text extraction from attachments in browser, some of which we could copy.

I think we should consider moving the "Getting Started with ChatCraft" content to its own page, and provide a link or button. We know if a user has an API...

> We could move shared page to an ssr app as part of this I think that's a good idea, yes. I'd like to avoid the case that we are...