A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/positron-solutions/dslide/issues/16 below:

Making the Image Action Use Less Markup and On By Default · Issue #16 · positron-solutions/dslide · GitHub

Instead of:

** Standalone Image
:PROPERTIES:
:DSLIDE_ACTIONS: dslide-action-image :slide-display nil
:END:
You can show images without them being visible on the slide.  A way to achieve a similar effect is to have a child heading with no slide action and only images.
#+attr_html: :width 50%
[[./images/yuki-o-yak.jpeg]]

We want:

** Standalone Image
You can show images without them being visible on the slide.  A way to achieve a similar effect is to have a child heading with no slide action and only images.
#+attr_dslide: :slide-display nil
#+attr_html: :width 50%
[[./images/yuki-o-yak.jpeg]]

And if :slide-display nil is unneeded, using default configurations for the action's slots (which need customize variables), then all you need is:

You can show images without them being visible on the slide.  A way to achieve a similar effect is to have a child heading with no slide action and only images.
#+attr_html: :width 50%
[[./images/yuki-o-yak.jpeg]]

Which is zero configuration 🎉


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4