Integrations
Overview
About
This folder contains integration landing zones for external tools and automated imports. Each subfolder serves as a stable entry point for a specific tool or service, where raw artifacts arrive before being processed into atomic notes.
Architecture Philosophy
Why Not INBOX?
The 00-INBOX/ folder is designed for manual quick capture—fleeting thoughts and one-off notes that you create. Integration folders serve a different purpose:
| Aspect | 00-INBOX | 04-RESOURCES/Integrations |
|---|---|---|
| Entry | Manual typing | Plugin/tool imports |
| Path Stability | Can reorganize | Must remain fixed for tools |
| Content Type | Your thoughts | External artifacts |
| Processing | Route by type | Extract then archive |
The Integration Pattern
External Source → Plugin/Tool → Integration Folder → Processing → Atomic Notes
↓ ↓ ↓
(Perplexity) (04-RESOURCES/Integrations/Chats/) (01-SLIPBOX/)
(Readwise) (04-RESOURCES/Integrations/Readwise/) (04-RESOURCES/Definitions/)
(Web Clipper) (04-RESOURCES/Integrations/Clippings/)
Integration Folders
| Folder | Source | Plugin/Method | Template |
|---|---|---|---|
| Chats | AI LLMs (Perplexity, ChatGPT, Claude) | Nexus AI Chat Importer, manual | Template-AIChat.md |
| Clippings | Web pages | Obsidian Web Clipper | Browser extension |
| Medium | Medium articles | Medium Importer | Plugin |
| Raindrop | Raindrop.io bookmarks | Raindrop sync | Plugin |
| Readwise | Kindle, articles, tweets | Readwise Official | Plugin |
| Zotero | Academic papers | Zotero Integration | Plugin |
| Embeds | Embedded widgets | Manual | Various |
Configuration Reference
Plugin Target Paths
Configure your plugins to use these stable paths:
# Nexus AI Chat Importer
target_folder: "04-RESOURCES/Integrations/Chats/"
# Obsidian Web Clipper
clippings_folder: "04-RESOURCES/Integrations/Clippings/"
# Readwise Official
base_folder: "04-RESOURCES/Integrations/Readwise/"
# Medium Importer
import_folder: "04-RESOURCES/Integrations/Medium/"
# Zotero Integration
literature_notes_folder: "04-RESOURCES/Integrations/Zotero/"Processing Workflow
All integration folders follow a similar processing pattern:
1. Arrival
Raw artifacts land in the integration folder via automated import or manual placement.
2. Review
Periodically review new items (daily/weekly):
- Scan for high-value content
- Mark items for extraction
- Archive low-value items
3. Extract
Create atomic notes from valuable content:
- Use appropriate templates (Definition, Code, Guide, etc.)
- Link back to source artifact via
source_*frontmatter fields - Place in permanent locations (
01-SLIPBOX/,04-RESOURCES/)
4. Update Source
After extraction:
- Update extraction status in source artifact
- Add links to extracted notes
- Optionally move to
99-ARCHIVES/
Dashboard
Recent Imports (All Integrations)
By Integration
Adding New Integrations
When adding a new external tool:
- Create subfolder:
04-RESOURCES/Integrations/{ToolName}/ - Add
index.mdwith:- Tool description
- Plugin configuration
- Processing workflow
- Dataview queries
- Create template if needed:
05-SYSTEM/Templates/Template-{Type}.md - Configure plugin to use the stable path
- Update this index
Appendix
Created: 2024-12-31 | Modified: 2024-12-31
See Also
- MOC - PKM
- Guide - AI Chat Processing Workflow
- AGENTS
- Inbox (for manual quick capture)
Backlinks
(c) No Clocks, LLC | 2024