Skip to content

Commit adcdcbe

Browse files
committed
- add markdown table generator to tools.json, sidebar and add screenshot
1 parent 02a9e75 commit adcdcbe

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1252,5 +1252,16 @@
12521252
"aiPowered": false,
12531253
"featured": false,
12541254
"date": "2025-03-30"
1255+
},
1256+
{
1257+
"id": "markdown_table_generator",
1258+
"title": "Markdown Table Generator",
1259+
"description": "A visual editor to easily create and format tables in markdown syntax.",
1260+
"url": "tools/markdown_table_generator.html",
1261+
"screenshot": "screenshots/screenshot_165.png",
1262+
"type": "tool",
1263+
"aiPowered": false,
1264+
"featured": false,
1265+
"date": "2025-03-31"
12551266
}
12561267
]

screenshots/screenshot_165.png

22.9 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ <h2>Tools by ChatGPT</h2>
250250
<li><a href="/tools/ai_code_explainer.html">AI Code Explainer</a></li>
251251
<li><a href="/tools/web_accessibility_checker.html">Web Accessibility Checker</a></li>
252252
<li><a href="/tools/cron_expression_builder.html">Cron Expression Builder</a></li>
253+
<li><a href="/tools/markdown_table_generator.html">Markdown Table Generator</a></li>
253254
<!-- end -->
254255
</ul>
255256
</div>

0 commit comments

Comments
 (0)