Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 732 Bytes

File metadata and controls

41 lines (31 loc) · 732 Bytes

jdl

a simple text editor that runs in your browser: https://tommmcc.github.io/jdl/

features

  • plain text editing
  • save files to your device
  • load existing files
  • light/dark mode
  • lined paper toggle
  • works on windows, macos & linux

getting started

open index.html in your browser.

why jdl

i wanted a simple text editor that runs anywhere. most tools are either too basic or too complex. this keeps things simple and focused.

tech

  • html
  • css
  • javascript

notes

  • files are saved using browser download
  • loading uses the file picker
  • nothing is stored online

future ideas

  • autosave
  • word count
  • fonts: inter, lato & arimo
  • favicon of simple three line notepad

inspiration

  • notepad

license

n/a