/page-background-customizer

Obsidian plugin: Set custom background images for pages

Primary LanguageTypeScriptBSD Zero Clause License0BSD

Page Background Customizer

A simple Obsidian plugin to set custom background images and text colors for individual pages.

How to Use

  1. Set Background Image:

    • Open the command palette (Ctrl/Cmd + P).
    • Run "Set Page Background Image" and enter a JPG or PNG URL (e.g., https://example.com/image.jpg).
    • Alternatively, add page_background: <url> to the note’s properties.
  2. Remove Settings:

    • Manually delete page_background from the properties panel to reset.

Notes

  • Changes apply instantly.
  • Background images use cover sizing (full page, maintaining aspect ratio).
  • Invalid URLs fail silently.