aboutsummaryrefslogtreecommitdiff
path: root/src/components/OllamaCommandPallete.tsx
AgeCommit message (Collapse)AuthorFilesLines
2024-02-10Move the custom prompt trigger on the block commandgixita1-5/+1
2024-02-08feat: Add custom prompt functionality to blockgixita1-1/+5
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-11-23Remove unused importsomagdy71-2/+2
2023-11-23Applying DRY principle and removing duplicate codeomagdy71-2/+2
2023-11-23Enhanced flashcard genertationomagdy71-2/+2
2023-11-23Adding a "Summarize Block" commandDavid Li1-1/+5
2023-11-07Added some quality of life changes like hitting esc would hide the ui and ↵omagdy71-0/+17
solved a bug where the UI wouldn't showup after calling summarize and other commands
2023-11-05Added all the main features of the plugin and also added setting and made ↵omagdy71-0/+54
the plugin respect themeing