aboutsummaryrefslogtreecommitdiff
path: root/src/client/util/RTFMarkup.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-04-27 11:10:56 -0400
committerbobzel <zzzman@gmail.com>2023-04-27 11:10:56 -0400
commit66e5fe4d8c4c6fae768305e31b45735f563b7500 (patch)
tree7f917eb0f868c5da8b39c379a5abad99c86de808 /src/client/util/RTFMarkup.tsx
parent7342eb81f241ce0b2a5a33ddfb0c865eab6a492f (diff)
updated some text shortcuts and enabled selecting regions to make footnoes/elided text.
Diffstat (limited to 'src/client/util/RTFMarkup.tsx')
-rw-r--r--src/client/util/RTFMarkup.tsx40
1 files changed, 20 insertions, 20 deletions
diff --git a/src/client/util/RTFMarkup.tsx b/src/client/util/RTFMarkup.tsx
index 306d151d7..69f62fc3f 100644
--- a/src/client/util/RTFMarkup.tsx
+++ b/src/client/util/RTFMarkup.tsx
@@ -56,6 +56,26 @@ export class RTFMarkup extends React.Component<{}> {
{` create a code snippet block`}
</p>
<p>
+ <b style={{ fontSize: 'larger' }}>{`cmd-f `}</b>
+ {` collapse to an inline footnote)`}
+ </p>
+ <p>
+ <b style={{ fontSize: 'larger' }}>{`cmd-e `}</b>
+ {` collapse to elided text`}
+ </p>
+ <p>
+ <b style={{ fontSize: 'larger' }}>{`cmd-[ `}</b>
+ {` left justify text`}
+ </p>
+ <p>
+ <b style={{ fontSize: 'larger' }}>{`cmd-\\ `}</b>
+ {` center text`}
+ </p>
+ <p>
+ <b style={{ fontSize: 'larger' }}>{`cmd-] `}</b>
+ {` right justify text`}
+ </p>
+ <p>
<b style={{ fontSize: 'larger' }}>{`%% `}</b>
{` restore default styling`}
</p>
@@ -76,18 +96,10 @@ export class RTFMarkup extends React.Component<{}> {
{` switch between primary and alternate text (see bottom right Button for hover options).`}
</p>
<p>
- <b style={{ fontSize: 'larger' }}>{`%f `}</b>
- {` create an inline footnote`}
- </p>
- <p>
<b style={{ fontSize: 'larger' }}>{`%> `}</b>
{` create a bockquote section. Terminate with 2 carriage returns`}
</p>
<p>
- <b style={{ fontSize: 'larger' }}>{`%( `}</b>
- {` start a section of inline elidable text. Terminate the inline text with %)`}
- </p>
- <p>
<b style={{ fontSize: 'larger' }}>{`%q `}</b>
{` start a quoted block of text that’s indented on the left and right. Terminate with %q`}
</p>
@@ -100,18 +112,6 @@ export class RTFMarkup extends React.Component<{}> {
{` start a block of text that begins with a hanging indent`}
</p>
<p>
- <b style={{ fontSize: 'larger' }}>{`%[ `}</b>
- {` left justify text`}
- </p>
- <p>
- <b style={{ fontSize: 'larger' }}>{`%^ `}</b>
- {` center text`}
- </p>
- <p>
- <b style={{ fontSize: 'larger' }}>{`%] `}</b>
- {` right justify text`}
- </p>
- <p>
<b style={{ fontSize: 'larger' }}>{`[:doctitle]] `}</b>
{` hyperlink to document specified by it’s title`}
</p>