aboutsummaryrefslogtreecommitdiff
path: root/src/main.tsx
AgeCommit message (Collapse)AuthorFilesLines
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