eins78 / atom-transform

Transform (selected) text in @atom editor.
MIT License
10 stars 1 forks source link

transform [alpha, WIP]

Transform (selected) text in atom editor.

A collection of usefull text transformations.

The inspiration for this package comes comes from several TextMate packages. The small helpers like HTML > URI-Encode are the only thing I really miss, however I think these "transformations" of the current selection are better bundled together. For example, one might need to URI-encode a small snippet of text outside of a .html file.

Features

Included Transformations

The following string methods from underscore.string are included as commands:

The following URI methods are also available (via URIjs):

Some additional built-ins:

TODO

Open Questions

I am currently thinking about these topics and would appreciate input from the community:

Help out

Contributions are more than welcome.
You can also give input to the open questions.