Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
psionic-k opened this issue Nov 28, 2024 · 1 comment
Open

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

psionic-k opened this issue Nov 28, 2024 · 1 comment

Comments

@psionic-k
Copy link
Member

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 🎉

@psionic-k
Copy link
Member Author

Only thing remaining is a way to annotate specific images and ignore certain images entirely.

Likely some progress on #19 is necessary to completely finish.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant