Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotdot0/vscode-html-shortcut-extension
A library of html shortcuts to help you write faster and more efficiently
https://github.com/dotdot0/vscode-html-shortcut-extension
Last synced: about 2 months ago
JSON representation
A library of html shortcuts to help you write faster and more efficiently
- Host: GitHub
- URL: https://github.com/dotdot0/vscode-html-shortcut-extension
- Owner: dotdot0
- Created: 2020-11-07T13:48:07.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T18:26:29.000Z (over 1 year ago)
- Last Synced: 2024-06-29T06:30:45.508Z (6 months ago)
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# html-shortcuts README
## Features
A library of html shortcut that help you to write html element quickly.
### 1.0.0
Initial release of Html Shortcuts
----------------------------------------------------------------------------------------------------------------
!html => To generate a html body!div-class => To generate a div element with class
!div-id => To generate a div element with id
!h1-class => To generate a h1 element with class
!h1-id => To generate a h1 element with id
!p-class => To generate a p element with class
!p-id => To generate a p element with id
!img-class => To generate a img element with class
!img-id => To generate a img element with id
!script-src => To generate a script element with src
!script => To generate a script element witout src