diff mrjunejune/src/tools/latex_editor/index.html @ 246:4f2b50bc78e7

[tools] Fix LaTeX editor visibility Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Mon, 03 Aug 2026 18:30:45 -0700
parents b8aa08503378
children 60a876c4587a
line wrap: on
line diff
--- a/mrjunejune/src/tools/latex_editor/index.html	Mon Aug 03 18:23:36 2026 -0700
+++ b/mrjunejune/src/tools/latex_editor/index.html	Mon Aug 03 18:30:45 2026 -0700
@@ -35,7 +35,7 @@
             <h2 id="sourceHeading">document.tex</h2>
             <span id="sourceSize">0 / 65,536 bytes</span>
           </div>
-          <textarea id="latexSource" spellcheck="false" autocomplete="off" aria-label="LaTeX source">\documentclass[11pt]{article}
+          <textarea id="latexSource" spellcheck="false" autocomplete="off" aria-label="LaTeX source" placeholder="Type your LaTeX document here...">\documentclass[11pt]{article}
 \usepackage[margin=1in]{geometry}
 \usepackage{amsmath}
 \usepackage{xcolor}