From 02ca2c05a13a0d1e664c4807ddf5428ffaad7923 Mon Sep 17 00:00:00 2001 From: Debanjum Singh Solanky Date: Fri, 29 Jul 2022 17:50:29 +0400 Subject: [PATCH] Add Eagle Icon for Khoj to Web, Emacs Interfaces and Readme --- Readme.md | 3 +-- src/interface/emacs/khoj.el | 5 ++--- src/interface/web/index.html | 1 + 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index b91a5a94..def61b4c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,8 +1,7 @@ +# Khoj 🦅 ![](https://github.com/debanjum/khoj/actions/workflows/test.yml/badge.svg) ![](https://github.com/debanjum/khoj/actions/workflows/build.yml/badge.svg) -# Khoj - *A natural language search engine for your personal notes, transactions and images* ## Table of Contents diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index 9491d28e..dbd87c35 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -63,13 +63,12 @@ (defvar khoj--minibuffer-window nil "Minibuffer window being used by user to enter query.") -(defconst khoj--query-prompt "Khoj: " +(defconst khoj--query-prompt "🦅Khoj: " "Query prompt shown to user in the minibuffer.") (defvar khoj--search-type "org" "The type of content to perform search on.") - (defun khoj--extract-entries-as-markdown (json-response query) "Convert json response from API to markdown entries" ;; remove leading (, ) or SPC from extracted entries string @@ -237,7 +236,7 @@ ;;;###autoload (defun khoj-simple (query) "Natural Search for QUERY in your personal notes, transactions, music and images using Khoj" - (interactive "sQuery: ") + (interactive "s🦅Khoj: ") (let* ((rerank "true") (default-type (khoj--buffer-name-to-search-type (buffer-name))) (search-type (completing-read "Type: " '("org" "markdown" "ledger" "music" "image") nil t default-type)) diff --git a/src/interface/web/index.html b/src/interface/web/index.html index 6db69d85..d6cce98c 100644 --- a/src/interface/web/index.html +++ b/src/interface/web/index.html @@ -1,6 +1,7 @@ + Khoj