-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Feature Request
Description
Generate a text description from all annotations (including notes) on a page that can be used as context for AI tools.
Use Case
When working with AI assistants, users need to provide context about their annotations, highlights, and notes. A feature that exports all annotation data in a structured, AI-friendly format would streamline this workflow.
Proposed Implementation
- Collect all annotations from the current page
- Include highlights (with colors) and associated notes
- Format as structured text suitable for AI consumption
- Possible output formats:
- Markdown with color indicators
- JSON structure
- Plain text with clear sections
Example Output
# Page Annotations
## Highlighted Text
- [Orange] "框架中的核心计算"
Note: This is the core computation module
- [Yellow] "基于 PyACTR 框架"
Note: Uses PyACTR framework
## Notes Only
- "需要进一步研究" at line 45Additional Considerations
- Export to clipboard for easy sharing
- Option to export all pages or current page only
- Include metadata like page title, timestamp
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels