Skip to content

Making the Image Action Use Less Markup and On By Default #16

@psionic-k

Description

@psionic-k

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 🎉

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions