| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-12-11 | Merge pull request #10 from taweili/master | Omar Magdy | 2 | -41/+61 | |
| Use closure to make creating new menu event easier and added a way to add extra block menu commands through reading the props of ollama-logseq-page | |||||
| 2023-12-10 | Use a configuration page instead of hard coding | David Li | 1 | -3/+17 | |
| the context menu commands. | |||||
| 2023-12-04 | Abstract out the prompt and block event functions | David Li | 2 | -51/+42 | |
| 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 | 3 | -12/+7 | |
| 2023-12-02 | Updated package.json to v1.0.8 | omagdy7 | 1 | -1/+1 | |
| 2023-12-02 | Unified error messages | omagdy7 | 2 | -14/+8 | |
| 2023-12-02 | Merge pull request #9 from taweili/master | Omar Magdy | 1 | -2/+62 | |
| When prompt from block, use the properties to pass | |||||
| 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 | 4 | -20/+28 | |
| 2023-11-29 | Merge pull request #8 from taweili/master | Omar Magdy | 2 | -1/+32 | |
| Add Prompt from Block Context Menu Command | |||||
| 2023-11-29 | Expanding the content of the block with AI | David Li | 2 | -6/+23 | |
| 2023-11-29 | Add Prompt from Block Context Menu Command and put | David Li | 2 | -1/+15 | |
| the Ollama response in the subblock. | |||||
| 2023-11-26 | Added a note for windows users in README | omagdy7 | 1 | -0/+1 | |
| 2023-11-23 | Updated README.md | omagdy7 | 1 | -1/+2 | |
| 2023-11-23 | Remove unused imports | omagdy7 | 2 | -3/+2 | |
| 2023-11-23 | Applying DRY principle and removing duplicate code | omagdy7 | 3 | -53/+31 | |
| 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 | 2 | -19/+21 | |
| 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 | 3 | -31/+37 | |
| 2023-11-23 | Merge pull request #7 from taweili/master | Omar Magdy | 3 | -1/+24 | |
| Adding a "Summarize Block" command | |||||
| 2023-11-23 | Adding a "Summarize Block" command | David Li | 3 | -1/+24 | |
| 2023-11-08 | Added buymecoffe | omagdy7 | 1 | -0/+2 | |
| 2023-11-08 | Fixed some typos | omagdy7 | 1 | -3/+3 | |
| 2023-11-07 | Removed manual instructions as the plugin now works from the marketplact | omagdy7 | 2 | -11/+1 | |
| 2023-11-07 | Updated README.md with manual installation instruction until I resolve the ↵ | omagdy7 | 1 | -0/+10 | |
| issue in the marketplace | |||||
| 2023-11-07 | Added some quality of life changes like hitting esc would hide the ui and ↵ | omagdy7 | 2 | -0/+18 | |
| solved a bug where the UI wouldn't showup after calling summarize and other commands | |||||
| 2023-11-06 | Removed no-cors mode | omagdy7 | 1 | -1/+0 | |
| 2023-11-06 | Disabled cors | omagdy7 | 2 | -1/+2 | |
| 2023-11-06 | Changed toolbar icon name | omagdy7 | 1 | -1/+1 | |
| 2023-11-06 | Updated README.md | omagdy7 | 1 | -0/+3 | |
| 2023-11-06 | Added gifs for demo | omagdy7 | 5 | -1/+3 | |
| 2023-11-06 | Added License and provided a demo video in the readme | omagdy7 | 3 | -1/+44 | |
| 2023-11-05 | Added write permessions | omagdy7 | 1 | -0/+3 | |
| 2023-11-05 | Removed manual release | omagdy7 | 1 | -2/+0 | |
| 2023-11-05 | Added proper token | omagdy7 | 1 | -3/+5 | |
| 2023-11-05 | Updated publish.yml | omagdy7 | 1 | -14/+54 | |
| 2023-11-05 | Added dist instead of build to workflow | omagdy7 | 1 | -1/+1 | |
| 2023-11-05 | Added pnpm setup in workflow | omagdy7 | 1 | -0/+4 | |
| 2023-11-05 | Made the release workflow triggered manually | omagdy7 | 1 | -3/+1 | |
| 2023-11-05 | Updated publish.yml | omagdy7 | 1 | -30/+25 | |
| 2023-11-05 | Updated workflow node version to 18 because semantic-relases need >= 18 node ↵ | omagdy7 | 1 | -1/+1 | |
| version | |||||
| 2023-11-05 | Added a publish.yml workflow | omagdy7 | 3 | -2/+38 | |
| 2023-11-05 | Added all the main features of the plugin and also added setting and made ↵ | omagdy7 | 17 | -281/+1463 | |
| the plugin respect themeing | |||||
| 2023-11-03 | Updated README.md | omagdy7 | 3 | -175/+2 | |
| 2023-11-03 | Moved to react instead of vanilla js and added the basic skeleton of the plgin | omagdy7 | 20 | -1233/+4991 | |
| 2023-11-03 | Updated README | omagdy7 | 1 | -29/+2 | |
| 2023-11-03 | Added the base skeleton of the plugin | omagdy7 | 1 | -33/+84 | |
