ABOUT
The Drop Bookmarks in Templates plug-in registers a new string function, DropBookmark, that allows bookmarks to be dropped within templates. This function takes three parameters, a line offset, the bookmark style, and the bookmark text. When this function is executed, a bookmark of the specified type is dropped at the current cursor location.
FEATURES
- Registers a new DropBookmark string function for use in templates.
- Allows specifying a line offset for bookmark placement (use zero to drop a bookmark on the current line).
- Supports all bookmark styles (must be specified as an Integer - zero for bsBookmark, etc. -- see RushIntf for a TBookmarkStyle declaration)
- Allows specifying custom bookmark text.