brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Scrapped QuickDocs data for css and html from MDN to css.json and html.json #11248

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

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

image

HTML Example

image


saurabh95 included the following code: https://github.com/adobe/brackets/pull/13268/commits

core-ai-bot commented 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

core-ai-bot commented 3 years ago

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.