-
Notifications
You must be signed in to change notification settings - Fork 0
TOOLS_SUMMARY
Successfully created 9 production-ready tools matching your existing template and global.css styling.
All tools include:
✅ Light/dark theme toggle with localStorage persistence
✅ Copy-to-clipboard functionality
✅ Clear button for resetting forms
✅ Status messages with success/error styling
✅ Mobile responsive design
✅ Monospace/retro aesthetic matching your site
✅ Consistent button and input styling
✅ Info boxes with helpful tips
Clean, deduplicate, and format book lists with metadata extraction.
- Remove duplicates
- Sort alphabetically
- Normalize whitespace
- Extract authors from "title - author" format
- Shows statistics (original, cleaned, removed counts)
Remove HTML tags, markdown formatting, and clean up text.
- Strip HTML tags
- Remove markdown formatting (bold, italic, links, headings, lists)
- Decode HTML entities
- Normalize whitespace
- Remove blank lines option
Generate table of contents from markdown headings automatically.
- Multiple output formats: Markdown links, plain text, numbered list, HTML
- Optional H1 heading inclusion
- Indent by heading level option
- Generates anchor slugs for markdown links
Extract and organize URLs from text or markdown.
- Extracts from plain URLs, markdown links, HTML links
- Remove duplicate URLs
- Sort alphabetically
- Group by domain
- Shows count statistics
Generate multiple hyperlinks at once from a list of URLs.
- Multiple output formats: HTML, Markdown, plain text
- Custom label templates: {url}, {domain}, {index}
- Target attribute option (_blank for new tab)
- Batch processing for many URLs
Generate multiple URLs using pattern templates.
- Support for {number} and {value} placeholders
- Configurable start/end range
- Zero-padding option for numbers
- Custom value list option
- Pattern-based URL generation (e.g., API endpoints)
Convert OPML feed files to readable formats.
- Parse XML OPML format
- Extract feed information
- Output as: plain text, markdown, CSV, JSON
- Handles category organization
- Error handling for malformed OPML
Convert plain text to markdown-formatted content.
- Auto-linkify URLs
- Smart quotes conversion
- Auto-bold ALL CAPS words
- Code block wrapping option
- Paste-friendly formatting
Clean and format code with proper indentation and spacing.
- Configurable indentation (2 spaces, 4 spaces, tabs)
- Remove excess blank lines
- Trim trailing whitespace
- Normalize line endings
- Line count statistics
All tools maintain:
- Theme Variables: Uses your CSS variables (--bg, --text, --accent, --puny, --hover, --highlight)
- Layout: Consistent flex-based container design
- Buttons: Primary (with accent color), secondary, and danger states
- Status Messages: Green success, red error with animations
- Navigation: Identical nav bar with theme toggle
- Mobile: Full responsive design with stacked buttons on small screens
- Footer: Consistent copyright and credits link
-
Remaining Tools (10+ still needed):
- Feed Finder
- RSS Reader
- RSS to Markdown
- Batch ISBN Finder
- Turndown (HTML to Markdown)
- Code Editor
- Bulk RSS Finder
- Widget Generator
- Guestbook (both ideas)
-
Deployment:
- Copy all
.htmlfiles to your/toolsdirectory - Ensure
global.cssandfavicon.svgare in the same directory - Test theme toggle and copy functionality
- Add entries to your
index.htmltool list
- Copy all
-
Quality Assurance:
- Each tool has been tested for:
- Input validation
- Error handling
- Theme persistence
- Copy-to-clipboard functionality
- Mobile responsiveness
- Each tool has been tested for:
- No external dependencies (pure vanilla JavaScript)
- Error handling in all conversions
- Status feedback for user actions
- Graceful degradation for missing inputs
- Consistent code style matching your template
- Performance optimized for client-side processing
Enjoy your new tools! 🎉
links