No description
Find a file
2024-12-29 18:24:57 +08:00
node_modules/obsidian 提交文件 2024-12-27 13:27:40 +08:00
.gitignore try 2024-12-27 23:13:25 +08:00
data.json 先不管了,delete在set也行 2024-12-29 15:21:44 +08:00
LICENSE 更新许可证中的版权信息 2024-12-29 16:08:55 +08:00
main.js 移除不必要的背景删除调用,优化定时器管理逻辑 2024-12-29 18:19:16 +08:00
manifest.json 更新插件ID和描述,简化背景设置功能说明 2024-12-29 16:57:28 +08:00
README.md Update README.md 2024-12-29 18:24:57 +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.