jerone / UserScripts

🐵 My UserScripts
https://github.com/jerone/UserScripts#readme
GNU General Public License v3.0
342 stars 39 forks source link

(Github_Comment_Enhancer) https://github.com/*/*/edit #60

Closed vejobuj closed 9 years ago

vejobuj commented 9 years ago

Would be possible to activate it for editing file markdown? such as https://github.com/jerone/UserScripts/blob/master/README.md I tried to include it like this but it doesn't seem to work. //@include https://github.com/*/*/edit/*.md

Just discovered this great userscript. thanks.

jerone commented 9 years ago

Actually I tried that too. The issue is that editing a file doesn't happen in a normal <textarea> like the comments, but in the online editor Ace. This requires knowledge of hooking into Ace, which I don't have right now.

You are always free to send me a PR.

Closing a duplicate https://github.com/jerone/UserScripts/issues/45