summaryrefslogtreecommitdiffstats
path: root/2022/talks/buttons.md
diff options
context:
space:
mode:
Diffstat (limited to '2022/talks/buttons.md')
-rw-r--r--2022/talks/buttons.md14
1 files changed, 5 insertions, 9 deletions
diff --git a/2022/talks/buttons.md b/2022/talks/buttons.md
index be5bfaee..dc4e9a39 100644
--- a/2022/talks/buttons.md
+++ b/2022/talks/buttons.md
@@ -28,9 +28,6 @@ Outline:
# Discussion
-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--\
-Notes, discussions, links, feedback:\
-
- Hyperbole - <https://www.gnu.org/software/hyperbole/>
- <https://savannah.gnu.org/projects/hyperbole/>
- Get a lot of power and put buttons everywhere without having to
@@ -41,8 +38,7 @@ Notes, discussions, links, feedback:\
- the mapping is agnostic if you are looking at the code or any other document, that is quite powerful, thanks for the presentation!
- I was in the other room and just came in at the last moment to hear about hyperbole for the first time!
-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\-\--\
-Questions and answers go here:\
+## Questions
- Q: So with one line of code you can create custom hyperbutton types
that are live in any Emacs buffer.  Is that right?
@@ -60,7 +56,7 @@ Questions and answers go here:\
the same pattern to link to the data.
- Thinking about it again now I realize that you mean sharing
as examples or for inspiration. That is a good idea. We
- don\'t have any example section but we could add that. You
+ don't have any example section but we could add that. You
can also post ideas and examples to the Hyperbole user
mailing list.
- Q: I liked the link to evaluate Calc expressions. Any way to get the
@@ -82,12 +78,12 @@ Questions and answers go here:\
(kill-line) (insert " " (calc-eval x) " "))))
````
- Q: How did you present the right buffer with shortcuts at the right
- of your buffer? \-- a lot of people are wondering.
+ of your buffer? -- a lot of people are wondering.
- A:  interaction-log mode -
<https://github.com/michael-heerdegen/interaction-log.el>
- In combination with displaying it in a separate frame.
- Q:What kind of cool actions do you use in Hyperbole?
- - A: Among other things\... 
+ - A: Among other things... 
- You can expand and collapse trees if you export hyperbole
kotl-files (unlike exporting from org-mode) kotl-files are
Hyperbole outliner files.
@@ -96,7 +92,7 @@ Questions and answers go here:\
delimiters. That way I can match on identifiers used in
other systems verbatim, such as identifiers in ticketing
systems. Much like the in Hyperbole built in debbugs for the
- pattern \"bug\#id-number\"
+ pattern "bug#id-number"
- Q: Does the links/buttons created in hyperbole (like that one with
the url) get exported on org-mode files too? (like when exported to
html).