You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Document potential future addition of a code editor
No guarantee of this, but worth noting/warning about.
I found several useful links I wanted to capture.
Signed-off-by: David A. Wheeler <[email protected]>
Copy file name to clipboardExpand all lines: docs/labs/create_checker.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -613,3 +613,19 @@ to refer to the corresponding capturing group.
613
613
614
614
If you load `hello.html` you'll automatically run some self-tests on
615
615
the default preprocessor.
616
+
617
+
## Potential future directions
618
+
619
+
Below are notes about potential future directions.
620
+
621
+
Currently this system uses simple input and textarea tags
622
+
to retrieve data.
623
+
It might be useful to (optionally?) replace that with a code editor.
624
+
[Wikipedia's Comparison of JavaScript-based source code editors](https://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors) lists many options.
0 commit comments