[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/crdt 958394a 08/80: doc
From: |
ELPA Syncer |
Subject: |
[elpa] externals/crdt 958394a 08/80: doc |
Date: |
Sat, 28 Aug 2021 10:57:31 -0400 (EDT) |
branch: externals/crdt
commit 958394ad99d176235fdabaf0ab3e644b98b8c02b
Author: Qiantan Hong <qhong@mit.edu>
Commit: Qiantan Hong <qhong@mit.edu>
doc
---
README.org | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README.org b/README.org
index 9ecf55d..2e0ad26 100644
--- a/README.org
+++ b/README.org
@@ -8,28 +8,28 @@ Highlights:
- (experimental) synchronize Org mode folding status
* Usage
** Installation
-Just `M-x load-file` `crdt.el`, or `M-x eval-buffer` in `crdt.el`,
-or `(require 'crdt)`. Or whatever package management tool you use.
+Just =M-x load-file= =crdt.el=, or =M-x eval-buffer= in =crdt.el=,
+or =(require 'crdt)=. Or whatever package management tool you use.
** Share a buffer
-In that buffer, `M-x crdt-share-buffer`. Then enter session name.
+In that buffer, =M-x crdt-share-buffer=. Then enter session name.
If a new session is to be created, enter port, optional password and your
display name.
If there's a existing session with the name, current buffer is added to that
session.
** Connect to a shared buffer
-`M-x crdt-connect`
+=M-x crdt-connect=
** List active users.
-In a CRDT shared buffer (either server or client), `M-x crdt-list-users`.
+In a CRDT shared buffer (either server or client), =M-x crdt-list-users=.
In the displayed user list, press ~RET~ on an entry to goto that user's cursor
position.
** List all sessions, and buffer in current session.
-`M-x crdt-list-sessions` lists all sessions.
-`M-x crdt-list-buffers` lists all buffers in current session. Or you can also
+=M-x crdt-list-sessions= lists all sessions.
+=M-x crdt-list-buffers= lists all buffers in current session. Or you can also
press ~RET~ in the session list to see buffers in the selected session.
** Stop sharing.
-`M-x crdt-stop-session` stops the current session. You can also press ~k~ in
the session list.
+=M-x crdt-stop-session= stops the current session. You can also press ~k~ in
the session list.
-`M-x crdt-stop-share-buffer` removes current buffer from its CRDT session
+=M-x crdt-stop-share-buffer= removes current buffer from its CRDT session
(this operation is only allowed at server side). Or press ~k~ in the buffer
list.
** Synchronizing Org folding status
-Turn on `crdt-org-sync-overlay-mode`. All peers that have this enabled have
their
+Turn on =crdt-org-sync-overlay-mode=. All peers that have this enabled have
their
folding status synchronized. Peers without enabling this minor mode are
unaffected.
- [elpa] branch externals/crdt created (now 8cbd0fd), ELPA Syncer, 2021/08/28
- [elpa] externals/crdt f224e8a 06/80: add doc. add error handler in network filter, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 22910f2 01/80: initial commit, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 7ebbd5e 05/80: cleanup debug code, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 21f62ad 14/80: various fixes, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 958394a 08/80: doc,
ELPA Syncer <=
- [elpa] externals/crdt 6b320c7 11/80: bug fix, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt bfce95c 17/80: formatting, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 692d2cc 24/80: initial work for lazily pulling buffer, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt b8cd461 22/80: Minor improvements, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 8307092 29/80: better read function, tab width wider, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 4c7e12d 37/80: documentation, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 53e5676 33/80: fix bug with org table, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt fcc6a47 38/80: fix upper/lowercase convention, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt e1b0fe9 02/80: Fixed silly typo!, ELPA Syncer, 2021/08/28
- [elpa] externals/crdt 88cd9a1 03/80: refactorz, ELPA Syncer, 2021/08/28