diff --git a/docs/khoj_chat_on_emacs_0.5.0.png b/docs/khoj_chat_on_emacs_0.5.0.png new file mode 100644 index 00000000..ab74ebdb Binary files /dev/null and b/docs/khoj_chat_on_emacs_0.5.0.png differ diff --git a/src/interface/emacs/README.org b/src/interface/emacs/README.org index 1a192986..e8fee405 100644 --- a/src/interface/emacs/README.org +++ b/src/interface/emacs/README.org @@ -32,8 +32,12 @@ - *Assisted creativity*: Smoothly weave across answer retrieval and content generation ** Interface +*** Search UI [[/docs/khoj_on_emacs.png]] +*** Chat UI + [[/docs/khoj_chat_on_emacs_0.5.0.png]] + ** Setup - /Make sure [[https://realpython.com/installing-python/][python]] (version 3.10 or lower) and [[https://pip.pypa.io/en/stable/installation/][pip]] are installed on your machine/ diff --git a/src/interface/obsidian/README.md b/src/interface/obsidian/README.md index 26e0d3aa..8b019b98 100644 --- a/src/interface/obsidian/README.md +++ b/src/interface/obsidian/README.md @@ -5,8 +5,10 @@ - [Features](#Features) - [Demo](#Demo) - - [Description](#Description) - - [Interface](#Interface) + - [Search Demo](#Search-Demo) +- [Interfaces](#Interfaces) + - [Search Modal](#Search-Modal) + - [Chat Modal](#Chat-Modal) - [Setup](#Setup) - [Setup Backend](#1-Setup-Backend) - [Setup Plugin](#2-Setup-Plugin) @@ -32,6 +34,7 @@ - **Assisted creativity**: Smoothly weave across answers retrieval and content generation ## Demo +### Search Demo https://user-images.githubusercontent.com/6413477/210486007-36ee3407-e6aa-4185-8a26-b0bfc0a4344f.mp4
Description @@ -46,9 +49,13 @@ https://user-images.githubusercontent.com/6413477/210486007-36ee3407-e6aa-4185-8
-### Interface +## Interfaces +### Search Modal ![](https://github.com/debanjum/khoj/blob/master/src/interface/obsidian/docs/khoj_on_obsidian_0.2.5.png?) +### Chat Modal +![](https://github.com/debanjum/khoj/blob/master/src/interface/obsidian/docs/khoj_chat_on_obsidian_0.6.0.png?) + ## Setup - *Make sure [python](https://realpython.com/installing-python/) (version 3.10 or lower) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine* - *Ensure you follow the ordering of the setup steps. Install the plugin after starting the khoj backend. This allows the plugin to configure the khoj backend*