@@ -4,4 +4,50 @@ toc: editor-guide-toc.html
44title : 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