aboutsummaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorEduardo Julian2021-07-06 21:34:21 -0400
committerEduardo Julian2021-07-06 21:34:21 -0400
commit2b909032e7a0bd10cd7db52067d2fb701bfa95e5 (patch)
tree0e2aaef228f80f3336715327f7f34065c309de22 /documentation
parent5cf4efa861075f8276f43a2516f5beacaf610b44 (diff)
Simplified the API for file-system operations.
Diffstat (limited to 'documentation')
-rw-r--r--documentation/bookmark/tool/search.md3
-rw-r--r--documentation/bookmark/user_interface/color.md1
-rw-r--r--documentation/bookmark/user_interface/graphic.md1
3 files changed, 5 insertions, 0 deletions
diff --git a/documentation/bookmark/tool/search.md b/documentation/bookmark/tool/search.md
index edc2a2df6..4ee62d626 100644
--- a/documentation/bookmark/tool/search.md
+++ b/documentation/bookmark/tool/search.md
@@ -1,5 +1,8 @@
# 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
diff --git a/documentation/bookmark/user_interface/color.md b/documentation/bookmark/user_interface/color.md
index 0c4c9882a..512a49f1a 100644
--- a/documentation/bookmark/user_interface/color.md
+++ b/documentation/bookmark/user_interface/color.md
@@ -1,4 +1,5 @@
# Reference
+1. [Towards richer colors on the Web](https://darker.ink/writings/Towards-richer-colors-on-the-Web)
1. [How software gets color wrong](https://bottosson.github.io/posts/colorwrong/)
diff --git a/documentation/bookmark/user_interface/graphic.md b/documentation/bookmark/user_interface/graphic.md
index 51e78c16d..35d3115ec 100644
--- a/documentation/bookmark/user_interface/graphic.md
+++ b/documentation/bookmark/user_interface/graphic.md
@@ -8,6 +8,7 @@
# Design
+1. [Zero-Width Space](https://css-tricks.com/zero-width-space/)
1. [Ant Design](https://ant.design/)
1. [7 Practical Tips for Cheating at Design](https://medium.com/refactoring-ui/7-practical-tips-for-cheating-at-design-40c736799886)
1. [Smart progress bars](https://honeypot.net/post/smart-progress-bars/)