aboutsummaryrefslogtreecommitdiff
path: root/documentation/research/text_editor & ide.md
diff options
context:
space:
mode:
authorEduardo Julian2020-03-04 00:38:54 -0400
committerEduardo Julian2020-03-04 00:38:54 -0400
commit21777826feb4affa53bf150588b70fc11bb92512 (patch)
tree837f1a0b496b03c099994a0a0c96ee6c49e57733 /documentation/research/text_editor & ide.md
parenta7b921974b5318c4344d28092519566424675f02 (diff)
Test for codec composition + adjustments to JS-generation code.
Diffstat (limited to '')
-rw-r--r--documentation/research/text_editor & ide.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/research/text_editor & ide.md b/documentation/research/text_editor & ide.md
index 0df73ac2d..4ad640a57 100644
--- a/documentation/research/text_editor & ide.md
+++ b/documentation/research/text_editor & ide.md
@@ -43,6 +43,7 @@
# Reference
+1. [Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/)
1. [It’s 2019. Why don’t we have good code editors?](https://thoughts.thorlaksson.com/2019/09/27/its-2019-why-dont-we-have-good-code-editors/)
1. [Text Editing Hates You Too](https://lord.io/blog/2019/text-editing-hates-you-too/)
1. [Why ContentEditable is Terrible](https://medium.engineering/why-contenteditable-is-terrible-122d8a40e480)