naokazuterada / MarkdownTOC

SublimeText3 plugin which generate a table of contents (TOC) in a markdown document.
https://packagecontrol.io/packages/MarkdownTOC
MIT License
301 stars 48 forks source link

Don't change case in Auto-link feature #40

Closed michfield closed 7 years ago

michfield commented 9 years ago

Is it possible to add one more configuration option? Almost everything can be customized, except that auto-anchors are lowercase. Can you make that optional? With one simple flag in settings?

I need auto-anchors like "One_Two_Three", and not like "one_two_three". Thanks in advance.

naokazuterada commented 9 years ago

It may be technically possible. But I want to know why you need it. Would you mind explaining your situation?

michfield commented 9 years ago

I am using https://github.com/Dynalon/mdwiki to present my .md files.

Please note that I also asked for the similar request (reversed) on that project, because it looks like one-two-three is standard.

maliayas commented 9 years ago

It should not lowercase [^A-Z]. Currently when it lowercases İ (which is not ASCII), it generates a i and an invisible character next to it.

jonasbn commented 7 years ago

Hi @naokazuterada

I have labelled this as an new-feature, perhaps we should extract the observation by @maliayas as a bug report, so we do not have bugs/new-features mixed up in the same issue.

naokazuterada commented 7 years ago

This problem fixed on 2.6.0.