Commit Graph

116 Commits

Author SHA1 Message Date
Atai Barkai c867d6c65f history working-ish 2023-08-20 04:55:39 -07:00
Atai Barkai f85e7b220b add history support 2023-08-20 04:27:38 -07:00
Atai Barkai f42c21606a use twMerge to merge classnames, not manually hacky method 2023-08-20 03:52:17 -07:00
Atai Barkai 3debf56a56 tailwind —> tailwindcss 2023-08-20 03:52:17 -07:00
Atai Barkai 4211ae9953 tailwind: dependency —> dev dependency 2023-08-20 03:52:17 -07:00
Atai Barkai 3998b62bc7 allow for suggestions style customization 2023-08-18 21:03:37 -07:00
Atai Barkai 91242de87c give copilot textarea a custom CSS classname
.
2023-08-18 20:46:47 -07:00
Atai Barkai adcfd86b37 allow for external overrides of default styles, but default styles mirror textarea 2023-08-18 20:41:57 -07:00
Atai Barkai b98f58e7f9 apply overflow: auto by default to copilot text area, to handle overflow with scroll… 2023-08-18 19:16:26 -07:00
Atai Barkai 1e987d0029 do not forward autosuggestionsFunc to DOM 2023-08-18 18:40:05 -07:00
Atai Barkai 18db0ded83 fix bug: wrong order of makeSystemFunc properties 2023-08-18 18:40:05 -07:00
Atai Barkai 8e8c1ced5e export MinimalChatGPTMessage
.
2023-08-18 18:40:05 -07:00
Atai Barkai 62beb439c4 must specify text area purpose, no default purpose 2023-08-18 15:33:34 -07:00
Atai Barkai e130767b6e organize imports
.
2023-08-18 08:10:30 -07:00
Atai Barkai 7152da4986 move disableWhenEmpty to BaseAutosuggestionsConfig
.
2023-08-18 08:06:57 -07:00
Atai Barkai d532b4e294 split text area into base, and standard
.

.
2023-08-18 07:27:49 -07:00
Atai Barkai bc72cff18d prompt engineering 2023-08-18 07:03:33 -07:00
Atai Barkai c42d2e1bc6 fix non-deterministic bug with slateJS(?) 2023-08-18 05:28:03 -07:00
Atai Barkai 0fb8357d8b add retry functionality to autosuggestion 2023-08-16 18:35:04 -07:00
Atai Barkai b7362b683f only pass to Editable the additional textarealike props 2023-08-16 18:08:03 -07:00
Atai Barkai d4d7e78350 pass on any TextareaHTMLAttributes<HTMLDivElement> props 2023-08-16 15:48:44 -07:00
Atai Barkai 3d4abe2c2d updating text based on external state 2023-08-16 15:34:09 -07:00
Atai Barkai ee9e850c19 call props.onChange when text changes 2023-08-16 14:24:20 -07:00
Atai Barkai 3820183b12 minor refactors 2023-08-16 11:40:25 -07:00
Atai Barkai 603d8bcc48 added: textAreaPurpose, disableWhenEmpty, placeholder support, placeholder style 2023-08-16 07:34:09 -07:00
Atai Barkai fbad810925 custom autosuggestions config 2023-08-15 20:49:52 -07:00
Atai Barkai c5de7de1de add documentation 2023-08-15 06:30:57 -07:00
Atai Barkai 8e954e41d3 useMakeAutosuggestionFunction takes context categories 2023-08-15 06:25:23 -07:00
Atai Barkai 2b46479c03 copilot context takes categories, to allow for filtering of content 2023-08-14 22:50:40 -07:00
Atai Barkai 5cb2142805 move useMakeAutosuggestionFunction to react textarea 2023-08-14 17:15:37 -07:00
Atai Barkai 08fed377c0 autosuggestions work and are fucking awesome 2023-08-14 16:32:44 -07:00
Atai Barkai 81764de583 autosuggestions config type 2023-08-14 11:34:17 -07:00
Atai Barkai 755a79050e tab to complete seems to work 2023-08-13 22:51:12 -07:00
Atai Barkai 73595d30d4 minor file renames 2023-08-13 22:15:16 -07:00
Atai Barkai c90fb5278c file refactors: split into more files 2023-08-13 22:15:16 -07:00
Atai Barkai bf812fac0e when select an actual (non-collapsed) range, suggestions disappear 2023-08-13 22:15:16 -07:00
Atai Barkai b19b80475c suggestions get added and removed correctly as used edits document
.
2023-08-13 22:15:16 -07:00
Atai Barkai f9ba1cf942 calculate the text before/after the cursor only AFTER graduating from debounce 2023-08-13 22:15:16 -07:00
Atai Barkai 56afe0b881 wip before text, after text
wip - double counting before text

wip middle sort of working

wip

pre select text seems to be consistent across the standard edge cases! (newlines, middle of node, between nodes, etc.)
2023-08-13 22:15:16 -07:00
Atai Barkai 842b34349d move debouncer to its own file 2023-08-13 22:15:16 -07:00
Atai Barkai 84039ea435 get rid of error handling 2023-08-13 22:15:16 -07:00
Atai Barkai 19d524ee85 looks like debouncing is fully working 2023-08-13 22:15:16 -07:00
Atai Barkai 4ecfb5fcfe autocomplete gets called on actual changes 2023-08-13 22:15:16 -07:00
Atai Barkai 73ac1eb802 wip debounce
.
2023-08-13 22:15:16 -07:00
Atai Barkai 1cef62903b ignore normalizing empty text when figuring out text contents of text field
.
2023-08-11 14:02:36 -07:00
Atai Barkai 2c73fa0879 insert node, not fragment 2023-08-10 22:35:16 -07:00
Atai Barkai 888dc853e4 Default element uses div, not span, to render newlines 2023-08-10 21:07:54 -07:00
Atai Barkai 5b6ddab45b restor cursor position after injecting 2023-08-10 21:07:32 -07:00
Atai Barkai 0a51c254b8 suggestions are not editable 2023-08-10 19:46:18 -07:00
Atai Barkai 5b62775fc0 wip: inline suggestion 2023-08-10 19:25:43 -07:00