Files

34 lines
1.2 KiB
Markdown

# From Joplin Directory
This directory is for dropping Joplin markdown exports for automatic ingestion into the databank.
## Purpose
- **Content Ingestion**: Joplin markdown exports for processing
- **Automatic Updates**: AI agents monitor this directory and update databank/artifacts/
- **Seamless Integration**: Bridge between Joplin notes and databank structure
## Workflow
1. **Export**: Export notes from Joplin as markdown
2. **Drop**: Place exports in this directory
3. **Process**: AI agents automatically process exports
4. **Update**: Databank/artifacts/ updated with new content
5. **Archive**: Processed exports moved to archive
## Guidelines
### For Humans
- **Export as Markdown**: Use Joplin's markdown export feature
- **Include Front Matter**: Preserve metadata and tags
- **Organize by Topic**: Group related notes together
- **Clear Naming**: Use descriptive filenames
### For AI Agents
- **Monitor Continuously**: Watch for new exports
- **Parse Thoroughly**: Extract all relevant information
- **Map to Structure**: Place content in appropriate databank/artifacts/ locations
- **Update Tracking**: Maintain processing logs and archives
- **Handle Errors**: Gracefully handle malformed exports
---