This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-08-31
Channels
- # announcements (6)
- # babashka (32)
- # beginners (78)
- # biff (11)
- # calva (7)
- # clj-kondo (20)
- # clojure (35)
- # clojure-europe (10)
- # clojure-nl (4)
- # clojure-norway (8)
- # clojure-uk (2)
- # clojurescript (41)
- # conjure (14)
- # core-async (10)
- # cursive (7)
- # datomic (12)
- # deps-new (4)
- # emacs (15)
- # fulcro (48)
- # gratitude (11)
- # hugsql (1)
- # hyperfiddle (3)
- # introduce-yourself (3)
- # jobs (3)
- # klipse (2)
- # off-topic (7)
- # polylith (30)
- # reitit (1)
- # remote-jobs (1)
- # reveal (8)
- # scittle (4)
- # shadow-cljs (40)
- # squint (13)
- # tools-deps (7)
- # xtdb (7)
Would it be possible to • optionally pin the context menu so that it doesn’t disappear when reveal loses the focus. I often need to copy multiple things into the context menu editor (for instance when applying a filter to a collection selected in reveal). I use clippy (clipboard history) to select what I want to copy but each time clippy pops-up reveal loses the focus and the context menu disappears. I must write everything in another editor and copy paste it to the reveal context menu. • Have a list of the most recent expressions entered in the editor so they can be selected and run again against a different dataset.
#1 I am using actions a lot, it’s a great feature. But when I am exploring data that is not familiar I apply filter/map and very often want to paste a few different values for instance (filter #(= “toto” (:field %)) *v) in that case I would mostly want to paste in “toto” and :field values that I’ve copied into clippy. Then again it might be possible to have an action bring out a pinned editor not sure how to move the expression to the context menu editor once done editing it or how to access the highlighted collection through *v.
Yes, I understand. I think something like that would be great. I'm not sure how to implement it :)
Btw have you considered using table view and applying sorting (e.g. Alt+Up) on :field as an alternate to filtering?
another maybe simpler approach would be to not clear the context menu editor when it closes ?