Commit Graph

13 Commits

Author SHA1 Message Date
4a4710e70a docs: 更新 README.md
1. 全面重写文档结构,使其更加清晰和专业
2. 添加项目目录结构和核心模块说明
3. 更新最近的功能改进
2025-01-15 23:14:27 +08:00
ae32c9a94a feat: improve title extraction
- Add support for Chinese and English punctuation
- Fix title truncation and ellipsis
- Improve content cleaning
- Add comprehensive test cases
2025-01-15 22:18:55 +08:00
5330de49fc test: add clipboard content tests
- Add test suite for clipboard content handling
- Add test cases for different content types
- Add test data module
- Improve clipboard operation reliability
- Add better HTML content extraction
2025-01-15 22:08:38 +08:00
bcd15f141f feat: add content validation
- Add content validation to filter empty or invalid content
- Add special handling for excalidraw clipboard content
- Add minimum content length check
- Add user feedback for invalid content
- Improve error messages
2025-01-15 21:59:46 +08:00
0a5179209d fix: improve content capture and title extraction
- Optimize clipboard content capture order (Unicode > HTML > Text)
- Add proper HTML content extraction
- Improve title extraction with markdown and topic sentence support
- Add automatic copy operation before content capture
- Fix content encoding issues
2025-01-15 21:57:46 +08:00
595f22c929 fix: improve clipboard handling and add status messages
- Enhance clipboard content detection and error handling
- Add detailed logging for debugging
- Add GUI status messages for user feedback
- Fix document saving issues
- Improve error reporting
2025-01-15 21:38:34 +08:00
b2494d439b feat: add intelligent document processing
- Add DocumentProcessor class for smart content analysis
- Implement automatic title generation
- Add automatic tagging system
- Add intelligent categorization
- Add metadata support with YAML front matter
- Update documentation with new features
- Add jieba dependency for Chinese text processing
2025-01-15 21:34:42 +08:00
46b7da2a77 feat: improve text format handling and update documentation
- Optimize HTML to Markdown conversion
- Add smart line break handling
- Preserve formatting while cleaning extra spaces
- Update README with detailed format handling features
- Add text processing highlights section
2025-01-15 21:19:42 +08:00
c8ba96bcf6 docs: enhance README with emojis and better structure
- Add emojis for better visual hierarchy
- Improve documentation structure
- Add cross-platform usage instructions
- Add technical stack details
- Add acknowledgements section
- Enhance contribution guidelines
2025-01-15 21:14:49 +08:00
f5849d416d feat: add modern GUI interface and cross-platform support
- Add PyQt6-based modern GUI
- Add system tray support
- Add dark/light theme support
- Refactor app into service architecture
- Update documentation with GUI features
- Add cross-platform compatibility
2025-01-15 21:10:59 +08:00
zhukang
c0b593958d add package and docs 2024-12-13 15:29:23 +08:00
zhukang
c5850d67fd 右键双击自动保存剪贴板内容到markdown文件 2024-12-13 14:22:58 +08:00
9918eddc49 Initial commit 2024-12-13 02:39:53 +00:00