All Projects → dsandstrom → atom-double-tag

dsandstrom / atom-double-tag

Licence: MIT license
An Atom Editor package for faster HTML tag editing

Programming Languages

coffeescript
4710 projects

Projects that are alternatives of or similar to atom-double-tag

atom-django
Build Django apps faster with Atom.
Stars: ✭ 29 (-53.23%)
Mutual labels:  atom
feed2maildir
📬 Read RSS/Atom feeds in your favourite, maildir-compatible email client.
Stars: ✭ 15 (-75.81%)
Mutual labels:  atom
markown-utilities
Markdown stylesheets and other minutiae
Stars: ✭ 17 (-72.58%)
Mutual labels:  atom
wordpress-suite
WordPress Suite is an ever expanding suite of Wordpress tools, accessible right from atom's interface!
Stars: ✭ 13 (-79.03%)
Mutual labels:  atom
atom-language-r
R syntax for Atom
Stars: ✭ 33 (-46.77%)
Mutual labels:  atom
FeedReader
C# RSS and ATOM Feed reader library. Supports RSS 0.91, 0.92, 1.0, 2.0 and ATOM. Tested with multiple languages and feeds.
Stars: ✭ 221 (+256.45%)
Mutual labels:  atom
firewatch-syntax
A Firewatch inspired Atom red syntax theme
Stars: ✭ 48 (-22.58%)
Mutual labels:  atom
linter-pylama
Lint python in the Atom on the fly, using pylama
Stars: ✭ 22 (-64.52%)
Mutual labels:  atom
Xi-UI
minimal monochrome UI theme for Atom
Stars: ✭ 26 (-58.06%)
Mutual labels:  atom
atom-discord
Integrate with Discord and show Rich Presence information.
Stars: ✭ 107 (+72.58%)
Mutual labels:  atom
simplepie-ng
Don't use this yet.
Stars: ✭ 41 (-33.87%)
Mutual labels:  atom
tester-phpunit
tester runner for phpunit on atom editor
Stars: ✭ 34 (-45.16%)
Mutual labels:  atom
json-feed-viewer
The world's first JSON feed viewer 🥇
Stars: ✭ 40 (-35.48%)
Mutual labels:  atom
atomic-bohr-model
A d3 powered customizable and animated atomic bohr model
Stars: ✭ 27 (-56.45%)
Mutual labels:  atom
atom-python-isort
Atom.io plugin to sort Python imports
Stars: ✭ 19 (-69.35%)
Mutual labels:  atom
atom-ts-transpiler
A transpiler for Atom packages that processes code with TypeScript
Stars: ✭ 14 (-77.42%)
Mutual labels:  atom
MP4Parse
C++ library for MP4 file parsing.
Stars: ✭ 55 (-11.29%)
Mutual labels:  atom
webfeed
A dart package for parsing RSS & Atom feed
Stars: ✭ 92 (+48.39%)
Mutual labels:  atom
Atom-as-a-Perl6-IDE
Packages and Plugins with Detailed Explanation on Configuring Atom as a Raku IDE
Stars: ✭ 15 (-75.81%)
Mutual labels:  atom
django-feed-reader
An RSS/Atom/JSONFeed reading + storing library for Django
Stars: ✭ 21 (-66.13%)
Mutual labels:  atom

Double Tag

An Atom Package - Atom.io : Github

Build Status

Edit both the start and end HTML tags at the same time.

Screen Recording

How To Use

Edit the start tag (<div>) and the matching end tag (</div>) will be changed automatically. Likewise for the end tag.

Configs

  • enabledScopes - Language scopes that are active (Default: text.html, text.html.basic, text.xml, text.marko, source.js.jsx, source.tsx, text.html.erb, text.html.php, text.html.php.blade)
  • ignoredTags - HTML tags that are ignored. (Default: area, base, body, br, col, command, embed, head, hr, html, img, input, keygen, link, meta, param, source, title, track, wbr)
  • allowEndTagSync - Whether editing the end tag will change the start tag. (Default: false)

Notes

  • Supported Languages: HTML, PHP, ERB, JSX, XML, marko
  • Issues and Pull Requests are welcome.
  • Recording done with: screen-recorder
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].