[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dslide 69eed331ca 222/230: melpa badges and mild readme up
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dslide 69eed331ca 222/230: melpa badges and mild readme updates |
Date: |
Sun, 7 Jul 2024 19:00:45 -0400 (EDT) |
branch: elpa/dslide
commit 69eed331ca30c28d063ce365066ea2b98ef9b389
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>
melpa badges and mild readme updates
---
README.md | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/README.md b/README.md
index ac5854caf6..81e8891947 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
-
https://github.com/positron-solutions/dslide/assets/73710933/06a66e42-a172-48ba-968f-5f5b1989a868
+<a href="https://melpa.org/#/dslide"><img
src="https://melpa.org/packages/dslide-badge.svg" alt="melpa package"></a> <a
href="https://stable.melpa.org/#/dslide"><img
src="https://stable.melpa.org/packages/dslide-badge.svg" alt="melpa stable
package"></a>
+
+
# A Presentation Framework
- Present Org documents with babel integration
@@ -35,20 +37,21 @@ Fully programmable sequences behind a two-button interface:
## Status 🛠️
-Version 0.5.2 👷
+Version 0.5.2 👷 Subscribe to Positron's
[YouTube](https://www.youtube.com/@Positron-gv7do) for updates and related
demonstrations.
-- Stabilizing the API and naming (as in **not completely** stable yet)
+- Stabilizing the API and naming (as in **not totally completely** stable
yet)
- Gathering user feedback & experience to pinpoint actual use patterns
- Accepting PR's and issue reports
-- Some behaviors may be advertised as working already when they are only 90%
implemented. **File issues**.
+- Some behaviors may be advertised as working already when they are only 90%
implemented. I have no idea what you want. **File issues**.
The user-facing configuration API has been pretty unstable, but now that
nested slide actions are supported, it is likely to remain roughly like it is
now.
# Installation
-This isn't on a package archive yet. Subscribe to Positron's
[YouTube](https://www.youtube.com/@Positron-gv7do) for updates.
-
+ ;; From MELPA
+ (use-package dslide)
+
;; package-vc
(package-vc-install
'(dslide
@@ -56,13 +59,13 @@ This isn't on a package archive yet. Subscribe to
Positron's [YouTube](https://
;; using elpaca's with explicit recipe
(use-package dslide
- :elpaca (dslide :host github
- :repo "positron-solutions/dslide"))
+ :elpaca (dslide :host github
+ :repo "positron-solutions/dslide"))
;; straight with explicit recipe
(use-package dslide
- :straight (dslide :type git :host github
- :repo "positron-solutions/dslide"))
+ :straight (dslide :type git :host github
+ :repo "positron-solutions/dslide"))
;; or use manual load-path & require, you brave yak shaver
@@ -96,7 +99,7 @@ Check out `dslide-deck-develop`. You can see the markup and
the returned approx
By default, the `dslide-action-hide-markup` action is configured in
`dslide-default-actions`. Looks clean out of the box.
-🚧 The current element hiding is implemented with overlays. I can be done with
font-locking, but this is easier done in a minor mode like how `org-modern`
works.
+🚧 The current element hiding is implemented with overlays. I can be done with
font-locking, but font-locking is better for less dynamic use cases.
# Glossary
@@ -227,8 +230,6 @@ The `dslide-section-next` and `dslide-section-previous`
method documentation ar
- override a few methods
- now you too can paint the paragraphs red
-You can view the effect of this example in the demo.
-
(defclass dslide-action-red-paragraphs (dslide-action)
((overlays :initform nil))
"Paint the paragraphs red, one by one.")
@@ -311,7 +312,6 @@ The
[master-of-ceremonies](https://github.com/positron-solutions/master-of-cerem
;; Also check `mc-subtle-cursor-mode'
(add-hook 'dslide-start-hook mc-hide-cursor-mode)
-
## Open Broadcaster Software
Sacha Chua has written an OBS plugin integration helpful for video integration
[obs-websocket-el](https://github.com/sachac/obs-websocket-el).
@@ -389,7 +389,7 @@ The conclusion of the command pattern, setup & teardown,
and indexing via point
- `dslide-forward` & `dslide-backward`
- `dslide-goto`
-- Re-Using Implementations
+#### Re-Using Implementations
- The default implementation of `dslide-end` is achieved by just walking
forward from `dslide-begin`, calling `dslide-forward` until it returns `nil`.
- [nongnu] elpa/dslide 8dd7b6490b 206/230: enable clearing results going backward and after exiting the slide, (continued)
- [nongnu] elpa/dslide 8dd7b6490b 206/230: enable clearing results going backward and after exiting the slide, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 41a5681e00 210/230: compiler warning, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 2b5c56ab84 219/230: use sub-headings for demos, some drive-by, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d0e1177ab5 218/230: ensure correct scroll position in all windows, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 0aac570ba0 211/230: punching a compiler warning, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide ce3805d697 216/230: remove sneaky plus symbols from applying patch manually, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 25a0f79723 213/230: adminsitrative & version bump, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 54e2a8fdc4 230/230: readme fixups., ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 907e004bca 226/230: Configurable header function, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 8f56d6914d 221/230: Fix fat-finger in d0e1177, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 69eed331ca 222/230: melpa badges and mild readme updates,
ELPA Syncer <=
- [nongnu] elpa/dslide 55803bc16a 224/230: Respect custom header option when narrowing to contents view, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 461a022068 038/230: Narrowing is a slide action. A tale of improvement., ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 407aa5cf3b 143/230: recenter in base buffer after quit, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 145b06df68 196/230: indentation / expression nested hiccup, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide dd3b7c5298 199/230: Configurable element hiding, including comment-blocks, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide fa1e9e2d88 200/230: inhibit re-display around entire steps, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide d57ce09545 207/230: un-hide new results from blocks configured :exports results, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide f592ee157b 208/230: don't remove results going backward, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 3830850d00 214/230: Typos, dead code, updating comments, ELPA Syncer, 2024/07/07
- [nongnu] elpa/dslide 2d8a9ac3e3 229/230: version bump, ELPA Syncer, 2024/07/07