Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 731 Bytes

File metadata and controls

18 lines (15 loc) · 731 Bytes

Code snippet converter IntelliJ IDEA ⟶ http://habr.com.

Clipboard code snippet converter for http://habr.com.

Transforms code from usual html IntelliJ IDEA format into special habr.com format.

Usage:

  • Single execution mode

    • Select code region in IntelliJ IDEA and press Ctrl-C (Copy)
    • Run java -jar code-converter.jar
    • Goto habr.com page editor and press Ctrl-V (Paste)
  • Daemon mode

    • Run java -jar code-converter.jar daemon
    • Select code region in IntelliJ IDEA and press Ctrl-C (Copy)
    • Goto habr.com page editor and press Ctrl-V (Paste)
    • Select code region in IntelliJ IDEA and press Ctrl-C (Copy)
    • Goto habr.com page editor and press Ctrl-V (Paste)
    • etc