Skip to content

Commit 3cfc705

Browse files
committed
website: add more placeholders
1 parent 1b488b0 commit 3cfc705

3 files changed

Lines changed: 26 additions & 15 deletions

File tree

docs/.vitepress/config.mjs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,11 @@ export default defineConfig({
5656
{
5757
text: "QuickView",
5858
items: [
59-
{ text: "Getting started", link: "/guides/quickview" },
60-
{ text: "Toolbar", link: "/guides/quickview/toolbar" },
61-
{ text: "Viewport", link: "/guides/quickview/viewport" },
62-
{ text: "Resources",link: "/guides/quickview/resources" },
59+
{ text: "Resources", link: "/guides/quickview/resources" },
60+
{ text: "One-key Shortcuts",link: "/guides/quickview/resources" },
61+
{ text: "Toolbar", link: "/guides/quickview/toolbar" },
62+
{ text: "Control Panels", link: "/guides/quickview/control_panels" },
63+
{ text: "Viewport", link: "/guides/quickview/viewport" },
6364
],
6465
},
6566
{
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Control Panels

docs/guides/reminders.md

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,41 @@
11
## Key reminders for using QuickView and other tools in the family
22

3-
::: tip Two modes of use: QuickView can be used in two modes:
4-
a ^^new-viz^^ mode (for starting a new visualization) or
5-
a ^^resume^^ mode (for resuming an analysis). Further details can be found on
3+
::: info Two modes of use
4+
QuickView can be used in two modes:
5+
a *new-viz* mode (for starting a new visualization) or
6+
a *resume* mode (for resuming an analysis). Further details can be found on
67
the [toolbar description page](/guides/quickview/toolbar.md).
78
:::
89

9-
::: tip Connectivity Files:
10+
::: warning Connectivity Files
1011
Since E3SM's horizontal grids are unstructured meshes from ParaView's perspective,
1112
connectivity files are needed in addition to the simulation data files.
1213
Further details can be found on the documentation pages
1314
describing the [connectivity files](/guides/connectivity.md) and the
1415
[toolbar](/guides/quickview/toolbar.md).
1516
:::
1617

17-
::: tip The `LOAD VARIABLES` Button:
18-
Most buttons, sliders, and selection boxes in the GUI apply their effects
19-
immediately upon user interaction. The only exception is the variable
18+
::: tip The `LOAD VARIABLES` Button
19+
Most buttons, sliders, and selection boxes in the UI apply their effects
20+
immediately upon user interaction. The only exception is variable
2021
selection: After variables are chosen for the first time following file load
21-
or after the selection is changed, the user ^^must^^ click the `LOAD VARIABLES`
22-
button in the [toolbar](/guides/quickview/toolbar.md) for the new selection to take effect.
22+
or after the selection is changed, the user *must* click the `LOAD VARIABLES`
23+
button at the top of the "Select Variables" control panel for the new selection to take effect.
24+
:::
25+
26+
::: info Show/hide control panels
27+
Most of the buttons in the vertical [toolbar](/guides/quickview/toolbar.md)
28+
are toggles for showing or hiding the corresponding control panels.
29+
These toggles have 1-key shortcuts--see cheatsheet [here](/guides/quickview/shortcuts.md).
30+
Detailed descriptions of the control panels can be found on
31+
[this page](/guides/quickview/control_panels.md).
2332
:::
2433

2534
::: tip Viewport Layout
2635
The QuickView app is designed to present multiple variables simultaneously
27-
in an informative way. Users can ^^rearrange^^ the individual views
36+
in an informative way. Users can *rearrange* the individual views
2837
(i.e., contour plots) in the [viewport](/guides/quickview/viewport.md)
29-
and ^^resize^^ each view.
38+
and *resize* them.
3039

3140
Furthermore, if a user saves a state file after these
3241
adjustments, they can later resume their analysis with the customized

0 commit comments

Comments
 (0)