From e76c285bdc35841b263777eed14d8ee51fe9bc97 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Tue, 14 Feb 2023 16:15:40 -0600 Subject: [PATCH] No need to prune plugins as not included in pypi package. Mention Obsidian as supported Interfaces in Readme --- MANIFEST.in | 2 -- README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 326a776c..d4301ef1 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,6 +2,4 @@ include README.md graft src/khoj/interface/* prune src/khoj/interface/web/images* prune docs* -prune src/interface/obsidian* -prune src/interface/emacs* global-exclude .DS_Store *.py[cod] \ No newline at end of file diff --git a/README.md b/README.md index ed29b56f..55c269fc 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ - **Incremental**: Incremental search for a fast, search-as-you-type experience - **Pluggable**: Modular architecture makes it easy to plug in new data sources, frontends and ML models - **Multiple Sources**: Search your Org-mode and Markdown notes, Beancount transactions and Photos -- **Multiple Interfaces**: Search using a [Web Browser](./src/khoj/interface/web/index.html), [Emacs](./src/interface/emacs/khoj.el) or the [API](http://localhost:8000/docs) +- **Multiple Interfaces**: Search from your [Web Browser](./src/khoj/interface/web/index.html), [Emacs](./src/interface/emacs/khoj.el) or [Obsidian](./src/interface/obsidian/) ## Demos ### Khoj in Obsidian