1
0
Fork
You've already forked timer-zen-writing-app
0
I cobbled together a website for writing without distractions. I know plenty such sites exist already, but still wanted to do it. The textbox does not accept backspace! No deleting, no editing!
  • JavaScript 57.7%
  • HTML 41.5%
  • CSS 0.8%
2025年02月23日 20:25:28 +05:30
.gitattributes Initial commit 2024年08月29日 15:52:08 +05:30
index.html much neater 2024年08月29日 16:07:31 +05:30
README.md Update README.md 2025年02月23日 20:25:28 +05:30
script.js Initial commit 2024年08月29日 15:52:08 +05:30
style.css Initial commit 2024年08月29日 15:52:08 +05:30

Timer + Zen Writing App

I cobbled together a website for writing without distractions. I know plenty such sites exist already, but still wanted to do it. The textbox does not accept backspace! No deleting, no editing! Why?

One of the reasons why I struggle to finish writing is because I'm constantly editing what I write. I know that editing is detrimental to writing. Get some stuff out there first. Get a block of marble first, and then you can chisel away. From my site, This tiny web thingamajig is clean, no clutter, and lets you type without backspacing. Write first, edit later! Made a typo? That's okay, just keep moving forward. You can always fix it later. Write in a flow. Get the text out of your system and refine it later.

(more credit to the dozens of StackOverflow answers I read than to me, honestly.)

Uses

Can be used for journaling. I think this is a solid use case. Use it as a means of cathartic venting, void-shouting Can be used to write without editing. Like I said earlier, irrespective of the kind of writing, content is a prerequisite. You can edit your first paragraph a billion times and get a decent one, but now you're burnt out and there's pages to write.

Features

A word counter (that is slightly inaccurate but good enough) The ability to save what you've written as a text file Clean, clutter-free. Distraction free writing

Design

It is a minimal website that uses water.css, an open-source super-simple CSS framework! This makes the site look super clean and professional with zero effort from me.

To Do

  • Make app work offline (PWA)
  • Making it impossible to untick "Disable backspace" once it has been toggled; at least until the timer finishes
  • Display time left in a better way
  • Ability to name file that is being downloaded