David Myers
David Myers
- [ ] Add a new `files` table - [ ] On upload, store files in the `files` table - [ ] Create URLs for these files - [ ]...
- [x] Extract toolbar component from `ink-mde` - [x] Migrate tabs to menu sidebar - [ ] Extract details component from `ink-mde` - [ ] Remove quick-action sidebar - [...
- [ ] Allow all file types - [ ] When files are not images, insert regular links instead of image embeds
Break links on long lines
**What version of Tailwind CSS are you using?** v3.4.10 **What build tool (or framework if it abstracts the build tool) are you using?** N/A **What version of Node.js are you...
At the moment, images have to be uploaded to the Assistant chat via a form input. Pasting an image from the clipboard should also be supported. This is supported by...
Ideally, we would encrypt them client-side before storing them in the cloud. Locally, [we plan to store files in IDB](https://github.com/davidmyersdev/octo/issues/295) and then create blob URLs for the preview (which would...
Update CodeMirror dependencies