Add details about the Khoj Obsidian plugin to the main Readme

- Add Khoj in Obsidian Demo

- Update Interfaces Screenshot to include Obsidian Plugin Screenshot

- Update .gitignore to ignore obsidian plugin ignorelist
  Section the .gitignore for better readability

- Update the Setup, Usage instructions to include information about
  the Obsidian plugin
This commit is contained in:
Debanjum Singh Solanky
2023-01-04 18:42:53 -03:00
parent cd8b918a55
commit 0e39e0ff71
3 changed files with 55 additions and 14 deletions

33
.gitignore vendored
View File

@@ -1,16 +1,37 @@
# Khoj artifacts
*.gz
*.pt
src/.data
tests/data/models
tests/data/embeddings
# External app artifacts
__pycache__
.DS_Store
.emacs.desktop*
*.py[cod]
tests/data/models
tests/data/embeddings
src/.data
/src/interface/web/images
.vscode
*.gz
*.pt
# Build artifacts
/src/interface/web/images
/build/
/dist/
/khoj_assistant.egg-info/
/config/khoj*.yml
.pytest_cache
khoj.log
# Obsidian plugin artifacts
# ---
# npm
node_modules
# Don't include the compiled obsidian main.js file in the repo.
# They should be uploaded to GitHub releases instead.
main.js
# Exclude sourcemaps
*.map
# obsidian
data.json