https://github.com/ctf0/vscode-auto-posthtml-utils
https://github.com/ctf0/vscode-auto-posthtml-utils
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ctf0/vscode-auto-posthtml-utils
- Owner: ctf0
- License: mit
- Created: 2020-11-11T21:52:22.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T08:31:42.000Z (about 3 years ago)
- Last Synced: 2024-10-11T12:18:59.896Z (over 1 year ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Vscode Auto Posthtml Utils
run any/all of posthtml plugins on your file in one go,
> Currently included fixers/utilities
>
>- posthtml-alt-always
>- posthtml-aria-tabs
>- posthtml-lazyload
>- posthtml-link-noreferrer
>- posthtml-remove-duplicates
>- posthtml-schemas
>- posthtml-attrs-sorter
## Usage
- open any html based file ex.`html, blade, vue, etc..` & run `Auto PostHtml`
## Notes
- u can test with [the demo file](demo/index.html)
## Issues
- cant have nested quotes of same type, ex.
> `class="{{ "$var" }}"`
> `alt='{{ __('test') }}'`