mirror of
https://github.com/logancyang/obsidian-copilot.git
synced 2026-07-22 07:50:24 +00:00
Add emojis to readme
This commit is contained in:
parent
be9f522fbb
commit
dde86e2f62
1 changed files with 14 additions and 9 deletions
23
README.md
23
README.md
|
|
@ -1,13 +1,13 @@
|
|||
# Obsidian Copilot
|
||||
- ChatGPT integration in Obsidian.
|
||||
- Turbocharge your Second Brain with AI.
|
||||
- Talk to your past notes for insights.
|
||||
# 🔍 Obsidian Copilot
|
||||
- 💬 ChatGPT integration in Obsidian.
|
||||
- 🚀 Turbocharge your Second Brain with AI.
|
||||
- 🧠 Talk to your past notes for insights.
|
||||
|
||||
Take your note-taking game to the next level with the Obsidian Copilot Plugin!
|
||||
|
||||
<a href="https://www.buymeacoffee.com/logancyang" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 40px !important;width: 150px !important;" ></a>
|
||||
|
||||
## Features
|
||||
## 🛠️ Features
|
||||
- Chat with ChatGPT right in Obsidian in the Copilot Chat window.
|
||||
- No repetitive login. Use your own API key.
|
||||
- No monthly fee. Pay only for what you use.
|
||||
|
|
@ -19,7 +19,7 @@ Take your note-taking game to the next level with the Obsidian Copilot Plugin!
|
|||
- One-click using the active note as context, and start a discussion around it (currently only supports shorter notes)
|
||||
- Set your own parameters like LLM temperature, max tokens, conversation context based on your need (**pls be mindful of the API cost**).
|
||||
|
||||
## Demo
|
||||
## 🎬 Demo
|
||||
Chat with ChatGPT, copy a message to note, or save entire conversation as a note:
|
||||
|
||||

|
||||
|
|
@ -32,17 +32,22 @@ The settings page lets you set your own temperature, max tokens, conversation co
|
|||
|
||||
<img src="./images/settings-page.png" alt="Settings" width="500">
|
||||
|
||||
## Planned features (based on feedback)
|
||||
## ⚙️ Manual Installation
|
||||
- Go to the latest release
|
||||
- Download `main.js`, `manifest.json`, `styles.css` and put them under `.obsidian/plugins/obsidian-copilot/` in your vault
|
||||
- Open your Obsidian settings > Community plugins, and turn on `Copilot`.
|
||||
|
||||
## 📝 Planned features (based on feedback)
|
||||
- More standard prompts that can be used with commands
|
||||
- User customized prompts
|
||||
- Online prompt library access
|
||||
- Add support for having unlimited context, i.e. QA against very long notes, a collection of notes or the entire vault
|
||||
- Integration with ChatGPT plugins when I get access
|
||||
|
||||
## Note
|
||||
## 🔔 Note
|
||||
- The chat history is not saved by default. Please use "**Save as Note**" to save it. The note will have a title `Chat-Year_Month_Day-Hour_Minute_Second`, you can change its name as needed.
|
||||
- "**New Chat**" clears all previous chat history. Again, please use "**Save as Note**" if you would like to save the chat.
|
||||
- "**Use Active Note as Context**" does not support super long notes yet since the OpenAI API has a limited context length (currently about 4K, 8K, or 32K tokens depending on the model you use). In the future I'm considering supporting very long notes / a folder of notes / the entire vault as context if there is enough demand.
|
||||
- You can set a very long context in the setting "**Conversation turns in context**" if needed.
|
||||
|
||||
### Again, please always be mindful of the API cost if you use GPT-4 with a long context!
|
||||
### 📣 Again, please always be mindful of the API cost if you use GPT-4 with a long context!
|
||||
|
|
|
|||
Loading…
Reference in a new issue