Skip to content

Commit 2bc33a1

Browse files
dionmcmclaude
andcommitted
docs: add ECL Workbench to website landing page
Add feature section with screenshot, update hotkey grid from 5 to 6. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 08ac395 commit 2bc33a1

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

docs/index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,23 @@ <h2>Make ECL expressions readable</h2>
9797

9898
<hr class="feature-divider">
9999

100+
<!-- ECL Workbench -->
101+
<section class="feature stacked">
102+
<div class="feature-text">
103+
<div class="label">ECL Workbench</div>
104+
<h2>Write, test, and refine ECL expressions</h2>
105+
<p>A full ECL editor with syntax highlighting, autocomplete, inline diagnostics, and code actions — powered by
106+
Monaco. Write an expression, see matching concepts instantly. Hover over concept IDs for details, use
107+
quick fixes to add history supplements or description filters, and toggle display terms with a keystroke.
108+
Open concept diagrams or browse them in Shrimp, right from the results.</p>
109+
</div>
110+
<div class="feature-image">
111+
<img src="screenshot-ecl-workbench.png" alt="ECL Workbench with Monaco editor and evaluation results">
112+
</div>
113+
</section>
114+
115+
<hr class="feature-divider">
116+
100117
<!-- Visualise -->
101118
<section class="feature stacked">
102119
<div class="feature-text">
@@ -113,7 +130,7 @@ <h2>See concept relationships at a glance</h2>
113130

114131
<!-- Hotkeys -->
115132
<section class="hotkeys">
116-
<h2>Five hotkeys. Zero friction.</h2>
133+
<h2>Six hotkeys. Zero friction.</h2>
117134
<p class="subtitle">Works from any app — no switching windows, no browser tabs.</p>
118135
<div class="hotkey-grid">
119136
<div class="hotkey-card">
@@ -132,6 +149,10 @@ <h2>Five hotkeys. Zero friction.</h2>
132149
<div class="keys">⌃⌥E</div>
133150
<div class="action">ECL Format</div>
134151
</div>
152+
<div class="hotkey-card">
153+
<div class="keys">⌃⌥V</div>
154+
<div class="action">ECL Workbench</div>
155+
</div>
135156
<div class="hotkey-card">
136157
<div class="keys">⌃⌥H</div>
137158
<div class="action">Shrimp</div>

docs/screenshot-ecl-workbench.png

394 KB
Loading

0 commit comments

Comments
 (0)