briansunter / logseq-plugin-gpt3-openai

A plugin for GPT-3 AI assisted note taking in Logseq
https://twitter.com/bsunter
MIT License
710 stars 69 forks source link

feat: add block rephrase function #66

Closed forrestchang closed 1 year ago

forrestchang commented 1 year ago

Implement #65

briansunter commented 1 year ago

hey @forrestchang, I really appreciate the interest in contributing. I'm working on a better way to add custom prompts in #9 and #35 and I've almost finished implementing it. This will be a UI with a dedicated popup for the GPT prompts where you can search them. To start it will pull from a text file in the repo for custom prompts, and later allow people to define them in side logseq. The motivation is I want to make it easier to define a ton of prompts without cluttering the main logseq / command action bar.

So unfortunately I can't accept the hardcoded method right now, but I would be really interested in having this as one of the built-in prompts. I'll follow up on issue #65 with some instructions on how to add it.