@witchcraft/editor
    Preparing search index...
    FileLoader: Node<FileLoaderExtensionOptions, any> = ...

    Provides a way to asynchronously load files into the editor and a node to display while they are loading.

    An IFileLoaderHandler interface should be passed to describe what to do with the file at each step. There is a default implementation at FileLoaderHandler that tries to handler as much as possible. See it for details.

    It also automatically removes fileLoader nodes when the document is loaded. You can disable this with the cleanupOnLoad option.

    To force the plugin to cleanup after the first load you can do tr.setMeta("cleanFileLoaders").

    A basic node view that can preview images is provided but not configured.