diff options
| -rw-r--r-- | README.md | 8 | ||||
| -rw-r--r-- | package.json | 2 |
2 files changed, 6 insertions, 4 deletions
@@ -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", |
