Skip to content

Commit bc7e670

Browse files
committed
- add latex editor to sidebar.html and tools.json, add screenshot
1 parent 7db8270 commit bc7e670

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
@@ -1439,5 +1439,16 @@
14391439
"aiPowered": false,
14401440
"featured": false,
14411441
"date": "2025-05-09"
1442+
},
1443+
{
1444+
"id": "latex_editor",
1445+
"title": "Online LaTeX Editor",
1446+
"description": "Create and edit LaTeX documents with this free browser-based LaTeX editor. Features real-time preview, syntax highlighting, and math formula rendering.",
1447+
"url": "tools/latex_editor.html",
1448+
"screenshot": "screenshots/screenshot_187.webp",
1449+
"type": "tool",
1450+
"aiPowered": false,
1451+
"featured": false,
1452+
"date": "2025-05-16"
14421453
}
14431454
]

screenshots/screenshot_187.webp

17.5 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ <h2>Tools by ChatGPT</h2>
272272
<li><a href="/tools/interactive_periodic_table.html">Interactive Periodic Table</a></li>
273273
<li><a href="/tools/speed_reading_trainer.html">Speed Reading Trainer</a></li>
274274
<li><a href="/tools/radial_spectrum_visualizer.html">Radial Spectrum Visualizer</a></li>
275+
<li><a href="/tools/latex_editor.html">Online LaTeX Editor</a></li>
275276
<!-- end -->
276277
</ul>
277278
</div>

0 commit comments

Comments
 (0)