| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-11-01 | Fixed small typo in `defintion` | omagdy | 1 | -1/+1 | |
| 2024-02-27 | fix: fixed a bug where custom prompts on block doesn't take into context all ↵ | omagdy7 | 1 | -7/+10 | |
| children of the block | |||||
| 2024-02-22 | Added the ability to Ask in context of the block only instead of the whole page | omagdy7 | 1 | -7/+18 | |
| 2024-02-10 | Move the custom prompt trigger on the block command | gixita | 1 | -17/+0 | |
| 2024-02-08 | feat: Add custom prompt functionality to block | gixita | 1 | -0/+20 | |
| This commit introduces the capability for users to apply custom prompts defined in the configuration to a block. Key changes include: - A new configuration string to store the custom prompt. - A menu item 'Custom prompt on block'. - Implementation of a function to apply the custom prompt to a block, mirroring the existing 'summarize block' functionality. | |||||
| 2023-12-12 | Added some polish touches before v1.0.9 | omagdy7 | 1 | -9/+6 | |
| 2023-12-04 | Abstract out the prompt and block event functions | David Li | 1 | -45/+35 | |
| into a closure so it can be use to create new menu events with different prompt prefix. | |||||
| 2023-12-04 | Use the ollama properties from the parent block | David Li | 1 | -4/+15 | |
| 2023-12-03 | Merge branch 'master' into ollama-context | David Li | 1 | -10/+4 | |
| 2023-12-02 | Unified error messages | omagdy7 | 1 | -13/+6 | |
| 2023-12-02 | Testing out ideas with context | David Li | 1 | -5/+8 | |
| 2023-12-02 | When prompt from block, use the properties to pass | David Li | 1 | -2/+62 | |
| parameters to configure Ollama, e.g. speficy the models and turn the model parameters per Ollama generate API. | |||||
| 2023-11-29 | Added some refinments and quality of life changes | omagdy7 | 1 | -7/+7 | |
| 2023-11-29 | Expanding the content of the block with AI | David Li | 1 | -4/+15 | |
| 2023-11-29 | Add Prompt from Block Context Menu Command and put | David Li | 1 | -0/+13 | |
| the Ollama response in the subblock. | |||||
| 2023-11-23 | Applying DRY principle and removing duplicate code | omagdy7 | 1 | -50/+28 | |
| 2023-11-23 | Removing unecessary null checks and replacing them with !. in typescript | omagdy7 | 1 | -40/+18 | |
| 2023-11-23 | Retain prompt with response | omagdy7 | 1 | -18/+20 | |
| 2023-11-23 | Added a little delay between generating the flashcard question and flashcard ↵ | omagdy7 | 1 | -2/+1 | |
| answer | |||||
| 2023-11-23 | Enhanced flashcard genertation | omagdy7 | 1 | -28/+33 | |
| 2023-11-23 | Adding a "Summarize Block" command | David Li | 1 | -0/+18 | |
| 2023-11-08 | Fixed some typos | omagdy7 | 1 | -3/+3 | |
| 2023-11-06 | Removed no-cors mode | omagdy7 | 1 | -1/+0 | |
| 2023-11-06 | Disabled cors | omagdy7 | 1 | -0/+1 | |
| 2023-11-05 | Added all the main features of the plugin and also added setting and made ↵ | omagdy7 | 1 | -56/+195 | |
| the plugin respect themeing | |||||
| 2023-11-03 | Moved to react instead of vanilla js and added the basic skeleton of the plgin | omagdy7 | 1 | -0/+116 | |
