Help Index :: Misc :: Editor

SYNTAX

: displays subject being edited
: append text at bottom of whatever
you are currently editing
: deletes the specified line number
: replaces the specified line with
new text
? : removes all occurences of word on
the specified line
? '' : same as above, but allows spaces
? "" : same as above, but allows single quotes
? : replaces all occurences of word with
phr on the specified line
? '' : same as above, but allows spaces
? "" : same as above, but allows single quotes
: inserts blank line here
: inserts text between lines here
#-# : formats lines in the specified range
? : searches and removes word
? '' : same as above, but allows spaces
? : searches and replaces word with phr
? '' : searches and replaces phrase1 with
phrase2 (be careful with search and
replaces...editor will replace ALL
cases it finds)
undo : copies the last edited text into the
current buffer
#-# delete : deletes all lines in the given range
indent : applies a C-like format to entire message
#-# indent : applies a C-like format to lines in range
#-# cut : cuts lines in given range to paste buffer
#-# copy : copies lines in given range to paste
buffer
#+ : pastes contents of paste buffer at line
number
spell : performs a basic spelling check
search : search for text

DESCRIPTION

is any one of the following: note, mail, desc, or journal. There are
some editor functions that only work for a specific subject, so make sure to
read the help on
note, mail, desc, and journal before going much further, if
you haven't already.

It is often simplest to write your message one sentence at a time. This is so
that you can insert lines of text between what you have already written (use
even line numbers for this) and format it afterwards, using #-#, which
will make your sentences into organized paragraphs.

If you want to insert a line of text which happens to be the same as one of
the editor commands (e.g. "note spell"), use a line number ("note 5 spell").

ADVANCED USAGE

Each player has two text buffers--the undo buffer and the paste buffer--which
can be used to make text editing easier.

The undo buffer holds the last state of the message prior to the last editor
command, even if it was just "" to list the message. In fact "
undo" simply copies this buffer into the current message. This allows copying
of an entire message from one place to another. For example, if you have a
mail message you want to copy into a new note:

mail edit #
mail
note new
note undo

The paste buffer is used by the cut, copy, and paste (+) commands. Cut and
copy place portions of the current message into the paste buffer. Paste
(" #+") inserts the contents of the paste buffer at the line number
indicated. The paste buffer is not cleared when a new message is selected, so
it can be used to move or copy sections from one message to another.

EXAMPLES

> desc 1 This is a test

This adds "This is a test" as the first line of your description. The line
number isn't really necessary if you are adding the first line, or appending
lines to your description.

> journal The mage in Chiiron asked me to bring him a cookie.

This simply appends this information to your journal.