BookmarksPluginViews
Unofficial
View creators registered by the bookmarks plugin.
Import:
import type { BookmarksPluginViews } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface BookmarksPluginViews extends Record<string, ViewCreator>Extends: Record<string, ViewCreator>
Methods
| Method | Returns | Description | |
|---|---|---|---|
| bookmarks(left) | BookmarksView | Create a bookmarks view in the given workspace leaf. |
Links to this page: