[Editors] Small fixes (#485)
Like discussed in #434: Fixed/Improved the toc configuration for the Editors article Fixed broken ESH Designer urls in 3 pages Signed-off-by: Jerome Luckenbach <github@luckenba.ch> (github: @Confectrician)pull/489/head
parent
662100e2ad
commit
c51f07d584
|
@ -10,7 +10,7 @@ title: Editors
|
|||
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.
|
||||
|
||||
{::options toc_levels="2"/}
|
||||
{::options toc_levels="2..4"/}
|
||||
|
||||
- TOC
|
||||
{:toc}
|
||||
|
|
|
@ -47,7 +47,7 @@ There are two methods for defining Items:
|
|||
The following content will discuss details of item definition on the example of `.items` files.
|
||||
|
||||
**Editor Recommendation:**
|
||||
It's recommended to edit `.items` files using the [Eclipse SmartHome Designer]({{base}}/configuration/editors.html#eclipse-smarthome-designer).
|
||||
It's recommended to edit `.items` files using the [Eclipse SmartHome Designer]({{base}}/configuration/editors.html#esh-designer).
|
||||
Doing so you will have full IDE support like syntax checking, context assist, etc.
|
||||
|
||||
## Item Definition and Syntax
|
||||
|
|
|
@ -30,7 +30,7 @@ It therefore makes sense to have different rule files for different use-cases or
|
|||
|
||||
### IDE Support
|
||||
|
||||
The [Eclipse SmartHome Designer]({{base}}/configuration/editors.html#eclipse-smarthome-designer) offers support for rules building.
|
||||
The [Eclipse SmartHome Designer]({{base}}/configuration/editors.html#esh-designer) offers support for rules building.
|
||||
It includes syntax checks and coloring, validation with error markers, content assist (Ctrl+Space) incl. templates etc.
|
||||
This makes the creation of rules very easy!
|
||||
|
||||
|
|
|
@ -21,7 +21,7 @@ This page is structured as follows:
|
|||
|
||||
The definition of Sitemaps happens declaratively in a file with a clear syntax, described below.
|
||||
A Sitemap definition file is stored in the folder `<openhab_config>/sitemaps` and has to have the `.sitemap` filename extension.
|
||||
For easy editing, the [Eclipse SmartHome Designer]({{base}}/configuration/editors.html#eclipse-smarthome-designer) brings full IDE support for these files.
|
||||
For easy editing, the [Eclipse SmartHome Designer]({{base}}/configuration/editors.html#esh-designer) brings full IDE support for these files.
|
||||
|
||||
The openHAB runtime comes with a demo configuration package containing a [`demo.sitemap`](https://github.com/openhab/openhab-distro/blob/master/features/distro-resources/src/main/resources/sitemaps/demo.sitemap),
|
||||
which should let you easily understand possible elements and structures.
|
||||
|
|
Loading…
Reference in New Issue