D.2 | Block Tags#

[1] Block Tag Summary#

Format or run blocks of text or scripts

API Scope

Block Tag

Description

rv.I

_[[TOPIC]] topic

[1] Topic

rv.I,V

_[[TEXT]] type

[2] Text block

rv.I,V

_[[TABLE]] label

[3] Table Block

rv.V

_[[ARGS]] arg dict name

[4] Argument block

rv.V

_[[PYTHON]] label

[4] Python block

rv.T

_[[WRITE]] var name

[5] Write

rv.T

_[[SHELL]] os, wait;nowait

[6] Shell script

rv.D

_[[METADATA]] label

[7] Metadata

all

_[[END]]

[8] End block

[1] Topic#

API Scope

Insert

Doc Types

text, PDF, HTML


[2] Text block#

API Scope

Insert

Doc Types

text, PDF, HTML


[3] Table Block#

API Scope

Insert

Doc Types

text, PDF, HTML


[4] Argument block#

API Scope

Values

Doc Types

text, PDF, HTML


[4] Python block#

API Scope

Values

Doc Types

text, PDF, HTML


[5] Write#

API Scope

Tools

Doc Types

text, PDF, HTML


[6] Shell script#

Runs shell scripts that run external programs. The shell parameters include specifying the operating system, process control and terminal window control. The os parameter specifies the terminal type. The wait parameter specifies whether rivt file processing waits for the script to complete before continuing. The open parameter specifies whether to keep the shell window open after execution.

API Scope

Tools

Doc Types

text, PDF, HTML


[7] Metadata#

API Scope

Docs

Doc Types

text, PDF, HTML


[8] End block#

API Scope

All

Doc Types

text, PDF, HTML