Skip to content

einomi/sublime-text-typographer

Repository files navigation

HTML Typographer

This is the implementation of Lebedev Web Typograph for Sublime Text editor.

Description

Plugin sets up correct word wrapping of selected text, transforms the neccessary symbols into correct HTML entities.

For example,
He loves "Sumblime Text Editor"!
will be transformed into
He loves «Sumblime Text Editor»!

Usage

Select some text and press ctrl+shift+t or call typograph comand from menu (by pressing ctrl+shift+p and typing typograph).

Contribution

Plugin is using Lebedev Typograph web service. Thanks to Sergey Lavrinenko for RemoteTypograf.py script.