Skip to content

Commit 7dfba7c

Browse files
committed
- add new SVG Path Editor tool
- update sidebar.html with SVG Path Editor link - enhance new_entry.py script: - add json output functionality - automatically detect entry type (`tool`/`game`) - add support for `aiPowered` and `featured` fields - use current date for the `date` field
1 parent 58fab49 commit 7dfba7c

File tree

4 files changed

+792
-13
lines changed

4 files changed

+792
-13
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,5 +1120,16 @@
11201120
"aiPowered": true,
11211121
"featured": false,
11221122
"date": "2025-02-27"
1123+
},
1124+
{
1125+
"id": "svg_path_editor",
1126+
"title": "SVG Path Editor",
1127+
"description": "An online tool for creating and editing SVG path elements.",
1128+
"url": "tools/svg_path_editor.html",
1129+
"screenshot": "screenshots/screenshot_151.png",
1130+
"type": "tool",
1131+
"aiPowered": false,
1132+
"featured": false,
1133+
"date": "2025-03-01"
11231134
}
11241135
]

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ <h2>Tools by ChatGPT</h2>
237237
<li><a href="/tools/online_music_player.html">Online Music Player</a></li>
238238
<li><a href="/games/living_rps.html">Living RPS</a></li>
239239
<li><a href="/tools/grammar_check.html">AI Grammar Checker</a></li>
240+
<li><a href="/tools/svg_path_editor.html">SVG Path Editor</a></li>
240241
<!-- end -->
241242
</ul>
242243
</div>

0 commit comments

Comments
 (0)