[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/popper 4e2fe1d86a 048/102: Added video demo of buffer h
From: |
ELPA Syncer |
Subject: |
[elpa] externals/popper 4e2fe1d86a 048/102: Added video demo of buffer hiding |
Date: |
Fri, 8 Sep 2023 15:58:53 -0400 (EDT) |
branch: externals/popper
commit 4e2fe1d86ab47c270be924b97a1faa332d828b45
Author: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Commit: Karthik Chikmagalur <karthikchikmagalur@gmail.com>
Added video demo of buffer hiding
---
README.org | 4 +++-
images/popper-hide-popup.mp4 | Bin 0 -> 56143 bytes
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.org b/README.org
index 821ad3a854..ca7c15ef77 100644
--- a/README.org
+++ b/README.org
@@ -183,7 +183,9 @@ If you already have rules in place for how various buffers
should be displayed,
#+end_src
** Suppressing popups
-Popper can suppress popups when they are first created. The buffer will be
registered in the list of popups but will not show up on your screen. Instead,
a message ("Popup suppressed: $buffer-name") will be printed to the echo area.
You can then raise it using =popper-toggle-latest= or =popper-cycle= at your
convenience. It will behave like regular popups from that point on.
+Popper can suppress popups when they are first created. The buffer will be
registered in the list of popups but will not show up on your screen. Instead,
a message ("Popup suppressed: $buffer-name") will be printed to the echo area.
You can then raise it using =popper-toggle-latest= or =popper-cycle= at your
convenience. It behaves as a regular popup from that point on:
+
+[[file:images/popper-hide-popup.mp4]]
To specify popups to auto-hide, use a cons cell with the =hide= symbol when
specifying =popup-reference-buffers=:
diff --git a/images/popper-hide-popup.mp4 b/images/popper-hide-popup.mp4
new file mode 100644
index 0000000000..d13f8d48ed
Binary files /dev/null and b/images/popper-hide-popup.mp4 differ
- [elpa] externals/popper 86978d34bc 002/102: Cleaning up as preparation for MELPA., (continued)
- [elpa] externals/popper 86978d34bc 002/102: Cleaning up as preparation for MELPA., ELPA Syncer, 2023/09/08
- [elpa] externals/popper 7a6ee7b2d1 003/102: Fix minimum version, ELPA Syncer, 2023/09/08
- [elpa] externals/popper e45500829f 028/102: Added link to demo video in package description, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 2cc313e04d 017/102: package-lint & checkdoc suggestions, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 2408f9fb74 018/102: group popup-buffers by arbitrary predicate, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 4b27799fb3 044/102: Added hiding feature., ELPA Syncer, 2023/09/08
- [elpa] externals/popper ba7467b62b 010/102: More logic bugs fixed, ELPA Syncer, 2023/09/08
- [elpa] externals/popper e1773ae3e4 033/102: More README flourishes, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 2341669327 026/102: Linted in preparation for merge into master, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 62c82810a9 035/102: More README edits, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 4e2fe1d86a 048/102: Added video demo of buffer hiding,
ELPA Syncer <=
- [elpa] externals/popper a3dee00e3b 056/102: Renamed some functions to be internal, as popper--*, ELPA Syncer, 2023/09/08
- [elpa] externals/popper ca7d7312fc 071/102: Hiding popups with predicate - bug fix, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 1ffc269afa 074/102: Simplify usage section of README, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 8af5e6b3bb 078/102: Don't error in popper-kill-latest-popup (#18), ELPA Syncer, 2023/09/08
- [elpa] externals/popper 9118307349 016/102: Finished integration with project.el, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 2997eb6553 012/102: No duplicate buffers in buried-buffers-alist, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 9df5b0c8d3 034/102: Typos in README, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 2be084a77c 045/102: Set a minimum window size (#9), ELPA Syncer, 2023/09/08
- [elpa] externals/popper 7761fab568 049/102: Swapped out mp4 for gif, ELPA Syncer, 2023/09/08
- [elpa] externals/popper 898e04b38b 004/102: Fixed errors in defcustom options, ELPA Syncer, 2023/09/08