mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-06-10 23:00:02 +02:00
![]() The primary goal is to balance having the editor work as expected by developers (with Tab key affecting indentation) while also not impeding keyboard navigation.
* Tab indents, Shift+Tab unindents, but only when that indent would be valid. E.g. moving existing list items down or up one level.
* Indenting a selection always works.
* When an "invalid" indent is attempted, nothing happens and a toast is shown with a hint to press again to leave the editor.
* Attempting the same action again allows the textarea lose focus by allowing the browser's default key handler.
* Pressing Esc also loses focus immediately.
* No tab handling happens until the text editor has been interacted with (other than just having been focused).
* Changing indentation in block quotes adds or removes quote levels instead.
Screenshot of the toast being shown:
|
||
---|---|---|
.. | ||
codeformat | ||
lint-locale | ||
lint-locale-usage | ||
backport-locales.go | ||
code-batch-process.go | ||
generate-bindata.go | ||
generate-disposable-email.go | ||
generate-emoji.go | ||
generate-gitignores.go | ||
generate-go-licenses.go | ||
generate-licenses.go | ||
merge-forgejo-locales.go | ||
test-echo.go | ||
test-env-check.sh | ||
test-env-prepare.sh |