Skip to content

Commit 3913d9b

Browse files
committed
Remove Codex from About
1 parent d3206cb commit 3913d9b

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

resources/ecs/about.ecs

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
import module Showdown
66

77
button ShowMeButton
8-
button CodexButton
98
module CodexModule
109
variable Script
1110
variable Item
12-
variable Codex
1311
variable ShowMe
1412
variable Message
1513

@@ -25,7 +23,6 @@
2523
rest get Item from `/resources/fragment/about/0.txt`
2624
replace `/0/` with `<span style="font-family:mono;color:darkred">` cat Item cat `</span>` in Script
2725
replace `/SHOWME/` with `<button style="margin-left:3em" id="showme">Show Me</button>` in Script
28-
replace `/CODEX/` with `<a href="#" id="about-codex">EasyCoder Codex</a>` in Script
2926
replace `/SLACK/` with `<a href="https://easycoder-software.slack.com">Slack workspace</a>` in Script
3027

3128
on message
@@ -51,16 +48,4 @@ Start:
5148
else set style `background` of ShowMeButton to `pink`
5249
toggle ShowMe
5350
end
54-
attach CodexButton to `about-codex`
55-
on click CodexButton
56-
begin
57-
if CodexModule is not running
58-
begin
59-
require js `dist/plugins/codemirror.js`
60-
rest get Script from `/resources/ecs/codex.ecs`
61-
send `hide` to parent
62-
run Script as CodexModule
63-
end
64-
send `start` to CodexModule
65-
end
6651
stop

resources/md/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ In some cases this might be all you need; something simple that happens in respo
1010

1111
By contrast, the 'script' containing ~ec~ commands goes into a special element in your HTML and it's ready for use as soon as the page loads. No complicated compilers, linkers, loaders or other tools are needed; you just write what you want then refresh the page to see it in action.
1212

13-
If you'd like to know more we recommend you start with our /CODEX/, a combined tutorial, prorammer's playground and reference manual. Or you can browse the site links /SIDEBAR/.
13+
If you'd like to know more we recommend you start with our `Codex`, a combined tutorial, prorammer's playground and reference manual. You can browse the site links /SIDEBAR/.
1414

1515
## Features
1616

0 commit comments

Comments
 (0)