Command Snippet Edit Snippet...

The EditSnippet command opens the Edit Glossary Entry Dialog with the specified Snippet Glossary Entry.

When selecting the Edit Snippet... menu item, the following dialog

Edit Snippet Command Input

will help you specify the EditSnippet command parameters:

snippetName

Specify the name of the snippet you want to edit.

resumeUponOK

Indicates if closing the Edit Glossary Entry Dialog with OK
should trigger a Resume command.

Example

The following expansion, for example, will open the Edit Glossary Entry Dialog with the doctor_name snippet:

{EditSnippet}
snippetName = "doctor_name"
resumeUponOk = "n"
{/EditSnippet}

This expansion can be useful when you often need to write a doctor's name and it is not always the same. The EditSnippet command makes it handy to edit your snippet on the fly.