https://github.com/veeso/strongify
I hate to type <strong>...</strong> so I created an extension which strongify a text in HTML/JSX pages
https://github.com/veeso/strongify
html jsx vscode vscode-extension
Last synced: about 2 months ago
JSON representation
I hate to type <strong>...</strong> so I created an extension which strongify a text in HTML/JSX pages
- Host: GitHub
- URL: https://github.com/veeso/strongify
- Owner: veeso
- License: mit
- Created: 2025-02-24T11:40:17.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T09:16:54.000Z (2 months ago)
- Last Synced: 2025-02-25T09:32:32.217Z (2 months ago)
- Topics: html, jsx, vscode, vscode-extension
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# strongify
![]()
[](https://github.com/veeso/strongify/actions/workflows/ci.yml)
[](https://opensource.org/licenses/MIT)
[](https://conventionalcommits.org)
[](https://marketplace.visualstudio.com/items?itemName=veeso.strongify)## Description
Probably something like that already existed but I wanted to keep it simple.
When I work on HTML/JSX pages I hate to have to type ... around my text to make it bold. I wanted to have a simple way to make text bold without having to type the tags.
That's where strongify comes in.
Just select the text you want to wrap in the tags and press `Ctrl+Shift+P` and type `strongify` and press `Enter`.
project's logo is *cringy* on purpose
## Commands
There are two commands available:
- `Strongify: strong` - Wraps the selected text in `...` tags.
- `Strongify: italic` - Wraps the selected text in `...` tags.## License
strongify is licensed under the MIT License. See [LICENSE](LICENSE) for more information.