- Add structured data (JSON-LD) for WebSite and Organization schemas
- Add robots.txt with sitemap reference
- Add GitHub Actions workflow for automatic sitemap updates
- Add Python script to generate sitemap from index.json
- Add documentation for SEO optimizations and directory structure
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add canonical URLs to all pages
- Add Open Graph meta tags for homepage
- Add Twitter Card meta tags for homepage
- Add sitemap.xml for search engines
- Add Google verification file
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add feedback.md as a general-purpose issue template for bug reports, feature suggestions, and usage questions
- Remove bug-report.md to avoid template duplication
- Add "问题反馈" button to homepage header for easy access
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Implement proper cron expression parsing (supports *, */n, n-m, n formats)
- Add getNextRun function to correctly calculate next execution times
- Fix issues with weekly/monthly presets and cross-year calculations
- Replace simplified time calculation with accurate cron-based logic
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Create favicon.svg with a purple 'H' logo and update all HTML pages to reference it instead of using inline data URL.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Remove Simon Willison related information
- Format project implementation section with HTML styling
- Add tool categories with colorful cards
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
Text Processing:
- Word Counter: Character/word/line counting with reading time
- Text Diff: Compare two texts with inline/side-by-side view
- Markdown to HTML: Real-time Markdown to HTML converter
Developer Tools:
- UUID Generator: Generate UUID v4/v1 with batch support
- JWT Decoder: Decode and verify JSON Web Tokens
Converter Tools:
- Unix Timestamp Converter: Convert between timestamp and datetime
- Base Converter: Convert between binary/octal/decimal/hexadecimal
- XML to JSON: Bidirectional XML and JSON converter
Image Tools:
- Image to Base64: Convert images to Base64 encoded strings
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Add 'Submit Request' button in header for users to request new tools
- Create GitHub Issue template for tool requests (tool-request.md)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Change remote to git@github.com:justhtmls/html-tools.git
- Update domain from justhtmls.github.io to justhtmls.com
- Update all repository references to justhtmls/html-tools
- Support 8-32 character length
- Include uppercase, lowercase, numbers, symbols
- Password strength indicator
- Local history using localStorage
- Cryptographically secure random generation
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>