example-index.yml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # QMD Collections Configuration
  2. # Location: ~/.config/qmd/index.yml
  3. #
  4. # This file defines all collections and their contexts.
  5. # You can manually edit this file - changes take effect immediately.
  6. # Global context applied to all collections
  7. # Use this for universal search instructions or patterns
  8. global_context: "If you see relevant [[WikiWord]] you can do a search for WikiWord to get more context on the matter"
  9. # Collection definitions
  10. collections:
  11. # Meeting notes
  12. Meetings:
  13. path: /Users/tobi/Documents/Meetings
  14. pattern: "**/*.md"
  15. context:
  16. "/": "Meeting notes and summaries"
  17. # Archived content from Shopify
  18. archive:
  19. path: /Users/tobi/src/github.com/Shopify/archive/obsidian/archive
  20. pattern: "**/*.md"
  21. context:
  22. # Context can be defined at any path level
  23. "/Board of Directors": "Public communications with the Shopify BOD"
  24. "/Context/": "Shopify Internal Podcasts, almost all of them hosted by Tobi"
  25. "/Summit/": "Tobi's major internal Shopify Summit Keynotes"
  26. "/": "Shopify archive - historical documents and communications"
  27. # Daily journal entries
  28. journals:
  29. path: /Users/tobi/src/github.com/tobi/Brain/journals
  30. pattern: "**/*.md"
  31. context:
  32. "/2024": "Daily notes from 2024"
  33. "/2025": "Daily notes from 2025"
  34. "/": "Logseq - daily notes. Unstructured text in logseq bullet point format"
  35. # Knowledge base pages
  36. pages:
  37. path: /Users/tobi/src/github.com/tobi/Brain/pages
  38. pattern: "**/*.md"
  39. context:
  40. "/": "Logseq knowledge base - structured notes and reference material"
  41. # Technical RFCs
  42. rfcs:
  43. path: /Users/tobi/src/github.com/Shopify/codex/rfcs
  44. pattern: "**/*.md"
  45. context:
  46. "/": "Request for Comments - technical design documents"
  47. # Thematic collections
  48. themes:
  49. path: /Users/tobi/src/github.com/Shopify/codex/themes
  50. pattern: "**/*.md"
  51. context:
  52. "/": "Thematic collections of important concepts and discussions"