omagdy7 / ollama-logseq

Logseq plugin to integerate with ollama
MIT License
167 stars 15 forks source link

can ollama-context-menu do "summarize from block" #17

Closed happy15 closed 4 months ago

happy15 commented 4 months ago

Hi, I tried to add an ollama-context-menu setting to summarize the whole content from a block including its children. Below is my setting:

ollama-context-menu-title:: Ollama: 总结整个block包括children
ollama-prompt-prefix:: summarize the text with bullet points like I am 5:

But it seems it just processes the content from the block only.

How can I do it? Thanks in advance.

omagdy7 commented 4 months ago

Thanks for submitting this issue I just rolled out a new update that should fix this issue

happy15 commented 4 months ago

verified and it works. 👍