aboutsummaryrefslogtreecommitdiff
path: root/documentation/bookmark/tool/text_editor.md
blob: 0f087cc7935fbd2073f44585770bc1b29de55ecf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
# Modal editing

0. [Beyond Vim and Emacs: A Scalable UI Paradigm](https://emacsconf.org/2020/talks/07/)

# Code navigation

0. [Navigate your code like it's 2021](https://austinhenley.com/blog/coderibbon.html)
0. [Introducing stack graphs](https://github.blog/2021-12-09-introducing-stack-graphs/)
0. ["Incremental, zero-config Code Nav using stack graphs" by Douglas Creager](https://www.youtube.com/watch?v=l2R1PTGcwrE)

# Rendering

0. [Text Rendering Hates You](https://gankra.github.io/blah/text-hates-you/)
0. [Graphics for JVM](https://tonsky.me/blog/skija/)
0. https://github.com/JetBrains/skija/
0. https://github.com/JetBrains/skiko/
0. https://github.com/JetBrains/compose-jb

# Font

0. [Google Noto Fonts: Beautiful and free fonts for all languages](https://www.google.com/get/noto/)

# Residential programming

0. [Residential Programming without Mutable State - Thomas Getgood](https://www.youtube.com/watch?v=Kgw9fblSOx4)

# Good Ideas

0. https://medium.com/@NikitaVoloboev/write-once-never-write-again-c2fa1f6c4e8
0. [Inline: Efficient Source Code Editing and Manipulation with Code Portals](https://www.youtube.com/watch?v=NQ5h2Ibw6ck)
0. https://devclass.com/2019/02/15/atlassian-make-jira-invisible-target-developers-ides/
0. http://lispm.de/genera-concepts
0. Hovering/selecting an input to a function inside a function-call should display the name of the input in the function declaration. This would help understand the purpose of the value while in the function call without needing Lux/the-language to have named inputs as a feature.
0. https://www.emacswiki.org/emacs/UndoTree
0. https://jameshfisher.com/2014/05/11/your-syntax-highlighter-is-wrong/
0. https://medium.com/@evnbr/coding-in-color-3a6db2743a1e

# Voice

0. [Speaking in code: how to program by voice](https://www.nature.com/articles/d41586-018-05588-x)

# Refactoring

0. https://medium.com/zoosk-engineering/refactoring-at-scale-with-abstract-syntax-trees-a3f989ec8524
0. https://about.sourcegraph.com/

# Visual programming

0. https://github.com/ivanreese/visual-programming-codex
0. [Lambda Days 2018 - Piotr Moczurad - Visual-textual functional programming with Luna](https://www.youtube.com/watch?v=6xUOuzafmO0)
0. https://www.luna-lang.org/
0. https://github.com/hoodiecrow/Tclook
0. https://blog.sourcerer.io/build-interactive-diagrams-with-storm-react-diagrams-f172ae26af9d
0. https://www.jointjs.com/opensource
0. https://github.com/jagenjo/litegraph.js
0. https://github.com/retejs/rete
0. http://mikehadlow.blogspot.com/2018/10/visual-programming-why-its-bad-idea.html
0. https://ncase.me/joy/
0. https://www.jointjs.com/
0. [Lambda World 2018 - Diagrammatic Execution Models for Functional Languages - Keynote](https://www.youtube.com/watch?v=sgmpVedCsNM)
0. http://joshuahhh.com/projects/pane/
0. [PANE: Programming with visible data](https://www.youtube.com/watch?v=fIEcXAHy6bU)
0. https://blog.statebox.org/why-visual-programming-doesnt-suck-2c1ece2a414e
0. https://nodered.org/

# Reference

0. []()
0. [keenwrite: Java-based desktop text editor with live preview, string interpolation, and formulas](https://github.com/DaveJarvis/keenwrite)
0. [Deft for Emacs](https://jblevins.org/projects/deft/)
0. [Text Editing Hates You Too](https://lord.io/text-editing-hates-you-too/)
0. [On the design of text editors](https://arxiv.org/abs/2008.06030)
0. [The Piece Table - the Unsung Hero of Your Text Editor](https://darrenburns.net/posts/piece-table/)
0. [Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/)
0. [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/)
0. [Text Editing Hates You Too](https://lord.io/blog/2019/text-editing-hates-you-too/)
0. [Why ContentEditable is Terrible](https://medium.engineering/why-contenteditable-is-terrible-122d8a40e480)
0. [Broot: A better way to navigate directories](https://github.com/Canop/broot)
0. https://www.simplethread.com/editor-plugins-belong-in-lock-file/
0. [How to Design an IDE-Friendly Language with Peter Gromov @donnerpeter](https://www.youtube.com/watch?v=lubc8udiP_8)
0. https://shaunlebron.github.io/parinfer/
0. https://www.reddit.com/r/emacs/comments/6ztnj9/what_are_the_things_that_you_do_not_like_in_emacs/?st=j7kdafu2&sh=af9ca25d
0. http://xenodium.com/#emacs-utilities-for-your-os
0. https://techcrunch.com/2017/02/19/why-is-android-studio-still-such-a-gruesome-embarrassment/
0. http://emacslife.com/
0. http://tinyletter.com/Flowsheets/letters/flowsheets-visualizations
0. http://www.averylaird.com/programming/editor/2017/09/30/the-piece-table/
0. [Gallery of Programmer Interfaces](https://docs.google.com/presentation/d/1MD-CgzODFWzdpnYXr8bEgysfDmb8PDV6iCAjH5JIvaI/preview?slide=id.g1da0625f1b_0_56)
0. https://spacevim.org/2017/02/11/use-vim-as-a-java-ide.html
0. https://github.com/p-e-w/envy
0. https://enotuniq.org/python_as_a_dsl.html
0. [Lambda World 2018 - What FP can learn from Smalltalk by Aditya Siram](https://www.youtube.com/watch?v=baxtyeFVn3w)
0. https://chris-martin.org/2017/loc

# Syntax Highlighting

0. [Syntax highlighting is backwards](https://www.benkuhn.net/syntax)
0. [Coding in color](https://medium.com/@evnbr/coding-in-color-3a6db2743a1e)
0. https://code.visualstudio.com/blogs/2017/02/08/syntax-highlighting-optimizations
0. https://github.com/alecthomas/chroma
0. https://www.crockford.com/contextcoloring.html

# Music

0. https://www.hooktheory.com/hookpad/app

# Data-Structures

0. [Data Structures for Text Sequences](https://www.cs.unm.edu/~crowley/papers/sds.pdf)

# Shell

0. https://masteringemacs.org/article/complete-guide-mastering-eshell
0. https://medium.com/readcomiccode/behold-z-the-unsung-jewel-that-rethinks-shell-navigation-dae262bb6bdc
0. https://gitlab.com/emacsomancer/equake
0. https://github.com/c-bata/go-prompt

# Language Server Protocol

0. https://tomassetti.me/language-server-dot-visual-studio/
0. https://github.com/Microsoft/language-server-protocol/blob/master/README.md
0. https://www.ncameron.org/blog/what-the-rls-can-do/

# Semantic-oriented programming

0. https://en.wikipedia.org/wiki/Semantic-oriented_programming
0. https://prezi.com/gp6u1jpgkxej/what-are-soplets/
0. http://symade.tigris.org/

# Integrated Development Environment (IDE)

0. [Theia 1.0 - Finally a Good Browser IDE](https://dev.to/svenefftinge/theia-1-0-finally-a-good-browser-ide-3ok0)
0. https://www.eclipse.org/che/

# Advanced AST/source-code manipulation tools

0. https://caseywatts.com/2018/08/23/codemods.html
0. https://vimeo.com/189514610
0. https://github.com/facebook/jscodeshift
0. http://astexplorer.net/
0. https://github.com/avajs/ava-codemods

# Extensibility

0. [The Spoofax Language Workbench](https://metaborg.github.io/spoofax/)
0. [A Language Independent Task Engine for Incremental Name and Type Analysis](https://www.researchgate.net/publication/290110229_A_Language_Independent_Task_Engine_for_Incremental_Name_and_Type_Analysis)
0. [Extensible Type-Directed Editing](http://cattheory.com/extensibleTypeDirectedEditing.pdf)

# Parsing

0. [tree-sitter](http://tree-sitter.github.io/tree-sitter/)
0. [tree-sitter: An incremental parsing system for programming tools](https://github.com/tree-sitter/tree-sitter)
0. https://blog.github.com/2018-10-31-atoms-new-parsing-system/
0. ["Tree-sitter - a new parsing system for programming tools" by Max Brunsfeld](https://www.youtube.com/watch?v=Jes3bD6P0To)

# Notebook

0. https://tiddlywiki.com/

# Extension

0. https://github.com/Pext/Pext

# Collaborative editing

0. https://github.com/gsilvamartin/RTCode
0. https://hackernoon.com/building-conclave-a-decentralized-real-time-collaborative-text-editor-a6ab438fe79f
0. https://github.com/xi-editor/xi-editor/issues/1187
0. [Chronofold: a data structure for versioned text](https://arxiv.org/abs/2002.09511)

# Exemplar

## General

0. https://texteditors.org/cgi-bin/wiki.pl?EditorIndex
0. [Slate: A completely customizable framework for building rich text editors.](https://github.com/ianstormtaylor/slate)
0. [Trix: A rich text editor for everyday writing.](https://trix-editor.org/)
0. [Left](https://100r.co/site/left.html)
0. https://howl.io/
0. [The Whole Code Catalog](https://futureofcoding.org/catalog/)
0. http://substance.io/
0. https://www.querystorm.com/
0. http://recursivedrawing.com/
0. http://doc.cat-v.org/bell_labs/sam_lang_tutorial/sam_tut.pdf
0. https://github.com/typeintandem/tandem
0. https://github.com/atom/xray
0. http://strlen.com/treesheets/
0. https://sekao.net/nightlight/
0. http://cirru.org/
0. http://www.sublimetext.com/
0. https://atom.io/
0. http://lighttable.com/
0. https://www.visualstudio.com/vs/whatsnew/
0. http://www.prototypingtools.co/
0. https://nexttexteditor.com/
0. https://medium.com/cirru-project/stack-editor-programming-by-functions-a961f1d9555c
0. https://github.com/Cirru/stack-editor
0. https://kclpure.kcl.ac.uk/portal/files/71018111/Frame_based_editing.pdf
0. http://reactide.io/
0. http://jumpfm.org/
0. https://isomorf.io/#!/
0. http://granthika.co/
0. https://portacle.github.io/
0. https://quokkajs.com/
0. https://github.com/jaredly/treed
0. https://github.com/raxod502/el-patch
0. http://www.jgrasp.org/tutorials200/jGRASP_00_Overview.pdf
0. http://codiad.com/
0. https://github.com/sahilm/fuzzy
0. https://lively-next.org/
0. http://www.expressionsofchange.org/
0. https://github.com/onivim/oni
0. http://wiki.xxiivv.com/ronin
0. https://github.com/google/xi-editor
0. https://teletype.atom.io/
0. https://github.com/martanne/vis
0. http://www.graspjs.com/
0. http://kakoune.org/
0. https://github.com/argimenes/standoff-properties-editor
0. https://www.conyedit.com/
0. https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand
0. [YOW! Lambda Jam 2018 - Colin Fleming - Developing an IDE for Clojure code](https://www.youtube.com/watch?v=2sPYiGxU4kA)
0. https://github.com/shaunlebron/history-of-lisp-parens/blob/master/editors.md
0. https://www.leoeditor.com/
0. https://storybook.js.org/
0. https://grapesjs.com/
0. https://two-wrongs.com/why-you-should-buy-into-the-emacs-platform
0. https://docs.slatejs.org/
0. https://github.com/pel-daniel/mind-bicyles
0. https://github.com/metaseed/metaGo
0. https://github.com/argimenes/standoff-properties-editor
0. https://github.com/JeffreyBenjaminBrown/hode
0. https://tratt.net/laurie/blog/entries/an_editor_for_composed_programs.html
0. [Hjalfi makes smalltalk (in Javascript)](https://www.youtube.com/watch?v=JDunc6Cr7YQ)

## Tree editor

0. http://justinpombrio.net/tree-editors/survey.html

## Image editor

0. https://www.ludigraphix.org/