This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-05-12
Channels
- # announcements (4)
- # asami (3)
- # babashka (18)
- # babashka-sci-dev (2)
- # beginners (55)
- # calva (18)
- # clj-commons (23)
- # clj-kondo (2)
- # cljfx (7)
- # cljs-dev (15)
- # clojure (96)
- # clojure-europe (43)
- # clojure-losangeles (3)
- # clojure-nl (2)
- # clojure-uk (11)
- # clojurescript (1)
- # datalevin (2)
- # datomic (10)
- # events (1)
- # google-cloud (4)
- # gratitude (16)
- # helix (3)
- # hyperfiddle (63)
- # inf-clojure (13)
- # introduce-yourself (4)
- # ipfs (2)
- # jobs (2)
- # jobs-discuss (12)
- # leiningen (7)
- # lsp (15)
- # off-topic (38)
- # polylith (24)
- # portal (27)
- # remote-jobs (8)
- # sci (27)
- # spacemacs (5)
- # specter (1)
- # sql (5)
- # xtdb (41)
Is there any way to change the window attributes of the Electron app? I would like for it to remain opaque when unfocused and not float on top of other windows.
Currently this isn't configurable, but it sounds like you want more of the default experience without the electron app.
It's just nice having it be in a dedicated app that I can ⌘-Tab to without interfering with my other browser windows and tabs, and not having the unnecessary UI like the address bar.
If you have chrome installed, you can then install https://djblue.github.io/portal/ as a PWA which can host your local UI
ah, I see it was mentioned in the docs after all - I must have skipped over it as I don't use Chrome
On a related note, cmd-shift-P
in Firefox conflicts with "open new private window", maybe an alternate shortcut like alt-X
would be welcome :)
Yeah, when an input is focused, all global shortcuts are disabled because some inputs have their own shortcuts
I'm using portal.api/eval-str
to run portal commands, for example (portal.api/eval-str "(portal.ui.commands/select-next portal.ui.state/state)")
, sometimes I'm runnning more than one portal instance. Is there a way of specifying in which instance that command should be run? Current behaviour is select-next
will run in every instance.
I think https://github.com/djblue/portal/commit/ad7062e3a224fedac56f007ff32d7c46e52a9d26 should do it 👌
Is there a command like "next viewer" that allows one to cycle through the list of available viewers? I think this would be helpful in cases where I'm not familiar with all the options available, or don't want to think too hard about which is most suitable for the data at hand (just hit a key repeatedly to cycle until I find the one I like the most)
I know this, but it requires me to know the name of the viewer I want to select, and otherwise quite inconvenient for simply cycling through the available viewers
https://github.com/djblue/portal/commit/608626207aabd161fd2b7f5a1f3d203cf661d33e is an initial version 👌
amazing, thanks! I was thinking C-n
/`C-p` which is a little emacs centric, this works as well
You should be able to give it a spin at https://djblue.github.io/portal/ before the next release