aboutsummaryrefslogtreecommitdiff
path: root/src/main.tsx
AgeCommit message (Collapse)AuthorFilesLines
2024-11-01Changed default model to llama3.1:8bomagdy1-1/+1
2024-02-10Add a custom prompt configuration field in the plugin settingsgixita1-0/+7
2024-02-10Move the custom prompt trigger on the block commandgixita1-7/+0
2024-02-08feat: Add custom prompt functionality to blockgixita1-0/+7
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-06Changed toolbar icon nameomagdy71-1/+1
2023-11-05Added all the main features of the plugin and also added setting and made ↵omagdy71-12/+12
the plugin respect themeing
2023-11-03Moved to react instead of vanilla js and added the basic skeleton of the plginomagdy71-0/+93