mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-21 21:45:42 -05:00
1.2 KiB
1.2 KiB
| title | tags | image | |
|---|---|---|---|
| Explorer |
|
File tree explorer sidebar.
Note
For information on how to add, remove or configure plugins, see the configuration#Plugins page.
See explorer for detailed usage information.
Configuration
This plugin accepts the following configuration options:
title: The title of the explorer. Defaults toExplorer.folderClickBehavior: The behavior when a folder is clicked. Can be"link"to navigate or"collapse"to toggle. Defaults tocollapse.folderDefaultState: The default state of folders. Can be"collapsed"or"open". Defaults tocollapsed.useSavedState: Whether to use local storage to save the state of the explorer. Defaults totrue.
Default options
- source: github:quartz-community/explorer
enabled: true
options:
title: Explorer
folderClickBehavior: collapse
folderDefaultState: collapsed
useSavedState: true
API
- Category: Component
- Function name:
ExternalPlugin.Explorer(). - Source:
quartz-community/explorer - Install:
npx quartz plugin add github:quartz-community/explorer