aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-02-22 19:16:39 +0200
committeromagdy7 <omar.professional8777@gmail.com>2024-02-22 19:16:39 +0200
commit8fb0d931dc32f974fa2dee32bddbd1f34f186abf (patch)
tree9102ad14ea01a93e0a199c106aef1957f0c93720
parent481ae0c24785a1798a0445a2a982acce6db7e4f2 (diff)
downloadollama-logseq-8fb0d931dc32f974fa2dee32bddbd1f34f186abf.tar.xz
ollama-logseq-8fb0d931dc32f974fa2dee32bddbd1f34f186abf.zip
Updated README.md and modified version in package.json
-rw-r--r--README.md8
-rw-r--r--package.json2
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index 11a382c..228a0ce 100644
--- a/README.md
+++ b/README.md
@@ -11,8 +11,9 @@ A plugin to integrate [ollama](https://github.com/jmorganca/ollama) with [logseq
# Features
- The plugin currently has 6 commands
- Ask Ai -> which is a prompt the AI freely without any context
- - Ask Ai with context -> This is the same as Ask Ai but it gives the model the context of the current page
- - Summarize -> Summarizs the whole page
+ - Ask Ai with page context -> This is the same as Ask Ai but it gives the model the context of the current page
+ - Ask Ai with block context -> This is the same as Ask Ai but it gives the model the context of the current block
+ - Summarize Page
- Summarize Block
- Create a flash card
- Divide a todo task into subtasks
@@ -21,7 +22,8 @@ A plugin to integrate [ollama](https://github.com/jmorganca/ollama) with [logseq
- Summarize Block
- Make a flash card
- Divide task into subtasks
- - Prompt from block
+ - Prompt from block (uses the block as a prompt)
+ - Custom prompt on block (uses the custom prompt defined in settings on the block)
- Expand block
- A slash command via /ollama
- Button in tool bar
diff --git a/package.json b/package.json
index 05fd10e..ed703f6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "ollama-logseq",
- "version": "1.0.9",
+ "version": "1.1.2",
"main": "dist/index.html",
"scripts": {
"dev": "vite",