Skip to content

MZinchenko/code-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Clipboard code snippet converter for https://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