No description
Find a file
daonali 07db52f352 a
2024-12-31 21:28:42 +08:00
node_modules/obsidian 提交文件 2024-12-27 13:27:40 +08:00
.gitignore a 2024-12-31 21:28:42 +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 a 2024-12-31 21:28:42 +08:00
manifest.json 更新插件ID和描述,简化背景设置功能说明 2024-12-29 16:57:28 +08:00
README.md Update README.md 2024-12-29 16:04:43 +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.

Problem

  • If you want to choose a specific image,you need delete current background first.
  • You can't choose a folder out of your vault or inside the .*** folder.
  • It will break if you change images too fast.

It seems dosen't affect normal use?


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.