cloose / CuteMarkEd

Qt Markdown Editor
http://cloose.github.io/CuteMarkEd
Other
1.48k stars 319 forks source link

Feature: indent selection using tab key #356

Open SimonEast opened 7 years ago

SimonEast commented 7 years ago

Would be great if you could indent several lines at once by selecting the lines and hitting the Tab key, just like you can in many code editors. Currently when you do this it completely deletes your selection and replaces it with a single tab.

rronglau commented 7 years ago

Hi , Cutemarked seems to be inactive in development. You could give VNote a try. It is under active development now. It is also developed in Qt. Indeed, as what it said, it referenced Cutemarked a lot.

It supports Vim mode, code block syntax highlight in edit mode, and so on. VNote supports indenting/unindenting the selected text by Tab key.

By the way, VNote's Markdown syntax highlight is better than Cutemarked. For example, the # in fenced code block in Cutemarked will be highlighted as H1 title. However, it seems that both of them use the HGMarkdownHighlighter, so VNote seems to do a magic thing about this.

I used to use Cutemarked a lot. But the Chinese support is poor in Cutemarked. Then I found VNote. :) Hope it is useful to you.