This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-12-01
Channels
- # adventofcode (93)
- # announcements (44)
- # asami (23)
- # aws (1)
- # babashka (48)
- # beginners (112)
- # calva (26)
- # cider (57)
- # clj-kondo (17)
- # cljfx (5)
- # cljs-dev (21)
- # clojure (124)
- # clojure-europe (19)
- # clojure-hungary (40)
- # clojure-nl (3)
- # clojure-spec (7)
- # clojure-uk (3)
- # clojurescript (3)
- # cursive (81)
- # datalog (11)
- # events (21)
- # exercism (1)
- # fulcro (37)
- # graalvm (1)
- # introduce-yourself (8)
- # jobs (1)
- # lsp (1)
- # malli (5)
- # membrane-term (17)
- # minecraft (3)
- # nextjournal (5)
- # off-topic (14)
- # other-lisps (14)
- # polylith (58)
- # reagent (16)
- # reclojure (3)
- # reitit (6)
- # remote-jobs (1)
- # shadow-cljs (55)
- # spacemacs (15)
- # testing (2)
- # tools-build (7)
- # tools-deps (191)
@thomascpendergrast how would i check?
I assume it's the same as for a local images, except the filename for the image is a URI
display local images with SPC m T i
to org-toggle-inline-images
[[
[[
#+BEGIN_SRC elisp
(setq org-display-remote-inline-images 'download)
(org-toggle-inline-images)
(org-mode)
#+END_SRC
Play around with the different toggles, and make sure org-display-remote-inline-images is set to 'download or 'cached. You should at least be seeing the local image, cause that does seem to work.
The org-display-remote-inline-images
variable is in Spacemacs (I updated the packages a couple of days ago, not sure when org-mode 9.4 was released).
So in theory it should work. Trying now.
I can display a local image, but the example code block doesnt render a remote image. I am sure I have done a remote image before in a presentation somewhere...
In the past I have just used SPC SPC org-download-image
and that works just fine for me.
It display in emacs. Are you asking about something different?
No, I'm interested in it displaying inside of emacs. I'm just wondering if that was the case when you had a remote image in a presentation.
I was just showing the magic of Emacs https://skillsmatter.com/skillscasts/13276-open-source-your-digital-life-with-emacs The images make a brief appearance at 10 mins into the video
In the past I have just used SPC SPC org-download-image
and that works just fine for me.
@jr0cket From https://practical.li/spacemacs/clojure-projects/project-configuration.html#project-level-configuration My Space f A isn't reload buffer, and helm doesn't show me a "reload buffer" option if i serach for reload or buffer.
Doh, it should be SPC b R
to revert-buffer
Book should be updated soon, sorry for the confusion
ty ty