Custom Lepiter annotation that enables referencing lines of text/code in files external to the Gt image.
# GtExternalFileReference Custom Lepiter annotation that enables referencing lines of text/code in files external to the Gt image. ## Installation ``` [ EpMonitor current disableDuring: [ Metacello new repository: 'github://botwhytho/GtExternalFileReference:main/src'; baseline: 'GtExternalFileReference'; load ] ] asAsyncPromiseWithUserBackgroundPriority ``` ## Load Lepiter After installing with Metacello, you will be able to execute ``` #BaselineOfGtExternalFileReference asClass loadLepiter ```