docs: add missing options to component and page type plugin documentation
- Graph: add focusOnHover and numeric defaults for all D3Config options - Search: add enablePreview and fieldPriority options - TableOfContents: add layout component option - FolderPage: add showFolderCount and showSubfolders options - TagPage: add numPages option - BasesPage: add linkResolution option
This commit is contained in:
@@ -36,6 +36,7 @@ This plugin provides support for [Obsidian Bases](https://obsidian.md/changelog/
|
||||
This plugin accepts the following configuration options:
|
||||
|
||||
- `defaultViewType`: The default view type when none is specified in the `.base` file. Defaults to `"table"`.
|
||||
- `linkResolution`: How to resolve internal links in view renderers. Should match the `markdownLinkResolution` setting of the [[CrawlLinks]] plugin. Can be `"absolute"`, `"relative"`, or `"shortest"`. Defaults to `"shortest"`.
|
||||
- `customViews`: A map of custom view renderers. Keys are view type names. These override built-in renderers for the same type, or add new view types. Requires a TS override.
|
||||
|
||||
### Default options
|
||||
|
||||
Reference in New Issue
Block a user