# Editors - Different Ways to Simplify Your Textual Configuration

Currently there are several existing solutions, that can help you configuring your openHAB instance in a textual way. This documentation page can give you some guidance in choosing the right one for you and setting it up.

# Network Preparations

Any editors used to configure openHAB need to be able to access the configuration files on the remote openHAB host.

This can be achieved by using a network share (opens new window) set up on the remote host and mounted on your local computer. The steps required to set up a network share (opens new window) on your local host computer are specific to the host operation system. How to setup and use Samba on a Linux system is described in the Linux article. If you are using openHABian, the network shares are readily configured for you, you only need to mount them locally.

Attention Windows users: Directly accessing network shares (UNC paths) is often not supported. Please be sure to mount the network share to a drive letter.

# openHAB VS Code Extension

openHAB VS Code is an extension for the Visual Studio Code (opens new window) editor. You can find it in the Microsoft Visual Studio Marketplace (opens new window).

openHAB VS Code Extension demo

# Installation

  1. Install Visual Studio Code (opens new window) on your desktop computer (not on the openHAB host)
  2. Open the extension sidebar. openHAB VS Code Extension alternative installation
  3. Search for openHAB and install the extension.

Visit the Extensions GitHub Page for further Information (opens new window)

# Rule Validation

This extension has the ability to check rules and validate them through a so called Language Server. (If you want to know more about this in general look here (opens new window).) The validation needs a running openHAB installation in your environment and can be activated with some simple steps. You can find all important information in the extensions readme file (opens new window).

# Other Editor Integrations

The here summarized projects provide syntax highlighting for different text editors, but have no on top functionality.

# mcedit

mcedit is an editor which comes with mc (Midnight Commander). You can find the syntax files and installation instructions on openhab-mcedit (opens new window).

# Notepad++

Notepad++ is a free source code editor for Windows. Version 6.2 or above is required. You can find the syntax files on openhab-samples (opens new window) and install the files like it is described in the notepad++ user manual (opens new window).

# Vim

Vim is a text editor in Linux systems. You can find the syntax file and installation instructions on openhab-vim (opens new window).

# Nano

Nano is a common editor in Linux systems. You can find the syntax file and installation instructions on openhabnano (opens new window).

# TextWrangler

TextWrangler is a text and code editor for macOS. You can find the syntax file and installation instructions on openhab-syntax-textwrangler (opens new window).

# BBEdit

BBEdit is a text and code editor for macOS and the official successor of TextWrangler. You can find the syntax file and installation instructions on BBEdit-openHAB-language (opens new window).

# Emacs

Emacs is an amazingly extendable free software text editor. You can find a basic modes for the most common types at openhab-mode (opens new window).