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:
saberzero1
2026-05-22 20:07:48 +02:00
parent f681e871ea
commit 05b79e1d60
6 changed files with 26 additions and 13 deletions

View File

@@ -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