jonschlinkert / sublime-markdown-extended

Top 100 Sublime Text plugin! Markdown syntax highlighter for Sublime Text, with extended support for GFM fenced code blocks, with language-specific syntax highlighting. YAML Front Matter. Works with ST2/ST3. Goes great with Assemble.
https://github.com/jonschlinkert
MIT License
660 stars 96 forks source link

Wrapping to correct bullet indent position? #106

Open axefrog opened 8 years ago

axefrog commented 8 years ago

I don't know what the limitations of Sublime's API are, but I'm wondering if it's possible to support the wrapping of bullet point text content to the position where the previous line's text starts, rather than where the bullet starts.

For example, this is what happens currently:

- here's a longer line of text that, if wrapped, will
end up under the bullet, rather than under the
word "here's", which is where i'd expect it to go.

As opposed to what would be much nicer:

- here's a longer line of text that, if wrapped, will
  end up where i'd expect it to be.

Is this even possible?

FranklinYu commented 8 years ago

+1.