| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-02-03 | Merge pull request #35 from jaibuu/masterHEADmaster | Omar Magdy | 1 | -17/+96 | |
| Better support for reasoning models and subdivision of tasks | |||||
| 2025-02-03 | Merge pull request #34 from taniki/patch-1 | Omar Magdy | 1 | -2/+2 | |
| fix a minor typo | |||||
| 2025-02-02 | Better support for reasoning models, subdivision of tasks supports nesting ↵ | jaibuu | 1 | -19/+98 | |
| and ignores empty lines, typo fix | |||||
| 2025-01-31 | fix a minor typo | tam kien duong | 1 | -2/+2 | |
| 2024-11-02 | Updated version of various actiosn in workflow | omagdy | 1 | -3/+3 | |
| 2024-11-01 | Merge branch 'master' of github.com:omagdy7/ollama-logseq | omagdy | 1 | -1/+1 | |
| 2024-11-01 | Fixed small typo in `defintion` | omagdy | 2 | -3069/+3856 | |
| 2024-11-01 | Changed default model to llama3.1:8b | omagdy | 1 | -1/+1 | |
| 2024-05-13 | Merge pull request #22 from rominf/rominf-card-generation-prompt | Omar Magdy | 1 | -1/+1 | |
| Improve prompt for card generation | |||||
| 2024-05-10 | Improve prompt for card generation | Roman Inflianskas | 1 | -1/+1 | |
| Previously, generated cards with llama3 model were broken, because llama3 was too chatty and provided front and back sides when asked for a question. Update the prompt to make generation correct. | |||||
| 2024-03-10 | Removed the note on running WSL for ollama to work on windows(as ollama ↵ | omagdy7 | 1 | -2/+0 | |
| supports native windows now) | |||||
| 2024-02-27 | fix: fixed a bug where custom prompts on block doesn't take into context all ↵ | omagdy7 | 2 | -8/+11 | |
| children of the block | |||||
| 2024-02-22 | Deleted Changelog | omagdy7 | 1 | -42/+0 | |
| 2024-02-22 | Updated README.md and modified version in package.json | omagdy7 | 2 | -4/+6 | |
| 2024-02-22 | Added the ability to Ask in context of the block only instead of the whole page | omagdy7 | 5 | -36/+78 | |
| 2024-02-14 | Merge pull request #16 from gixita/master | Omar Magdy | 4 | -0/+12 | |
| feat: Add custom prompt defined in configuration to apply on block | |||||
| 2024-02-10 | Add a custom prompt configuration field in the plugin settings | gixita | 1 | -0/+7 | |
| 2024-02-10 | Adding package-lock.json to the gitignore file | gixita | 1 | -0/+1 | |
| 2024-02-10 | Move the custom prompt trigger on the block command | gixita | 4 | -30/+2 | |
| 2024-02-08 | feat: Add custom prompt functionality to block | gixita | 4 | -1/+33 | |
| 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 | Modifed workflow to use GITHUB_TOKEN | omagdy7 | 1 | -3/+3 | |
| 2023-12-12 | Added some polish touches before v1.0.9 | omagdy7 | 3 | -22/+18 | |
| 2023-12-12 | Merge pull request #13 from taweili/master | Omar Magdy | 4 | -1/+26 | |
| Add documentation for block ollama properties and configuration page. | |||||
| 2023-12-12 | Add documentation for block ollama properties and | David Li | 4 | -1/+26 | |
| configuration page. | |||||
| 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 | |
