pereorga / minimalist-web-notepad

Minimalist Web Notepad
https://notes.orga.cat
1.01k stars 276 forks source link

Ability to press Tab key to add spaces in textarea for indenting #40

Closed ikwyl6 closed 3 years ago

ikwyl6 commented 4 years ago

Some javascript for textarea so if you want to indent you can use a Tab key and not spaces (which adds spaces for you).

pereorga commented 4 years ago

Hi,

Thank you for the pull request. We used to have very similar code to this. I ended up removing it because it was causing issues with the undo feature (ctrl+z) in most browsers.

It doesn't look like we can have a minimal implementation without issues, we also tried incorporating third-party projects, but that is against the main project goal (minimalism).

pereorga commented 3 years ago

closing, as per https://github.com/pereorga/minimalist-web-notepad/pull/40#issuecomment-609056436