I am requesting for feature that whenever we download external libraries like jquey,bootstrap and etc….
we have to add script tag to html so when we download it the script should automaticaly generated insted of typing for save time same feature can work for external our own css/javascript and also same for cdn link insted of copy paste the tag will be auto generated
i am just a beginer so i cant create a screen shot
As far as I understand you’re talking about editing HTML/Markup based files, right?
This repository is for the Atom Core, but the related should be the
language-html
package repository.But anyway it’s not necessary to create another issue because you requested feature can be done easily with snippets and it looks like there is a package called😄
cdn-libs
which does exactly what you like to haveThere is also a package called
cdnjs
which seem to be able to fetch data from CDNJS to allow searching instead of hardcoded snippets.You can install the package via Atom or fork the project to extend it so it fits your personal needs, or use snippet packages like this.