Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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