Skip to content

Commit 01ab5af

Browse files
committed
Add palette manager to editor user guide
1 parent cd1674d commit 01ab5af

5 files changed

Lines changed: 48 additions & 2 deletions

File tree

_includes/editor-guide-toc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<li {% if page.url == "/docs/user-guide/editor/workspace/import-export" %}class="active"{% endif %}><a href="/docs/user-guide/editor/workspace/import-export" style="padding-left: 60px;">Import/Export</a></li>
1414
<li {% if page.url == "/docs/user-guide/editor/workspace/search" %}class="active"{% endif %}><a href="/docs/user-guide/editor/workspace/search" style="padding-left: 60px;">Search</a></li>
1515
<li {% if page.url == "/docs/user-guide/editor/palette/" %}class="active"{% endif %}><a href="/docs/user-guide/editor/palette/">Palette</a></li>
16-
<!-- <li {% if page.url == "/docs/user-guide/editor/palette/manager" %}class="active"{% endif %}><a href="/docs/user-guide/editor/palette/manager" style="padding-left: 60px;">Palette Manager</a></li> -->
16+
<li {% if page.url == "/docs/user-guide/editor/palette/manager" %}class="active"{% endif %}><a href="/docs/user-guide/editor/palette/manager" style="padding-left: 60px;">Palette Manager</a></li>
1717
<li {% if page.url == "/docs/user-guide/editor/sidebar" %}class="active"{% endif %}><a href="/docs/user-guide/editor/sidebar">Sidebar</a></li>
1818
<li {% if page.url == "/docs/user-guide/editor/sidebar/info" %}class="active"{% endif %}><a href="/docs/user-guide/editor/sidebar/info" style="padding-left: 60px;">Information</a></li>
1919
<li {% if page.url == "/docs/user-guide/editor/sidebar/debug" %}class="active"{% endif %}><a href="/docs/user-guide/editor/sidebar/debug" style="padding-left: 60px;">Debug</a></li>
23.6 KB
Loading
56.7 KB
Loading
138 KB
Loading

docs/user-guide/editor/palette/manager.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,50 @@ toc: editor-guide-toc.html
44
title: Palette Manager
55
---
66

7-
*This page left intentionally blank - for now*
7+
8+
The Palette Manager can be used to install new nodes into the palette. It can be
9+
accessed under the Palette tab of the User Settings dialog.
10+
11+
<div style="width:400px" class="figure align-right">
12+
<img src="../images/editor-user-settings-palette-nodes.png" alt="Palette Manager - Nodes tab">
13+
<p class="caption">Palette Manager - Nodes tab</p>
14+
</div>
15+
16+
<table class="action-ref inline">
17+
<tr><th colspan="2">Reference</th></tr>
18+
<tr><td>Key shortcut</td><td><code>Ctrl/⌘-Shift-p</code></td></tr>
19+
<tr><td>Menu option</td><td><code>Manage palette</code></td></tr>
20+
<tr><td>Action</td><td><code>core:manage-palette</code></td></tr>
21+
</table>
22+
23+
The Palette Manager has two tabs:
24+
25+
- Nodes lists the modules that are currently installed in the runtime
26+
- Install lists the available modules that can be installed
27+
28+
### Managing nodes
29+
30+
Each entry in the Nodes list shows the name and version of the module along with
31+
a list of the individual node types the module provides.
32+
33+
Options are provided to remove, disable or upgrade each module. If a node is currently
34+
in use within the flow, it cannot be removed or disabled.
35+
36+
37+
### Installing nodes
38+
39+
<div style="width:400px" class="figure align-right">
40+
<img src="../images/editor-user-settings-palette-install.png" alt="Palette Manager - Install tab">
41+
<p class="caption">Palette Manager - Install tab</p>
42+
</div>
43+
44+
The Install tab can be used to search for available modules and install them.
45+
46+
To search for a module, enter its name in the search bar. The search results
47+
show the details of the modules, including when it was last updated and a link
48+
to its documentation. It can be installed by clicking the 'install' button.
49+
50+
<div style="width: 500px" class="figure">
51+
<img src="../images/editor-user-settings-palette-install-details.png" alt="Palette Manager - Install module details">
52+
<p class="caption">Palette Manager - Install module details</p>
53+
</div>

0 commit comments

Comments
 (0)