org4idea icon indicating copy to clipboard operation
org4idea copied to clipboard

OrgMode editor for IntelliJ IDEA

trafficstars

#+TITLE: org4idea: edit org-mode files from IntelliJ

[[media/screenshot_new.png]]

[[https://gitter.im/org4idea/Lobby][https://img.shields.io/badge/gitter-org4idea-green.svg]]

  • Introduction

This plugin provides basic editing support for [[http://orgmode.org/][org-mode]] files in IntelliJ. At the moment, only support for syntax highlight of comments and outlines is provided.

DISCLAIMER: org4idea is still in its /inception / pre-alpha / here-be-dragons phase. Use at your own risk.

  • Status and planned features ** Basic Editing These feature only requires some Intellij customisation of the plugin, and basic lexing rules

    • [X] spellchecking
    • [X] active live template
    • [X] Keywords/blocks highlight
    • [X] Comments
    • [X] bold, slant, code highlight

** Structure aware features The following feature will require some working grammar and a parser to be really supported.

  • [X] proper file parsing
  • [X] folding (only for drawers and blocks)
  • [X] folding (for outlines)
  • [X] hotkey to insert new outline (ctrl alt meta enter)
  • [ ] tagging

** Miscellaneous

  • [ ] create new org file
  • [ ] capture like actions
  • [ ] Link support
  • [ ] Export and html preview (relying on a background emacs)
  • [ ] the one you might [[https://github.com/skuro/org4idea/issues][suggest or implement]]
  • [ ] Line marker
  • Credits
  • Project author :: [[http://skuro.tk][Carlo Sciolla]]
  • Contributor :: [[https://github.com/AdrieanKhisbe/org4idea][Adriean Khisbe]]

§todo: add paragraph about how to contribute?

  • License

All files in this repository except OrgMode logos are released under the [[LICENSE.txt][MIT License]].