No description
Find a file
2025-01-09 19:42:48 +08:00
.gitignore change ignore 2025-01-09 19:32:11 +08:00
data.json 先不管了,delete在set也行 2024-12-29 15:21:44 +08:00
LICENSE 更新许可证中的版权信息 2024-12-29 16:08:55 +08:00
main.ts 修复引用:将imageAdressList的访问从实例变量改为插件实例变量 2025-01-09 19:42:48 +08:00
manifest.json Update manifest.json 2025-01-09 19:25:35 +08:00
README.md Update README.md 2024-12-29 21:59:25 +08:00
styles.css 初步 2024-12-27 17:42:07 +08:00

Obsidian Background Manager Plugin

This is a plugin for Obsidian that allows users to manage and customize their workspace background. With this plugin, users can add images, set them as backgrounds, and even apply fade-in and fade-out effects for smooth transitions.


Features

  • Add Background folder: Add individual folder of images to use as background.
  • Set Background: Choose any image from the folder and set it as the background.(but if you want to choose a specific image,you need delete current background first)
  • Random Background: Automatically set a random background from the list.
  • Fade Effects: Smooth fade-in and fade-out transitions for background changes.

Installation

  1. Download or clone this repository.

  2. Place the plugin folder in your Obsidian plugins directory:

   - On Windows: Obsidian Vault/.obsidian/plugins

  1. Enable the plugin in Obsidian:

   - Open SettingsCommunity PluginsInstalled Plugins.

   - Find "Backgroundset" and toggle it on.


Notice

  1. Use relative path starting from your vault.and DON'T put your folder in a floder like .****(Such as.obsidian)
  2. Don't set Strange values such as short changetime,long transtime or small opacity.