commit d6ea601084ced10708ec8fce432826773c83ce08 parent 2d25df4a8ecc5714c67c3fd48a5800898ea1f113 Author: n0tr1v <n0tr1v@protonmail.com> Date: Wed, 7 Jun 2023 07:04:53 -0700 add /code to help page Diffstat:
| M | pkg/web/public/views/pages/chat-help.gohtml | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/pkg/web/public/views/pages/chat-help.gohtml b/pkg/web/public/views/pages/chat-help.gohtml @@ -96,6 +96,15 @@ {{ end }} <div> + <div><code>/code</code> or <code>/pm username /code</code></div> + <p> + Open a modal with a textarea where it is easy to paste and edit code in.<br /> + Automatically put the text in code fence and do syntax highlighting when posted.<br /> + User account must have "multiline" enabled. + </p> + </div> + + <div> <div><code>/hide HH:MM:SS</code></div> <p>Hide message at specified timestamp</p> </div>