Find and add authoritative source links for all facts, citations, and references in markdown documents
Enhance markdown documents by finding and adding authoritative source links for mentioned facts, tools, products, research, and references.
Use the enrich_citations.py script to process markdown documents:
# Use default output location (~/tmp/citation_enriched.md - allows overwrite)
python scripts/enrich_citations.py --document-file /path/to/document.md
# Specify custom output location (cannot overwrite existing files)
python scripts/enrich_citations.py --document-file /path/to/document.md --output /path/to/output.md
The script automatically:
[Reference](URL)--document-file (required) - Path to the markdown document to enrich--output (optional) - Custom output path (default: ~/tmp/citation_enriched.md)~/tmp/citation_enriched.md - Allows overwrite