Home | Index

r3 Reference Guide

r3 template edit

r3 template edit location templatename

Locates and opens a template in your editor (the editor specified in the environment variable $VISUAL or $EDITOR). For example:

r3 template edit cookery/us/blah.html other_template.ros

This command opens $R3HOME/templates/cookery/us/blah.html/other_template.ros. To open a generic template, run the command without specifying the target (only specify the location):

r3 template edit cookery/us/ a_generic_template.ros

opens the file a_generic_template.ros located at $R3HOME/templates/cookery/us/generic/generic_template.ros