From 6ec8f5d2f6cbf8db45f91e5c4b48c6ec17659f72 Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Sat, 30 Jul 2022 23:13:24 -0400 Subject: Extracted test-tallying machinery into its own module. --- documentation/bookmark/tool/search.md | 14 ++++++++------ documentation/bookmark/tool/text_editor.md | 16 ---------------- documentation/bookmark/tool/text_editor/structured.md | 18 ++++++++++++++++++ 3 files changed, 26 insertions(+), 22 deletions(-) create mode 100644 documentation/bookmark/tool/text_editor/structured.md (limited to 'documentation/bookmark/tool') diff --git a/documentation/bookmark/tool/search.md b/documentation/bookmark/tool/search.md index 4ee62d626..b2898552d 100644 --- a/documentation/bookmark/tool/search.md +++ b/documentation/bookmark/tool/search.md @@ -1,9 +1,11 @@ # Semantic search -1. [Query Source Code with Tree-sitter](https://noreasontopanic.substack.com/p/querying-source-code-with-tree-sitter) -1. https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax -1. https://github.com/askgitdev/askgit -1. [The SOUL program query language](http://soft.vub.ac.be/SOUL/) -1. [Git - how do I view the change history of a method/function?](https://stackoverflow.com/questions/4781405/git-how-do-i-view-the-change-history-of-a-method-function) -1. https://github.com/returntocorp/semgrep +0. []() +0. [meilisearch](https://www.meilisearch.com/) +0. [Query Source Code with Tree-sitter](https://noreasontopanic.substack.com/p/querying-source-code-with-tree-sitter) +0. https://tree-sitter.github.io/tree-sitter/using-parsers#query-syntax +0. https://github.com/askgitdev/askgit +0. [The SOUL program query language](http://soft.vub.ac.be/SOUL/) +0. [Git - how do I view the change history of a method/function?](https://stackoverflow.com/questions/4781405/git-how-do-i-view-the-change-history-of-a-method-function) +0. https://github.com/returntocorp/semgrep diff --git a/documentation/bookmark/tool/text_editor.md b/documentation/bookmark/tool/text_editor.md index 623e0f0cd..0f087cc79 100644 --- a/documentation/bookmark/tool/text_editor.md +++ b/documentation/bookmark/tool/text_editor.md @@ -233,22 +233,6 @@ 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) -## Structured editing - -0. [The Animated Guide to Symex](https://countvajhula.com/2021/09/25/the-animated-guide-to-symex/) -0. [Leo](https://www.leoeditor.com/) -0. [Inspiring a future Clojure editor with forgotten Lisp UX - Shaun Lebron](https://www.youtube.com/watch?v=K0Tsa3smr1w) -0. [Dion Systems - The How And Why Of Reinventing The Wheel](https://vimeo.com/485177664) -0. [Towards Tactic Metaprogramming in Haskell](https://reasonablypolymorphic.com/blog/towards-tactics/index.html) -0. https://github.com/Raathigesh/waypoint -0. [Going beyond regular expressions with structural code search](https://about.sourcegraph.com/blog/going-beyond-regular-expressions-with-structural-code-search) -0. [俺のlisp](https://github.com/illiichi/orenolisp) -0. [豆腐 (Tofu): meaningful code editing](https://gregoor.github.io/tofu/) -0. [Tiled Text](http://www.tiledtext.com/projects/tiledtext) -0. [Deuce: A Lightweight User Interface for Structured Editing](https://arxiv.org/abs/1707.00015) -0. ["Structured Editing for Elm* in Elm" by Ravi Chugh](https://www.youtube.com/watch?v=-TFL6E1uSHE) -0. [The TeXmacs user interface and structured text editing](https://www.youtube.com/watch?v=Sc55nOSN0kQ) - ## Tree editor 0. http://justinpombrio.net/tree-editors/survey.html diff --git a/documentation/bookmark/tool/text_editor/structured.md b/documentation/bookmark/tool/text_editor/structured.md new file mode 100644 index 000000000..d2e7fd779 --- /dev/null +++ b/documentation/bookmark/tool/text_editor/structured.md @@ -0,0 +1,18 @@ +# Reference + +0. []() +0. [Restructuring Structure Editing](https://tylr.fun/essay/) +0. [The Animated Guide to Symex](https://countvajhula.com/2021/09/25/the-animated-guide-to-symex/) +0. [Leo](https://www.leoeditor.com/) +0. [Inspiring a future Clojure editor with forgotten Lisp UX - Shaun Lebron](https://www.youtube.com/watch?v=K0Tsa3smr1w) +0. [Dion Systems - The How And Why Of Reinventing The Wheel](https://vimeo.com/485177664) +0. [Towards Tactic Metaprogramming in Haskell](https://reasonablypolymorphic.com/blog/towards-tactics/index.html) +0. https://github.com/Raathigesh/waypoint +0. [Going beyond regular expressions with structural code search](https://about.sourcegraph.com/blog/going-beyond-regular-expressions-with-structural-code-search) +0. [俺のlisp](https://github.com/illiichi/orenolisp) +0. [豆腐 (Tofu): meaningful code editing](https://gregoor.github.io/tofu/) +0. [Tiled Text](http://www.tiledtext.com/projects/tiledtext) +0. [Deuce: A Lightweight User Interface for Structured Editing](https://arxiv.org/abs/1707.00015) +0. ["Structured Editing for Elm* in Elm" by Ravi Chugh](https://www.youtube.com/watch?v=-TFL6E1uSHE) +0. [The TeXmacs user interface and structured text editing](https://www.youtube.com/watch?v=Sc55nOSN0kQ) + -- cgit v1.2.3