An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# strongify


cren logo

[![CI](https://github.com/veeso/strongify/actions/workflows/ci.yml/badge.svg)](https://github.com/veeso/strongify/actions/workflows/ci.yml)
[![License-MIT](https://img.shields.io/badge/License-MIT-teal.svg)](https://opensource.org/licenses/MIT)
[![Conventional Commits](https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white)](https://conventionalcommits.org)
[![vscode install](https://img.shields.io/badge/VSCode-Install-blue.svg)](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.