You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Greetings and thank you for the markdown package (and also deft, which I also use).
I find the auto upcase of the initial letter of a wiki link file to be kind of annoying, and imprecise when the linked-to file already exists and does not start with an upper-case letter. Strict compatibility in this regard with Github does not seem mandatory (and, of course, only matters if one also uses Github for the same content).
I'd like to propose an option, perhaps called markdown-wiki-link-inhibit-upcase, to suppress this behavior. I'd happily advise markdown-convert-wiki-link-to-filename to override upcase, but upcase is not advisable when byte-compiled.
I'd be happy to provide a PR.
The text was updated successfully, but these errors were encountered:
Greetings and thank you for the
markdown
package (and alsodeft
, which I also use).I find the auto
upcase
of the initial letter of a wiki link file to be kind of annoying, and imprecise when the linked-to file already exists and does not start with an upper-case letter. Strict compatibility in this regard with Github does not seem mandatory (and, of course, only matters if one also uses Github for the same content).I'd like to propose an option, perhaps called
markdown-wiki-link-inhibit-upcase
, to suppress this behavior. I'd happily advisemarkdown-convert-wiki-link-to-filename
to overrideupcase
, butupcase
is not advisable when byte-compiled.I'd be happy to provide a PR.
The text was updated successfully, but these errors were encountered: