.flake8
.gitignore
.isort.cfg
Makefile
README.md
pyproject.toml
setup.cfg
src/nbx/Makefile
src/nbx/__init__.py
src/nbx/app.py
src/nbx/cli.py
src/nbx/config.py
src/nbx/gist.py
src/nbx/link.py
src/nbx/logger.py
src/nbx/nbx.py
src/nbx/note.py
src/nbx/tui.py
src/nbx/util.py
src/nbx/frontend/.gitignore
src/nbx/frontend/README.md
src/nbx/frontend/index.html
src/nbx/frontend/package-lock.json
src/nbx/frontend/package.json
src/nbx/frontend/postcss.config.cjs
src/nbx/frontend/svelte.config.js
src/nbx/frontend/tailwind.config.cjs
src/nbx/frontend/tsconfig.json
src/nbx/frontend/tsconfig.node.json
src/nbx/frontend/vite.config.ts
src/nbx/frontend/.vscode/extensions.json
src/nbx/frontend/dist/favicon.ico
src/nbx/frontend/dist/icon.png
src/nbx/frontend/dist/index.html
src/nbx/frontend/dist/assets/index.09b57cf6.css
src/nbx/frontend/dist/assets/index.742f4719.js
src/nbx/frontend/dist/assets/index.742f4719.js.map
src/nbx/frontend/dist/assets/tinykeys.module.d8e12cf8.js
src/nbx/frontend/dist/assets/tinykeys.module.d8e12cf8.js.map
src/nbx/frontend/public/favicon.ico
src/nbx/frontend/public/icon.png
src/nbx/frontend/src/App.svelte
src/nbx/frontend/src/index.css
src/nbx/frontend/src/main.ts
src/nbx/frontend/src/stores.ts
src/nbx/frontend/src/util.ts
src/nbx/frontend/src/vite-env.d.ts
src/nbx/frontend/src/assets/svelte.png
src/nbx/frontend/src/components/CodeBlock.svelte
src/nbx/frontend/src/components/CommandPalette.svelte
src/nbx/frontend/src/components/InsightEditor.svelte
src/nbx/frontend/src/components/InsightGraph.svelte
src/nbx/frontend/src/components/NoteCards.svelte
src/nbx/frontend/src/components/NoteDiff.svelte
src/nbx/frontend/src/components/NoteEditor.svelte
src/nbx/frontend/src/components/NoteHistory.svelte
src/nbx/frontend/src/components/RecordCard.svelte
src/nbx/frontend/src/components/StatementCards.svelte
src/nbx/frontend/src/pages/EditInsight.svelte
src/nbx/frontend/src/pages/EditNote.svelte
src/nbx/frontend/src/pages/ListNotes.svelte
src/nbx/frontend/src/types/noteview.type.ts
src/nbx/frontend/src/types/record.type.ts
src/nbx/frontend/src/utils/history.ts
src/nbx/ner/README.md
src/nbx/ner/__init__.py
src/nbx/ner/ner.py
src/nbx/search/__init__.py
src/nbx/search/faiss.py
src/nbx/search/mock.py
src/nbx/search/openai.py
src/nbx/search/regex.py
src/nbx/search/search.py
src/nbx/search/txtai.py
src/nbx/search/whoosh.py
src/pynbx.egg-info/PKG-INFO
src/pynbx.egg-info/SOURCES.txt
src/pynbx.egg-info/dependency_links.txt
src/pynbx.egg-info/entry_points.txt
src/pynbx.egg-info/requires.txt
src/pynbx.egg-info/top_level.txt
tests/Makefile
tests/test_alias.py
tests/test_app.py
tests/test_cli.py
tests/test_nbx.py
tests/test_note.py
tests/test_search_faiss.py
tests/test_search_pinecone.py
tests/test_search_regex.py
tests/test_search_whoosh.py
tests/notes/content_heading.html
tests/notes/heading_content.html
tests/notes/heading_content_heading.html
tests/notes/heading_heading.html
tests/notes/only_content.html
tests/notes/only_content_lists.html
tests/notes/only_heading.html
tests/notes/only_title.html
tests/notes/title_content.html
tests/notes/title_content_heading.html
tests/notes/title_content_heading_heading.html
tests/notes/title_content_lists.html
tests/notes/title_heading_content.html
tests/notes/title_heading_content_heading_heading.html