diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2022-12-02 18:27:23 +0100 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2022-12-02 18:27:23 +0100 |
| commit | c6cf2f2705ab56cd89d807e723ce45b9fcdfb9e1 (patch) | |
| tree | c3a1e789fb96e9cdbb57e5da4e4f83e90b1bbf8f /docs | |
| parent | 72d30284ab75c1497e23be310dcc53a4ecefa401 (diff) | |
manual: Link to psionic-k's tutorial
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/transient.org | 8 | ||||
| -rw-r--r-- | docs/transient.texi | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/docs/transient.org b/docs/transient.org index 4e064d9..a28e906 100644 --- a/docs/transient.org +++ b/docs/transient.org @@ -31,6 +31,14 @@ reading a new value in the minibuffer. Calling a suffix command usually causes the transient to be exited but suffix commands can also be configured to not exit the transient. +#+begin_quote +The second part of this manual, which describes how to modify existing +transients and create new transients from scratch, can be hard to +digest if you are just getting started. A useful resource to get over +that hurdle is Psionic K's interactive tutorial, available at +https://github.com/positron-solutions/transient-showcase. +#+end_quote + #+texinfo: @noindent This manual is for Transient version 0.3.7.50-git. diff --git a/docs/transient.texi b/docs/transient.texi index 54a92db..7bdf667 100644 --- a/docs/transient.texi +++ b/docs/transient.texi @@ -64,6 +64,15 @@ reading a new value in the minibuffer. Calling a suffix command usually causes the transient to be exited but suffix commands can also be configured to not exit the transient. +@quotation +The second part of this manual, which describes how to modify existing +transients and create new transients from scratch, can be hard to +digest if you are just getting started. A useful resource to get over +that hurdle is Psionic K's interactive tutorial, available at +@uref{https://github.com/positron-solutions/transient-showcase}. + +@end quotation + @noindent This manual is for Transient version 0.3.7.50-git. |
