feat(zen): add distraction-free writing mode with typewriter scrolling

Zen mode hides all chrome and centers the editor with typewriter
scrolling, line dimming, and a floating word count HUD.
Toggle with F11, exit with Escape.

Amit Haridas
This commit is contained in:
2026-04-06 11:37:51 +05:30
parent 7a3493e54f
commit 50d0638c5c
4 changed files with 414 additions and 1 deletions
+2
View File
@@ -15,7 +15,9 @@
<link rel="stylesheet" href="styles-modern.css">
<link rel="stylesheet" href="styles-concreteinfo.css">
<link rel="stylesheet" href="styles-sidebar.css">
<link rel="stylesheet" href="styles-zen.css">
<link rel="stylesheet" href="styles-welcome.css">
<link rel="stylesheet" href="styles-zen.css">
<link rel="stylesheet" href="../node_modules/highlight.js/styles/default.css">
</head>
<body>