Skip to content

Commit

Permalink
docs: add note about RTL text in chatbufs
Browse files Browse the repository at this point in the history
Fixes #421
  • Loading branch information
zevlg committed Aug 8, 2023
1 parent c9d51f2 commit ce21c3b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 15 deletions.
37 changes: 23 additions & 14 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion docs/telega-manual.org
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#+options: timestamp:nil \n:t num:nil ellit-cid:t
#+title: Telega Manual (v0.8.150)
#+title: Telega Manual (v0.8.151)
#+author: Zajcev Evgeny
#+startup: showall

Expand Down Expand Up @@ -1828,6 +1828,13 @@ to send. Press
@@html:<kbd>@@i@@html:</kbd>@@, @@html:<kbd>@@<down-mouse-3> <describe>@@html:</kbd>@@ (~telega-describe-message~) to
get detailed description of the message at point.

Note for
[[https://en.wikipedia.org/wiki/Right-to-left_script][RTL]] users:
unlike rootbuf, chatbufs disables bidirectional display reordering
by default, so RTL text will look reversed in chatbufs. To enable
bidi in chatbufs customize your
~telega-chat-bidi-display-reordering~ user option.

Important customizable options:
- User Option: ~telega-chat-fill-column~

Expand Down
7 changes: 7 additions & 0 deletions telega-chat.el
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
;; to send. Press
;; {{{where-is(telega-describe-message,telega-msg-button-map)}}} to
;; get detailed description of the message at point.
;;
;; Note for
;; [[https://en.wikipedia.org/wiki/Right-to-left_script][RTL]] users:
;; unlike rootbuf, chatbufs disables bidirectional display reordering
;; by default, so RTL text will look reversed in chatbufs. To enable
;; bidi in chatbufs customize your
;; ~telega-chat-bidi-display-reordering~ user option.

;;; Code:
(require 'cl-lib)
Expand Down

0 comments on commit ce21c3b

Please sign in to comment.