obsidian/components/generate-markdown-link-default-params-component
Component that registers a function providing default params for generated markdown links while it is loaded.
Classes
Section titled “Classes”| Class | Description |
|---|---|
| GenerateMarkdownLinkDefaultParamsComponent | Registers a function that provides default GenerateMarkdownLinkParams for the duration of its load. On load the function is appended to the shared list consulted when generating a markdown link; on unload it is removed. Later registrations take precedence over the built-in defaults but never over explicitly passed params. |
Interfaces
Section titled “Interfaces”| Interface | Description |
|---|---|
| GenerateMarkdownLinkDefaultParamsComponentConstructorParams | Constructor params for GenerateMarkdownLinkDefaultParamsComponent. |