Skip to content

Commit 064ba41

Browse files
committed
- introducing PasteTable: copy a table from any website (not the actual html, just the frontend representation aka. rich text) and paste it here to convert it to one of the many output formats
1 parent 79fe66a commit 064ba41

File tree

5 files changed

+791
-1
lines changed

5 files changed

+791
-1
lines changed

PROMPTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,13 +215,13 @@ Create a standalone HTML page with embedded scripts and styling. The quality lev
215215
216216
<requirements>
217217
* Don't overengineer. Add smart, simple and straightforward features. If you realize you've overengineered, take a step back and try another approach.
218-
* Don't change the core functionality.
219218
* The tool should stay in the scope of this single HTML page.
220219
* Provide the updated code with a minimal amount of line breaks and indentations in order to save tokens.
221220
* Implement modern, well-structured and fitting design, UI and UX.
222221
* Take your time thinking and planning. Don't provide the finalized code before creating a watertight plan.
223222
* Modern JS, HTML and CSS only.
224223
* You are allowed/adviced to use external libraries via CDN.
224+
* Implement a dark mode that automatically follows the user's system settings.
225225
</requirements>
226226
227227
<task>

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,5 +1164,16 @@
11641164
"aiPowered": false,
11651165
"featured": false,
11661166
"date": "2025-03-04"
1167+
},
1168+
{
1169+
"id": "paste_table",
1170+
"title": "PasteTable",
1171+
"description": "Paste rich text tables (copied from websites) to instantly convert them into other table formats.",
1172+
"url": "tools/paste_table.html",
1173+
"screenshot": "screenshots/screenshot_156.png",
1174+
"type": "tool",
1175+
"aiPowered": false,
1176+
"featured": false,
1177+
"date": "2025-03-05"
11671178
}
11681179
]

screenshots/screenshot_156.png

13 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ <h2>Tools by ChatGPT</h2>
242242
<li><a href="/tools/video_to_gif_converter.html">Video to GIF Converter</a></li>
243243
<li><a href="/tools/code_case_converter.html">Code Case Converter</a></li>
244244
<li><a href="/tools/todo_list.html">ToDo-List</a></li>
245+
<li><a href="/tools/paste_table.html">PasteTable</a></li>
245246
<!-- end -->
246247
</ul>
247248
</div>

0 commit comments

Comments
 (0)