aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-12-12Add documentation for block ollama properties andDavid Li4-1/+26
configuration page.
2023-12-11Merge pull request #10 from taweili/masterOmar Magdy2-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-10Use a configuration page instead of hard codingDavid Li1-3/+17
the context menu commands.
2023-12-04Abstract out the prompt and block event functionsDavid Li2-51/+42
into a closure so it can be use to create new menu events with different prompt prefix.
2023-12-04Use the ollama properties from the parent blockDavid Li1-4/+15
2023-12-03Merge branch 'master' into ollama-contextDavid Li3-12/+7
2023-12-02Updated package.json to v1.0.8omagdy71-1/+1
2023-12-02Unified error messagesomagdy72-14/+8
2023-12-02Merge pull request #9 from taweili/masterOmar Magdy1-2/+62
When prompt from block, use the properties to pass
2023-12-02Testing out ideas with contextDavid Li1-5/+8
2023-12-02When prompt from block, use the properties to passDavid Li1-2/+62
parameters to configure Ollama, e.g. speficy the models and turn the model parameters per Ollama generate API.
2023-11-29Added some refinments and quality of life changesomagdy74-20/+28
2023-11-29Merge pull request #8 from taweili/masterOmar Magdy2-1/+32
Add Prompt from Block Context Menu Command
2023-11-29Expanding the content of the block with AIDavid Li2-6/+23
2023-11-29Add Prompt from Block Context Menu Command and putDavid Li2-1/+15
the Ollama response in the subblock.
2023-11-26Added a note for windows users in READMEomagdy71-0/+1
2023-11-23Updated README.mdomagdy71-1/+2
2023-11-23Remove unused importsomagdy72-3/+2
2023-11-23Applying DRY principle and removing duplicate codeomagdy73-53/+31
2023-11-23Removing unecessary null checks and replacing them with !. in typescriptomagdy71-40/+18
2023-11-23Retain prompt with responseomagdy72-19/+21
2023-11-23Added a little delay between generating the flashcard question and flashcard ↵omagdy71-2/+1
answer
2023-11-23Enhanced flashcard genertationomagdy73-31/+37
2023-11-23Merge pull request #7 from taweili/masterOmar Magdy3-1/+24
Adding a "Summarize Block" command
2023-11-23Adding a "Summarize Block" commandDavid Li3-1/+24
2023-11-08Added buymecoffeomagdy71-0/+2
2023-11-08Fixed some typosomagdy71-3/+3
2023-11-07Removed manual instructions as the plugin now works from the marketplactomagdy72-11/+1
2023-11-07Updated README.md with manual installation instruction until I resolve the ↵omagdy71-0/+10
issue in the marketplace
2023-11-07Added some quality of life changes like hitting esc would hide the ui and ↵omagdy72-0/+18
solved a bug where the UI wouldn't showup after calling summarize and other commands
2023-11-06Removed no-cors modeomagdy71-1/+0
2023-11-06Disabled corsomagdy72-1/+2
2023-11-06Changed toolbar icon nameomagdy71-1/+1
2023-11-06Updated README.mdomagdy71-0/+3
2023-11-06Added gifs for demoomagdy75-1/+3
2023-11-06Added License and provided a demo video in the readmeomagdy73-1/+44
2023-11-05Added write permessionsomagdy71-0/+3
2023-11-05Removed manual releaseomagdy71-2/+0
2023-11-05Added proper tokenomagdy71-3/+5
2023-11-05Updated publish.ymlomagdy71-14/+54
2023-11-05Added dist instead of build to workflowomagdy71-1/+1
2023-11-05Added pnpm setup in workflowomagdy71-0/+4
2023-11-05Made the release workflow triggered manuallyomagdy71-3/+1
2023-11-05Updated publish.ymlomagdy71-30/+25
2023-11-05Updated workflow node version to 18 because semantic-relases need >= 18 node ↵omagdy71-1/+1
version
2023-11-05Added a publish.yml workflowomagdy73-2/+38
2023-11-05Added all the main features of the plugin and also added setting and made ↵omagdy717-281/+1463
the plugin respect themeing
2023-11-03Updated README.mdomagdy73-175/+2
2023-11-03Moved to react instead of vanilla js and added the basic skeleton of the plginomagdy720-1233/+4991
2023-11-03Updated READMEomagdy71-29/+2