aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2025-03-13 11:12:29 -0400
committerbobzel <zzzman@gmail.com>2025-03-13 11:12:29 -0400
commit93b231b452faa0de4ced86714846018d95ea9e74 (patch)
treec0b528e9c77a2ff611ea306947555b283e3d828b
parentd8625b5719d3c106b5480bf130da94e7f282584f (diff)
updated text markdown help
-rw-r--r--src/client/util/RTFMarkup.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/util/RTFMarkup.tsx b/src/client/util/RTFMarkup.tsx
index a01b64eda..23ef9bba0 100644
--- a/src/client/util/RTFMarkup.tsx
+++ b/src/client/util/RTFMarkup.tsx
@@ -115,11 +115,11 @@ export class RTFMarkup extends React.Component<object> {
{` display value of fieldname of text document (unless (doctitle.) is used to indicate another document by it's title)`}
</p>
<p>
- <b style={{ fontSize: 'larger' }}>{`[@fieldname:value] `}</b>
+ <b style={{ fontSize: 'larger' }}>{`@fieldname:value `}</b>
{` assign value to fieldname to data document and display it (if '=' is used instead of ':' the value is set on the layout Doc. if value is wrapped in (()) then it will be sent to ChatGPT and the response will replace the value)`}
</p>
<p>
- <b style={{ fontSize: 'larger' }}>{`[@fieldname:=expression] `}</b>
+ <b style={{ fontSize: 'larger' }}>{`@fieldname:=expression `}</b>
{` assign a computed expression to fieldname to data document and display it (if '=:=' is used instead of ':=' the expression is set on the layout Doc. if value is wrapped in (()) then it will be sent to ChatGPT and the prompt/response will replace the value)`}
</p>
</div>