summaryrefslogtreecommitdiffstats
path: root/2020/info/25.md
diff options
context:
space:
mode:
authorBhavin Gandhi <bhavin192@geeksocket.in>2020-12-12 00:46:37 +0530
committerBhavin Gandhi <bhavin192@geeksocket.in>2020-12-12 00:46:37 +0530
commitabd15734ca999b24051ccac7bb4f60d5c17e6fde (patch)
treee912ecdee937b934b7f32ee4ceebb09db842f1b7 /2020/info/25.md
parentd2eb0db3918e5b9c491fa8accf3069341fac2a75 (diff)
downloademacsconf-wiki-abd15734ca999b24051ccac7bb4f60d5c17e6fde.tar.xz
emacsconf-wiki-abd15734ca999b24051ccac7bb4f60d5c17e6fde.zip
Formatting, typos - talk 21-35
Diffstat (limited to '2020/info/25.md')
-rw-r--r--2020/info/25.md70
1 files changed, 38 insertions, 32 deletions
diff --git a/2020/info/25.md b/2020/info/25.md
index 325da6cb..090cb22e 100644
--- a/2020/info/25.md
+++ b/2020/info/25.md
@@ -29,37 +29,43 @@ counsel-jq and how to build similar completion functionality.
<https://200ok.ch/posts/2020-11-30_emacsconf_traverse_complex_json_structures_with_live_feedback_with_counseljq.html>
-## Questions from the pad
-
-### Q4: Any plans for counsel-yq and/or -xq? ;-)
-
-counsel-jq currently just shells out to jq. Adding tools build on top of jq (at least yq is afaik) would be very easy. We could employ a strategy pattern to find the right tool based on the current major-mode with a configurable fallback. Here's the place where the shellout happens: <https://github.com/200ok-ch/counsel-jq/blob/master/counsel-jq.el#L23>
-
-Would you be interested in making a PR for that?(;
-
-### Q3: Why repository_url did not autocomplete in addition to the result (I know that it is ivy thing but possible to configure?)
-
-There's no autocompletion for the search query, but that would be a great addition. That would theoretically be possibe by employing jq to look ahead in the current tree and providing options for autocomplete. I'm not certain if Ivy does have autocomplete for search queries, though.
-
-If somebody has more knowledge on that and would like to ping me up or provide a (draft) PR, I'd be happy to help out in that endeavour!
-
-### Q2: is it difficult to provide autocompletion for the json query in the minibuffer?+1
-
-Good question. I'd be curious, too. It's the same question as Q2 where I went into a possibe scenario.
-
-### Q1: Is it possible to search in arbitrary deep objects? E.g., an AST represented in JSON.
-
-counsel-jq uses jq under the hood, so all queries that are valid queries in jq should be valid in jq. Hence, I'm inclined to say 'yes'(;
-
-## Notes from the pad
-
-- 200ok GmbH (<https://200ok.ch>)
-- Play Emacs like an instrument: <https://www.youtube.com/watch?v=gfZDwYeBlO4>
-- jq: <https://stedolan.github.io/jq/>
+# Questions
+
+## Q4: Any plans for counsel-yq and/or -xq? ;-)
+counsel-jq currently just shells out to jq. Adding tools build on top
+of jq (at least yq is afaik) would be very easy. We could employ a
+strategy pattern to find the right tool based on the current
+major-mode with a configurable fallback. Here's the place where the
+shellout happens:
+<https://github.com/200ok-ch/counsel-jq/blob/master/counsel-jq.el#L23>
+
+Would you be interested in making a PR for that? (;
+
+## Q3: Why repository_url did not autocomplete in addition to the result (I know that it is ivy thing but possible to configure?)
+There's no autocompletion for the search query, but that would be a
+great addition. That would theoretically be possibe by employing jq to
+look ahead in the current tree and providing options for
+autocomplete. I'm not certain if Ivy does have autocomplete for search
+queries, though.
+
+If somebody has more knowledge on that and would like to ping me up or
+provide a (draft) PR, I'd be happy to help out in that endeavour!
+
+## Q2: Is it difficult to provide autocompletion for the JSON query in the minibuffer?
+Good question. I'd be curious, too. It's the same question as Q2 where
+I went into a possibe scenario.
+
+## Q1: Is it possible to search in arbitrary deep objects? E.g., an AST represented in JSON.
+counsel-jq uses jq under the hood, so all queries that are valid
+queries in jq should be valid in jq. Hence, I'm inclined to say
+'yes' (;
+
+# Notes
+- 200ok GmbH (<https://200ok.ch>).
+- Play Emacs like an instrument:
+ <https://www.youtube.com/watch?v=gfZDwYeBlO4>.
+- jq: <https://stedolan.github.io/jq/>.
- ivy supports dynamic sources. So does helm I guess.
-- counsel-jq: <https://github.com/200ok-ch/counsel-jq>
-- organice: <https://github.com/200ok-ch/organice>
+- counsel-jq: <https://github.com/200ok-ch/counsel-jq>.
+- organice: <https://github.com/200ok-ch/organice>.
- Entire presentation inside Emacs, with a count down reminder.
-
-
-