hundredrabbits / Left

Distractionless Writing Tool
http://hundredrabbits.itch.io/left
Other
1.77k stars 142 forks source link

update tabulation #141

Open Ulhar opened 3 years ago

Ulhar commented 3 years ago

Summary of changes: update tabulation from \u00a0\u00a0 to \t (hard tab), and update tab-size in the CSS to be consistent.

Reasoning: Most programs don't seem to recognize \u00a0\u00a0 as a tab or even as whitespace. While this is probably fine when all you're doing is (for example) writing notes for personal use, it doesn't seem very helpful when you want to use the file in a different program.

Notes: Looking at the code, it appears soft tabs are the preferred style. If necessary, I might be able to implement an option to switch between hard tabs (as it is now) and soft tabs.