diff options
author | Eduardo Julian | 2021-06-24 03:42:57 -0400 |
---|---|---|
committer | Eduardo Julian | 2021-06-24 03:42:57 -0400 |
commit | ce1a7a131f7c4df8eae5c019eba2893b56f04d46 (patch) | |
tree | 645c4b42c4b9bff141b7390d9f33f3f1fe4aeea1 /documentation/bookmark/text_editor & ide.md | |
parent | a82bd1eabe94763162c2b0707d9c198fbe9835e3 (diff) |
Added a macro for type-casting JVM objects.
Diffstat (limited to '')
-rw-r--r-- | documentation/bookmark/tool/text_editor.md (renamed from documentation/bookmark/text_editor & ide.md) | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/bookmark/text_editor & ide.md b/documentation/bookmark/tool/text_editor.md index 62e953e7b..07d68eecd 100644 --- a/documentation/bookmark/text_editor & ide.md +++ b/documentation/bookmark/tool/text_editor.md @@ -1,10 +1,15 @@ # Rendering +1. [Text Rendering Hates You](https://gankra.github.io/blah/text-hates-you/) 1. [Graphics for JVM](https://tonsky.me/blog/skija/) 1. https://github.com/JetBrains/skija/ 1. https://github.com/JetBrains/skiko/ 1. https://github.com/JetBrains/compose-jb +# Font + +1. [Google Noto Fonts: Beautiful and free fonts for all languages](https://www.google.com/get/noto/) + # Residential programming 1. [Residential Programming without Mutable State - Thomas Getgood](https://www.youtube.com/watch?v=Kgw9fblSOx4) @@ -50,6 +55,7 @@ # Reference +1. [Text Editing Hates You Too](https://lord.io/text-editing-hates-you-too/) 1. [Build Your Own Text Editor](https://viewsourcecode.org/snaptoken/kilo/index.html) 1. [On the design of text editors](https://arxiv.org/abs/2008.06030) 1. [The Piece Table - the Unsung Hero of Your Text Editor](https://darrenburns.net/posts/piece-table/) @@ -154,6 +160,7 @@ ## General +1. [Trix: A rich text editor for everyday writing.](https://trix-editor.org/) 1. [Left](https://100r.co/site/left.html) 1. https://howl.io/ 1. [The Whole Code Catalog](https://futureofcoding.org/catalog/) @@ -214,6 +221,7 @@ ## Structured editing +1. [Inspiring a future Clojure editor with forgotten Lisp UX - Shaun Lebron](https://www.youtube.com/watch?v=K0Tsa3smr1w) 1. [Dion Systems - The How And Why Of Reinventing The Wheel](https://vimeo.com/485177664) 1. [Towards Tactic Metaprogramming in Haskell](https://reasonablypolymorphic.com/blog/towards-tactics/index.html) 1. https://github.com/Raathigesh/waypoint |