simov / markdown-viewer

Markdown Viewer / Browser Extension
MIT License
1.01k stars 131 forks source link

This almost made me uninstall! - Capital letter extensions #245

Open ziziz opened 1 week ago

ziziz commented 1 week ago

Hello! I tried this plugin and did not get it to work, despite following the instructions. After closer inspection I noticed that the regexp for the path/uri was not including capital letters in the extension. I do not now how common this is, but I have come over a number of README.MD's to include a capital MD in my expression. Perhaps this should be done for everyone, or at least inform about it?

Path Matching RegExp: .(?:markdown|mdown|mkdn|md|MD|mkd|mdwn|mdtxt|mdtext|text)(?:#.|\?.)?$

simov commented 1 week ago

Thanks for the feedback, also I'm glad that it worked our for you. I think other people have raised this issue before.