dslide Atom Feed

Description
Domain Specific sLIDEs. Programmable Presentation
Latest
dslide-0.6.0.0.20241219.134732.tar (.sig), 2024-Dec-19, 540 KiB
Maintainer
Positron <contact@positron.solutions>
Website
https://github.com/positron-solutions/dslide
Browse ELPA's repository
CGit or Gitweb
Badge
Manual
dslide

To install this package from Emacs, use package-install or list-packages.

Full description

DSL IDE creates presentations out of org mode documents.  Every single step
in a presentation can be individually configured, customized, or
programmed.  Org headings and elements are configured with extensible
actions.  Custom steps can be scripted with babel blocks.  Keyboard macros
can play back real command sequences.  Frequent customizations can be made
into custom actions.  DSL IDE achieves a good result with no preparation
but can achieve anything Emacs can display if you need it to.

To try it out, install this package and load the demo.org found in the test
directory of the repository.  `dslide-deck-start' will begin the
presentation and the first slides tell you how to progress, like a
tutorial.  The README for the repository is generated from the manual and
explains conceptually the meaning of the examples in the demo.

Requirement:
   org-mode 9.6.29 or higher version
   The latest version of the org-mode is recommended.
                     (see https://orgmode.org/)

Configuring:
M-x customize-group RET dslide RET

Customizing & Extending:

For high level overview of the key concepts present in this Elisp file, see
the Hacking section of the dslide manual, available in completions for
`info-display-manual'.  The package code has key areas documented to expand
on ideas in the manual, using docstrings and more technical commentary
closer to the source.

This package began as a fork and became a complete re-write of
org-tree-slide by Takaaki ISHIKAWA.  Thanks to everyone who worked on
org-tree-slide over the years.  The implementation ideas and features of
org-tree-slide were a great inspiration for this package.  Long live
🖊️🍍🍎🖊️.

Old versions

dslide-0.6.0.0.20241218.70053.tar.lz2024-Dec-1884.9 KiB
dslide-0.6.0.0.20241217.155021.tar.lz2024-Dec-1784.8 KiB
dslide-0.5.5.0.20241211.60925.tar.lz2024-Dec-1173.4 KiB
dslide-0.5.5.0.20241205.144749.tar.lz2024-Dec-0564.9 KiB
dslide-0.5.5.0.20241128.111432.tar.lz2024-Nov-2863.8 KiB
dslide-0.5.5.0.20241125.33313.tar.lz2024-Nov-2562.9 KiB
dslide-0.5.4.0.20241123.85243.tar.lz2024-Nov-2357.3 KiB
dslide-0.5.4.0.20241123.62749.tar.lz2024-Nov-2357.2 KiB
dslide-0.5.3.0.20241122.92914.tar.lz2024-Nov-2255.3 KiB
dslide-0.5.3.0.20241119.85917.tar.lz2024-Nov-1945.8 KiB

News

1. v0.6.1-pre   latest

Fixing bugs and filling in new features

1.1. Fixed 💩

  • Develop window configuration was not cleaned up, resulting in improper window configuration "restoration"