martinstoeckli / SilentNotes

SilentNotes is a simple note taking app which respects your privacy.
https://www.martinstoeckli.ch/silentnotes
Mozilla Public License 2.0
238 stars 35 forks source link

Tab key should insert tab in note #274

Closed martinstoeckli closed 1 month ago

martinstoeckli commented 1 month ago

A user mentioned that pressing the tab key in the note editor will move the focus to the next input control, which makes it impossible to enter tab into a note. This is the standard behaviour for Windows apps, but in this case it would be preferable that it inserts a tab into the note.

martinstoeckli commented 1 month ago

Solved in v8.2. The editor will remove whitespace characters at the beginning of a line, thus pressing the tab key will insert two non-breaking-spaces instead of a real tab. The editor will not lose the focus anymore.