Open core-ai-bot opened 3 years ago
Comment by ficristo Wednesday Apr 05, 2017 at 18:55 GMT
Can instead go with merging https://github.com/adobe/brackets/pull/10036 and then look if https://github.com/mozilla/brackets/blob/master/src/extensions/extra/MDNDocs is good for our case? And if so, replace the references of WebPlatformDocs to MDN? It feels odd to me to see MDN things in an extension called WebPlatformDocs
Comment by saurabh95 Thursday Apr 06, 2017 at 02:29 GMT
Actually I have merged https://github.com/mozilla/brackets/blob/master/src/extensions/extra/MDNDocs with brackets in my local (HTML docs are also working in it), I haven't done a blind merge as in the mozilla's extension they only show summary for css properties and we show possible values of a given css property along with small description. I can have those changes in this PR itself with folder renaming also.
EDIT: Updated the PR, Replaced WebPlatformDocs completely with MDNDocs with all tests passing.
Issue by saurabh95 Wednesday Apr 05, 2017 at 08:15 GMT Originally opened as https://github.com/adobe/brackets/pull/13268
The values are webscrapped from MDN docs and summary, URLs and logo are derived from https://github.com/mozilla/brackets/blob/master/src/extensions/extra/MDNDocs/css.json
CSS Example
HTML Example
saurabh95 included the following code: https://github.com/adobe/brackets/pull/13268/commits