Skip to content

Commit 67da051

Browse files
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]>
1 parent 662a139 commit 67da051

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

docs/labs/create_checker.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,3 +613,19 @@ to refer to the corresponding capturing group.
613613

614614
If you load `hello.html` you'll automatically run some self-tests on
615615
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.
625+
[CodeJar](https://medv.io/codejar/)
626+
([CodeJar repo](https://github.com/antonmedv/codejar))
627+
looks promising. It has an MIT license, only about 2.5kB,
628+
and you can use a highlighting library such as PrismJS or your own;
629+
it doesn't do any bracket matching though.
630+
There are many larger ones such as Ace and CodeMirror.
631+

0 commit comments

Comments
 (0)