tc39 / ecmarkup

An HTML superset/Markdown subset source format for ECMAScript and related specifications
https://tc39.es/ecmarkup/
MIT License
220 stars 62 forks source link

Include file-issue.js equivalent #31

Open domenic opened 9 years ago

domenic commented 9 years ago

https://resources.whatwg.org/file-issue.js

In action: https://url.spec.whatwg.org/ or other specs

Would be great to be able to report issues easily in Ecmarkup specs.

bterlson commented 9 years ago

What does the js file do?

domenic commented 9 years ago

It inserts the link you see in the bottom right corner, and makes it so that clicking on that link with any text highlighted will quote the text in the body of the new GitHub issue. Try it out!

bterlson commented 9 years ago

Ahh interesting. I missed that when I looked. I was actually planning something similar in addition to an edit link which takes you to the file on GitHub.