Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uzyn/tag
Sublime Text-inspired HTML & XML Tag menu for Atom.
https://github.com/uzyn/tag
Last synced: 11 days ago
JSON representation
Sublime Text-inspired HTML & XML Tag menu for Atom.
- Host: GitHub
- URL: https://github.com/uzyn/tag
- Owner: uzyn
- License: mit
- Created: 2014-03-31T04:23:14.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-11T01:41:07.000Z (over 7 years ago)
- Last Synced: 2024-04-29T23:55:30.047Z (7 months ago)
- Language: JavaScript
- Homepage: https://atom.io/packages/tag
- Size: 20.5 KB
- Stars: 14
- Watchers: 2
- Forks: 8
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tag for Atom
A Sublime Text-inspired Tag menu and functions for Atom.
Supports HTML / XML tags.
![Tag in action](http://i.imgur.com/yKKZfxA.gif)
Install
---
```
apm install tag
```Or search for `tag` under `Atom Preferences > Install Packages`.
Features
---
- Close Tag (⌥⌘.)
- Close tag upon typing of ``
- Toggle-able at Atom Preference
- When turned on, this feature is only triggered when grammar's name contains `HTML` or `XML`.To do
---
- Expand Selection to Tag (⇧⌘A)
- Customization options for single tags
- Tests