feat: major update - Markdown Editor, CodeMirror upgrades, SEO improvements, tool cleanup
- Added new Markdown Editor with live preview, GFM support, PDF/HTML/DOCX export - Upgraded all paste fields to CodeMirror with syntax highlighting and expand/collapse - Enhanced Object Editor with advanced URL fetching and preview mode - Improved export views with syntax highlighting in Table/Object editors - Implemented SEO improvements (FAQ schema, breadcrumbs, internal linking) - Added Related Tools recommendations component - Created custom 404 page with tool suggestions - Consolidated tools: removed JSON, Serialize, CSV-JSON (merged into main editors) - Updated documentation and cleaned up redundant files - Updated release notes with user-centric improvements
This commit is contained in:
@@ -1,8 +1,49 @@
|
||||
{
|
||||
"changelog": [
|
||||
{
|
||||
"date": "2025-10-22",
|
||||
"changes": [
|
||||
{
|
||||
"datetime": "2025-10-22T15:00:00+07:00",
|
||||
"type": "feature",
|
||||
"title": "New Markdown Editor with Live Preview",
|
||||
"description": "Write and preview markdown in real-time with GitHub Flavored Markdown support, syntax highlighting for code blocks, and export to PDF, HTML, DOCX, or Plain Text. Perfect for creating README files, documentation, and blog posts."
|
||||
},
|
||||
{
|
||||
"datetime": "2025-10-22T14:30:00+07:00",
|
||||
"type": "enhancement",
|
||||
"title": "Upgraded Code Editor with Expand/Collapse",
|
||||
"description": "All paste fields now use a professional code editor with syntax highlighting, line numbers, and an expand/collapse toggle. Start with a compact 12-line view, then expand to full screen when you need more space. Works in Markdown Editor, Object Editor, Table Editor, and Invoice Editor."
|
||||
},
|
||||
{
|
||||
"datetime": "2025-10-22T14:00:00+07:00",
|
||||
"type": "enhancement",
|
||||
"title": "Better Export Views with Syntax Highlighting",
|
||||
"description": "Export sections in Table Editor and Object Editor now show your data with beautiful syntax highlighting and proper formatting. JSON, CSV, TSV, and SQL outputs are easier to read and verify before downloading."
|
||||
},
|
||||
{
|
||||
"datetime": "2025-10-22T13:30:00+07:00",
|
||||
"type": "enhancement",
|
||||
"title": "Improved Object Editor with Advanced URL Fetching",
|
||||
"description": "Object Editor now has smarter URL fetching with automatic content extraction. Fetch JSON from APIs or extract article content from HTML pages with quality indicators, metadata, word count, and reading time. Perfect for analyzing web content or API responses."
|
||||
},
|
||||
{
|
||||
"datetime": "2025-10-22T13:00:00+07:00",
|
||||
"type": "enhancement",
|
||||
"title": "Object Editor Preview Mode",
|
||||
"description": "New Preview/Edit toggle in Tree View lets you view data in read-only mode with full text visibility - perfect for long values. Click any nested JSON or serialized data directly in preview mode to explore its structure without switching to edit mode."
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"date": "2025-10-15",
|
||||
"changes": [
|
||||
{
|
||||
"datetime": "2025-10-15T23:23:00+07:00",
|
||||
"type": "feature",
|
||||
"title": "Advanced URL Fetching with Content Extraction",
|
||||
"description": "Object Editor now intelligently fetches and extracts content from any URL. Automatically detects if URL is a JSON API or HTML page. For HTML pages, extracts article content with quality indicators (Rich Article, General Content, etc.). Shows structured data including title, metadata, word count, and reading time. Perfect for analyzing web articles, blog posts, or API responses."
|
||||
},
|
||||
{
|
||||
"datetime": "2025-10-15T22:32:00+07:00",
|
||||
"type": "enhancement",
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
<meta name="description" content="Developer Tools MVP - Essential utilities for web developers" />
|
||||
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
||||
<title>Developer Tools - Web Developer Utilities</title>
|
||||
|
||||
<!-- Google AdSense -->
|
||||
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8644544686212757"
|
||||
crossorigin="anonymous"></script>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
<!-- Homepage -->
|
||||
<url>
|
||||
<loc>https://dewe.dev/</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>1.0</priority>
|
||||
</url>
|
||||
@@ -14,39 +14,45 @@
|
||||
<!-- Editor Tools (High Priority) -->
|
||||
<url>
|
||||
<loc>https://dewe.dev/object-editor</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dewe.dev/table-editor</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dewe.dev/invoice-editor</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dewe.dev/markdown-editor</loc>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.9</priority>
|
||||
</url>
|
||||
|
||||
<!-- Converter Tools -->
|
||||
<!-- Encoder Tools -->
|
||||
<url>
|
||||
<loc>https://dewe.dev/url</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dewe.dev/base64</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dewe.dev/beautifier</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
@@ -54,13 +60,13 @@
|
||||
<!-- Utility Tools -->
|
||||
<url>
|
||||
<loc>https://dewe.dev/diff</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dewe.dev/text-length</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>monthly</changefreq>
|
||||
<priority>0.8</priority>
|
||||
</url>
|
||||
@@ -68,7 +74,13 @@
|
||||
<!-- Info Pages -->
|
||||
<url>
|
||||
<loc>https://dewe.dev/whats-new</loc>
|
||||
<lastmod>2025-10-15</lastmod>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dewe.dev/release-notes</loc>
|
||||
<lastmod>2025-10-22</lastmod>
|
||||
<changefreq>weekly</changefreq>
|
||||
<priority>0.7</priority>
|
||||
</url>
|
||||
|
||||
Reference in New Issue
Block a user