Added in V0
This command allows loading samples from a htms file
import "Sample" from "File.htms"
Sample Name: This must be the name of one of the samples in the file
File: This can be a full url (https://*.*/*) or a relative path (./*)
Multiple samples can be loaded from the same file at the same time by separating the names with commas (No space)
Last updated 1 year ago
import "Sample1","Sample2","Sample3"... from "File"