Thanks for your interest in contributing!
- Fork and clone:
git clone https://github.com/YOUR_USERNAME/knowledgedigest.git - Install:
pip install -r requirements.txt - Run:
python -m KnowledgeDigest --guior--web
- Bug fixes: Open an Issue or submit a PR directly
- New document formats: Extend the extraction pipeline
- Search improvements: FTS5 queries, ranking, highlighting
- Web Viewer features: New pages, better UI
- Documentation: Always appreciated
Look for good first issue labels.
- Python 3.10+, PySide6 for GUI
- Web Viewer: stdlib only (no external web frameworks)
- One feature/fix per PR
- Update docs if behavior changes
By contributing, you agree that your contributions will be licensed under the MIT License.