docs: add description frontmatter to all plugin docs for base views

This commit is contained in:
saberzero1
2026-05-24 19:48:32 +02:00
parent cce45e0718
commit cf28741977
43 changed files with 43 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
---
title: AliasRedirects
description: Generates redirect pages from frontmatter aliases.
tags:
- plugin/emitter
image: https://images.unsplash.com/photo-1601735479770-bb5de9dbe844

View File

@@ -1,5 +1,6 @@
---
title: ArticleTitle
description: Renders the article title as an h1 heading.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: Backlinks
description: Shows pages that link to the current page.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: BasesPage
description: Renders Obsidian Bases files as database-style views.
tags:
- plugin/pageType
- plugin/component

View File

@@ -1,5 +1,6 @@
---
title: Breadcrumbs
description: Breadcrumb navigation trail.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: CNAME
description: Emits a CNAME file for custom domain deployment.
tags:
- plugin/emitter
image:

View File

@@ -1,5 +1,6 @@
---
title: CanvasPage
description: Renders JSON Canvas files as interactive, pannable pages.
tags:
- plugin/pageType
image: "#7852ee"

View File

@@ -1,5 +1,6 @@
---
title: Citations
description: Academic citation and bibliography support via BibTeX.
tags:
- plugin/transformer
image: https://images.unsplash.com/photo-1582079133805-43655f026448

View File

@@ -1,5 +1,6 @@
---
title: Comments
description: Comment system integration (Giscus, Utterances, etc.).
tags:
- plugin/component
image: "[[giscus-results.png]]"

View File

@@ -1,5 +1,6 @@
---
title: ContentIndex
description: Generates sitemap, RSS feed, and content index.
tags:
- plugin/emitter
image:

View File

@@ -1,5 +1,6 @@
---
title: ContentMeta
description: Displays creation date and reading time.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: ContentPage
description: Generates HTML pages for Markdown content.
tags:
- plugin/pageType
image:

View File

@@ -1,5 +1,6 @@
---
title: CrawlLinks
description: Parses and resolves internal links. Removing it is not recommended.
tags:
- plugin/transformer
image:

View File

@@ -1,5 +1,6 @@
---
title: CreatedModifiedDate
description: Determines creation and modification dates from frontmatter, git, or filesystem.
tags:
- plugin/transformer
image:

View File

@@ -1,5 +1,6 @@
---
title: Custom OG Images
description: Generates Open Graph social preview images.
tags:
- feature/emitter
image: "[[social-image-preview-dark.png]]"

View File

@@ -1,5 +1,6 @@
---
title: Darkmode
description: Toggle between light and dark themes.
tags:
- plugin/component
image: "#0052cc"

View File

@@ -1,5 +1,6 @@
---
title: Description
description: Generates page descriptions for metadata and previews.
tags:
- plugin/transformer
image:

View File

@@ -1,5 +1,6 @@
---
title: EncryptedPages
description: Password-protected encrypted pages with shadow content index.
tags:
- plugin/transformer
- plugin/emitter

View File

@@ -1,5 +1,6 @@
---
title: ExplicitPublish
description: "Only publishes pages explicitly marked with publish: true."
tags:
- plugin/filter
image:

View File

@@ -1,5 +1,6 @@
---
title: Explorer
description: File tree explorer sidebar.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: Favicon
description: Emits the site favicon.
tags:
- plugin/emitter
image:

View File

@@ -1,5 +1,6 @@
---
title: FolderPage
description: Generates listing pages for folders.
tags:
- plugin/pageType
image:

View File

@@ -1,5 +1,6 @@
---
title: Footer
description: Page footer with configurable links.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: GitHubFlavoredMarkdown
description: GitHub Flavored Markdown support (tables, task lists, footnotes, strikethrough).
tags:
- plugin/transformer
image:

View File

@@ -1,5 +1,6 @@
---
title: Graph
description: Interactive link graph visualization.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: HardLineBreaks
description: Treats single newlines as hard line breaks.
tags:
- plugin/transformer
image: "#ff8000"

View File

@@ -1,5 +1,6 @@
---
title: Latex
description: Renders LaTeX math expressions via KaTeX or Typst.
tags:
- plugin/transformer
image:

View File

@@ -1,5 +1,6 @@
---
title: NoteProperties
description: Displays frontmatter properties in a collapsible panel.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: ObsidianFlavoredMarkdown
description: Obsidian-specific Markdown extensions (wikilinks, callouts, highlights, tags, embeds).
tags:
- plugin/transformer
image:

View File

@@ -1,5 +1,6 @@
---
title: OxHugoFlavoredMarkdown
description: Compatibility for ox-hugo exported Org-mode files.
tags:
- plugin/transformer
image:

View File

@@ -1,5 +1,6 @@
---
title: PageTitle
description: Renders the site title as a home link.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: ReaderMode
description: Distraction-free reading mode toggle.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: RecentNotes
description: Displays a list of recently modified notes.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: RemoveDrafts
description: Filters out pages marked as drafts.
tags:
- plugin/filter
image:

View File

@@ -1,5 +1,6 @@
---
title: RoamFlavoredMarkdown
description: Compatibility for Roam Research export format.
tags:
- plugin/transformer
image:

View File

@@ -1,5 +1,6 @@
---
title: Search
description: Full-text search with tag filtering and keyboard navigation.
tags:
- plugin/component
image: https://images.unsplash.com/photo-1516382799247-87df95d790b7

View File

@@ -1,5 +1,6 @@
---
title: Spacer
description: Flexible spacer for layout groups.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: StackedPages
description: Andy Matuschak-style stacked sliding panes.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: SyntaxHighlighting
description: Syntax highlighting for code blocks.
tags:
- plugin/transformer
image: https://images.unsplash.com/photo-1580569214296-5cf2bffc5ccd

View File

@@ -1,5 +1,6 @@
---
title: TableOfContents
description: Generates and renders a table of contents from headings.
tags:
- plugin/transformer
- plugin/component

View File

@@ -1,5 +1,6 @@
---
title: TagList
description: Renders tags as clickable links.
tags:
- plugin/component
image:

View File

@@ -1,5 +1,6 @@
---
title: TagPage
description: Generates listing pages for tags.
tags:
- plugin/pageType
image:

View File

@@ -1,5 +1,6 @@
---
title: UnlistedPages
description: Hides pages from navigation and indexes while still publishing them.
tags:
- plugin/transformer
image: