Skip to content

obsidian/internals/internal-plugins/file-explorer

InterfaceDescription
AbstractFileTreeItemBase interface for file and folder tree items in the file explorer.
FileExplorerPluginInternal plugin registration for the file explorer sidebar.
FileExplorerPluginInstancePlugin instance for the file explorer, managing the file tree sidebar view.
FileExplorerViewobsidian#View that renders the file explorer tree sidebar for navigating vault files and folders.
FileExplorerViewFileItemsRecordRecord mapping file paths to their corresponding file or folder tree items.
FileExplorerViewSortOrderAvailable sort orders for the file explorer view.
FileTreeItemTree item representing a file in the file explorer.
FileTreeItemParentParent type for file tree items: either a folder or the tree root.
FolderTreeItemTree item representing a folder in the file explorer, supporting collapse and child items.