diff --git a/src/interface/obsidian/README.md b/src/interface/obsidian/README.md index 8c6c1421..26e0d3aa 100644 --- a/src/interface/obsidian/README.md +++ b/src/interface/obsidian/README.md @@ -67,14 +67,16 @@ See [official Obsidian plugin docs](https://help.obsidian.md/Extending+Obsidian/ ## Use ### Chat -Run *Khoj: Chat* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette) and ask questions in a natural, conversational style. +Run *Khoj: Chat* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette) and ask questions in a natural, conversational style.
E.g "When did I file my taxes last year?" Notes: - *Using Khoj Chat will result in query relevant notes being shared with OpenAI for ChatGPT to respond.* - *To use Khoj Chat, ensure you've set your [OpenAI API key](https://platform.openai.com/account/api-keys) in the Khoj plugin settings.* -See [[https://github.com/debanjum/khoj/tree/master/#Khoj-Chat][Khoj Chat]] for more details +See [Khoj Chat](https://github.com/debanjum/khoj/tree/master/#Khoj-Chat) for more details + +![](https://github.com/debanjum/khoj/blob/master/src/interface/obsidian/docs/khoj_chat_on_obsidian_0.6.0.png?) ### Search Click the *Khoj search* icon 🔎 on the [Ribbon](https://help.obsidian.md/User+interface/Workspace/Ribbon) or run *Khoj: Search* from the [Command Palette](https://help.obsidian.md/Plugins/Command+palette) diff --git a/src/interface/obsidian/docs/khoj_chat_on_obsidian_0.6.0.png b/src/interface/obsidian/docs/khoj_chat_on_obsidian_0.6.0.png new file mode 100644 index 00000000..aad983fb Binary files /dev/null and b/src/interface/obsidian/docs/khoj_chat_on_obsidian_0.6.0.png differ