Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sanusart/atom-wrap-in-tag
Simplest package for Atom editor that wraps HTML tag around selection
https://github.com/sanusart/atom-wrap-in-tag
Last synced: 3 months ago
JSON representation
Simplest package for Atom editor that wraps HTML tag around selection
- Host: GitHub
- URL: https://github.com/sanusart/atom-wrap-in-tag
- Owner: sanusart
- License: mit
- Created: 2015-09-23T17:56:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-27T09:30:30.000Z (over 5 years ago)
- Last Synced: 2024-10-03T11:39:41.391Z (3 months ago)
- Language: CoffeeScript
- Homepage: https://atom.io/packages/atom-wrap-in-tag
- Size: 926 KB
- Stars: 73
- Watchers: 3
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Atom wrap in tag
> :rotating_light: **NOTE!** This plug-inis no longer maintained. It probably works and PRs probably will be merged, but I do not use Atom anymore (sorry). If anyone want to maintain this, I'll be happy to give commit rights or transfer it.
Simplest package for [Atom](https://atom.io/) that wraps tag around selection - similar functionality found on other editors like PhpStorm, SublimeText, TextMate etc.
Just select a word or phrase and hit Alt + Shift + w
Hit spacebar key to continue typing attribute after the opening tag.
## Installation
`apm install atom-wrap-in-tag`
or find _atom-wrap-in-tag_ in **Settings** > **Install** tab
![A screenshot of your package](https://raw.githubusercontent.com/sanusart/atom-wrap-in-tag/master/images/screenshot.gif)
### License:
MIT