Commit graph

6 commits

Author SHA1 Message Date
JayBridge
e7d2fe56ca feat: enhance clickable URLs feature to support Markdown links
- Updated the clickable URLs functionality to automatically detect and render both plain-text URLs and Markdown-style links in CSV cells.
- Enhanced documentation to reflect the new capabilities and provide examples for users.
- Added tests to ensure proper detection and parsing of Markdown links alongside plain URLs.
2026-02-01 14:01:08 +08:00
JayBridge
672d162195 feat: add clickable URLs feature in CSV cells
- Implemented automatic detection and rendering of plain-text URLs as clickable links in CSV cells.
- Added functionality to toggle between display and edit modes for URL cells.
- Updated styles for URL display and interaction.
- Created utility functions for URL detection and parsing.
- Added tests for URL detection and parsing functionality.
2026-02-01 13:53:34 +08:00
JayBridge
201a040a8a feat: implement sticky rows and columns functionality with pin/unpin buttons for enhanced table navigation #12 2025-06-30 22:08:58 +08:00
JayBridge
4c486f79f5 docs: add detailed record of debugging and refactoring the context menu for CSV Lite plugin #29 2025-06-25 19:10:06 +08:00
JayBridge
8f92381334 feat: rebuild context-menu for row/col actions #19 2025-06-25 18:57:33 +08:00
JayBridge
8464338565 feat: 添加行和列操作按钮隐藏功能,优化用户体验 2025-06-19 20:39:53 +08:00