Enabling the tab key in markdown editor

Hey wonderful discourse maintainers,

I was wondering if there was a policy about enabling the tab key when editing markdown. I was recently composing a list and I wanted to indent, so I hit enter, tab, -, and then space, which triggered the “reply to topic” action unintentionally.

It would be fantastic if users could set a preference to enable the tab key inside text editors.

I’m sorry if this has been discussed before. What do people think?

「いいね!」 3

Hmm, I’m pretty sure that this would hurt accessibility, but it might be a good idea… We already have Ctrl-Enter to submit.

「いいね!」 1

Tab is expected to move from field to field, so this would seriously hurt keyboard accessibility and standard browser conventions.

「いいね!」 2

Yeah, I totally understand that this would be non-standard behavior and less accessible. The right solution, I think, would be to enable it only by user opt-in.

I can’t even do it in GMail. :frowning:

I was thinking something like CTRL+TAB which you would use in Excel, but I’m not finding any online composers that permit this behavior…

In Chrome CTRL TAB takes you to the next… tab.

I think it’s been a poor choice of using the Tab key to move to the next field. But now we have to keep it, it’s too late.

「いいね!」 1

That is browser design 101… You will find that was happening well back in IE 6. So that isn’t a Discourse only issue.

Tab was used to iterate from field to field for as long as I can remember in computer GUIs.

Per Wikipedia, tab as a key to move from field to field in a GUI dates back to at least 1987.

「いいね!」 2

As we all know, when working in a desktop editor, the tab always adds spaces. The problem is the choice of using the same key (tab) to do two completely different things.

Try it in Notepad :slight_smile:

This has always bugged me. And I realize it’s not specific to Discourse. But it’s my understanding that Discourse is about ‘reimagining what a modern Internet discussion platform should be today’.

I’m wondering how other people handle it. I fully understand and appreciate the browser convention. This doesn’t change the fact that tab is valid content. Also, it’s preserved when copying and pasting content into the editor. I see it as 2 separate but overlapping issues.

The browser convention issue is resolved with…

But that leaves the content issue.

I’m not bringing this up just to be pedantic. I’m playing around with Discourse as a place to post code and markup snippets and this is something that does come up.

Cheers

Never gonna happen on my watch. Tab means move to next field in the browser, always has, always will.

「いいね!」 2

this is a very old topic, so maybe there’s fresh stuff going on, but I’m with Jeff on ‘tab’ meaning field to field. so I came here to ask how I can change this:

tab followed by enter leads to posting the topic/reply.

which is seriously inconvenient in my case. Any suggestions on how I can stop that? thanks!

「いいね!」 1

テキストの一行を選択して Tab キーを押すとインデントされることを発見しました。これは非常に良い中間的な解決策です!

もちろん、複数行を選択した場合でも機能します。

「いいね!」 4

本当ですね!@martin が少し前に追加した素晴らしい小さな機能でした。

「いいね!」 3

インデントにタブを使用できるようになると便利です。

  • 最初の行 > Enter
  • 次の「-」はEnterの後に表示されます
    • レベルをさらに下げるにはタブを使用します

実装が複雑すぎないことを願っています。

「いいね!」 1

これはMarkdownによって制約されているのでしょうか?

Markdownでは、箇条書きのインデントを示すためにスペースを2つ使用します。

スペースは以下を管理するために使用されます。

  • 第一レベル
    • 第二レベル
「いいね!」 5

ほとんどのMarkdownエディタでは、TabキーとShift+Tabキーを使用して、次のレベル(または前のレベル)に簡単に移動できます。

現在、Tabキーを押すとコンポーザから退出してしまいます。これはもっとうまく処理できるはずですよね?

「いいね!」 3

Discourse では、それは非常に価値があるでしょう。

なぜそうならないのか、以前から不思議に思っていました。

「いいね!」 2

Word Perfect、Pagemaker、MS Wordなどのワープロソフトでは、タイプライターの機能に合わせてインデントされます。もちろん、コンポーザー」タブの外に出ると、おっしゃるように機能します。しかし、ワープロソフトのコンポーザーウィンドウ内で文書を作成している間は、インデントとして機能します。

Wikiの精神で :wink:

Tab key - Simple English Wikipedia, the free encyclopedia(short%20for,to%20the%20next%20tab%20stop.\u0026text=In%20word%20processor%20applications%2C%20the,to%20the%20next%20tab%20stop.

コンポーザー内では、ワードプロセッシング環境のウィンドウ内にいます。

「いいね!」 2

確かに。タブキーでスペースを入力できない理由はありません。

「いいね!」 3