Files
xod/docs/tutorial/12-help/README.md
2017-10-10 16:34:38 +03:00

33 lines
998 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Accessing Help
---
# #12. Accessing Help
<div class="ui segment note">
<span class="ui ribbon label">Note</span>
This is a web-version of a tutorial chapter embedded right into the XOD IDE.
To get a better learning experience we recommend to install the
<a href="/downloads/">desktop IDE</a> or start the
<a href="/ide/">browser-based IDE</a>, and youll see the same tutorial there.
</div>
There are many nodes in XOD. You can figure out which node does what by
yourself; you just need to read the help page. There you would also
details about pin value ranges.
![The helpbar](./helpbar.png)
## How-to
There are several ways to access a node help page.
* Select a node youre interested in. Open the Helpbar either by clicking main
menu item “View → Toggle Helpbar” or pressing the “H” key.
* Click the book icon in the Inspector or Project Browser to open the same
help article in a web browser.
![Screencast](./screencast.gif)
[Next lesson →](../13-map/)