{"id":13682952,"url":"https://github.com/w3dotdev/sublime-front-end-snippets","last_synced_at":"2025-04-30T10:30:33.302Z","repository":{"id":166128279,"uuid":"50016300","full_name":"w3dotdev/sublime-front-end-snippets","owner":"w3dotdev","description":"html, css, js, schema.org, wai-aria, es6, regex, test-frameworks, jQuery, reactJS snippets for Sublime Text 2/3","archived":false,"fork":false,"pushed_at":"2020-07-11T03:01:50.000Z","size":439,"stargazers_count":36,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-02T13:34:44.829Z","etag":null,"topics":["css","html","jquery","python","react","schema","wai-aria"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/w3dotdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-01-20T08:35:10.000Z","updated_at":"2023-09-05T13:58:51.000Z","dependencies_parsed_at":"2024-01-14T15:25:02.918Z","dependency_job_id":"19b6c384-e3d9-44fd-91dc-343ab4290ea6","html_url":"https://github.com/w3dotdev/sublime-front-end-snippets","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3dotdev%2Fsublime-front-end-snippets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3dotdev%2Fsublime-front-end-snippets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3dotdev%2Fsublime-front-end-snippets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/w3dotdev%2Fsublime-front-end-snippets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/w3dotdev","download_url":"https://codeload.github.com/w3dotdev/sublime-front-end-snippets/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224206344,"owners_count":17273440,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html","jquery","python","react","schema","wai-aria"],"created_at":"2024-08-02T13:01:56.265Z","updated_at":"2024-11-12T02:32:43.425Z","avatar_url":"https://github.com/w3dotdev.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Front-end Project Snippets\n\n[![licence mit](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](http://hemersonvianna.mit-license.org/)\n[![GitHub issues](https://img.shields.io/github/issues/w3dotdev/sublime-front-end-snippets.svg)](https://github.com/w3dotdev/sublime-front-end-snippets/issues)\n![GitHub Release Date](https://img.shields.io/github/release-date/w3dotdev/sublime-front-end-snippets.svg)\n![GitHub top language](https://img.shields.io/github/languages/top/w3dotdev/sublime-front-end-snippets.svg)\n![GitHub repo size](https://img.shields.io/github/repo-size/w3dotdev/sublime-front-end-snippets.svg)\n![GitHub All Releases](https://img.shields.io/github/downloads/w3dotdev/sublime-front-end-snippets/total.svg)\n[![Travis](https://img.shields.io/travis/w3dotdev/sublime-front-end-snippets.svg?style=flat-square)](https://travis-ci.org/w3dotdev/sublime-front-end-snippets)\n[![Package Control](https://img.shields.io/packagecontrol/dt/Front-end%20Project%20Snippets.svg?style=flat-square)](https://packagecontrol.io/packages/Front-end%20Project%20Snippets)\n\n![animation](https://cloud.githubusercontent.com/assets/1963897/12625364/a94decc8-c51a-11e5-8546-ca331af65982.gif)\n\n## Translations\n\n* [Portuguese - Brazil](translations/pt_BR)\n\n## Install\n\nIf you already have the [Package Control](http://wbond.net/sublime_packages/package_control) installed , just search for `Front-end Project Snippets`. If you have not installed in the Sublime, you can do it [here](http://wbond.net/sublime_packages/package_control/installation).\n\nYou can manually download the package and place it within your `Packages` directory. It will work, but it will not be automatically updated.\n\nYou can see all installed snippets in `Tools \u003e Snippets...`, in the Sublime Text.\n\n[Tested on windows] When the \".\"(dot) is used, the autocomplete disappears.. Solve this problem, just put in your user `Preferences \u003e  Settings - User`, the property `word_separators` with value without the \".\"(dot). You can see an example [here](Preferences.sublime-settings).\n\n## Snippets and prefixes/keys\n\n- [HTML - h.*](snippets/html/)\n  - [Microdata - hm.*](snippets/html/schema/microdata)\n  - [WAI-ARIA - hw.*](snippets/html/wai-aria)\n- [CSS - c.*](snippets/css/) \n- [JavaScript - j.*](snippets/js/vanilla)\n  - [EcmaScript 2015 - je.*](snippets/js/es6/)\n  - [Libraries](snippets/js/libraries)\n    - [jQuery - jq.*](snippets/js/libraries/jquery)\n    - [React - jr.*](snippets/js/libraries/react)\n  - [Patterns](snippets/js/patterns)\n    - [Design Patterns - jdp.*](snippets/js/patterns/design-patterns)\n    - [UMD - jumd.*](snippets/js/patterns/umd)\n  - [Tests](snippets/js/tests)\n    - [Common - t.*](snippets/js/tests/common)\n    - [Chai - tc.*](snippets/js/tests/chai)\n    - [Jasmine - tj.*](snippets/js/tests/jasmine)\n    - [Mocha - tm.*](snippets/js/tests/mocha)\n    - [Node - tn.*](snippets/js/tests/node)\n    - [QUnit - tq.*](snippets/js/tests/qunit)\n    - [Sinon - ts.*](snippets/js/tests/sinon)\n- [Regex](snippets/regex/)\n- [Schema.org](snippets/schema)\n  - [JSON-LD - sj.*](snippets/schema/json-ld)\n  - [Microdata - sm.*](snippets/schema/microdata)\n  - [RDFa - sr.*](snippets/schema/rdfa)\n- [External - e.*](snippets/external/)\n- [Comment](snippets/comment/)\n  - [HTML - hc.*](snippets/comment/html)\n  - [CSS - cc.*](snippets/comment/css)\n  - [JavaScript - jc.*](snippets/comment/js)\n- [Structure data](snippets/structured-data) (***examples***)\n  - [Microdata - z.microdata](snippets/structured-data/microdata)\n  - [JSON-LD - z.jsonld](snippets/structured-data/json-ld)\n  - [RDFa - z.rdfa](snippets/structured-data/rdfa)\n\n## References\n\n* [@caiogondim](https://github.com/caiogondim) (Caio Gondim)\n  [https://github.com/caiogondim/js-patterns-sublime-snippets](https://github.com/caiogondim/js-patterns-sublime-snippets)\n* [@zenorocha](https://github.com/zenorocha) (Zeno Rocha)\n  [https://github.com/zenorocha/sublime-javascript-snippets](https://github.com/zenorocha/sublime-javascript-snippets)\n* [@joshnh](https://github.com/joshnh) (Joshua Hibbert)\n  [https://github.com/joshnh/CSS-Snippets](https://github.com/joshnh/CSS-Snippets)\n* (Schema.org) [http://schema.org/](http://schema.org/)\n* (jQuery) [https://api.jquery.com/](https://api.jquery.com/)\n* (jQuery Boilerplate)[https://jqueryboilerplate.com/](https://jqueryboilerplate.com/)\n* (JSDuck) [https://github.com/senchalabs/jsduck](https://github.com/senchalabs/jsduck)\n* (idiomatic CSS) [https://github.com/necolas/idiomatic-css](https://github.com/necolas/idiomatic-css)\n* (JS Design Patterns) [https://addyosmani.com/resources/essentialjsdesignpatterns/book/](https://addyosmani.com/resources/essentialjsdesignpatterns/book/)\n* (Node.js Assert) [https://nodejs.org/api/assert.html](https://nodejs.org/api/assert.html)\n* (Jasmine) [http://jasmine.github.io/2.0/introduction.html](http://jasmine.github.io/2.0/introduction.html)\n* (ReactJS cheatsheet) [http://reactcheatsheet.com/](http://reactcheatsheet.com/)\n* (ES6 Features) [https://github.com/lukehoban/es6features#readme](https://github.com/lukehoban/es6features#readme)\n\n## Contributing\n\n- Fork it!\n- Create your feature branch: `git checkout -b my-new-feature`\n- Commit your changes: `git commit -m 'Add some feature'`\n- Push to the branch: `git push origin my-new-feature`\n- Submit a pull request\n\n## Log\n\nCheck [Releases](https://github.com/w3dotdev/sublime-front-end-snippets/releases) for detailed changelog.\n\n## License\n\n[MIT license](http://hemersonvianna.mit-license.org/) © Hemerson Vianna\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3dotdev%2Fsublime-front-end-snippets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fw3dotdev%2Fsublime-front-end-snippets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fw3dotdev%2Fsublime-front-end-snippets/lists"}