Skip to content

Releases: LimNiemdung/obsidian-ribbon-folder

1.0.5

Choose a tag to compare

@github-actions github-actions released this 31 Jul 10:41

Full Changelog: 1.0.4...1.0.5

1.0.4

Choose a tag to compare

@github-actions github-actions released this 31 Jul 09:24

What's new

  • Ribbon 固定项(Pin):可直接固定命令、文件、网页链接
  • 分组支持隐藏条目、文件夹头部图标
  • 笔记入口扩展为通用文件处理
  • 设置页与图标选择体验优化

Ribbon Folder v1.0.3

Choose a tag to compare

@LimNiemdung LimNiemdung released this 20 Apr 01:27

分组新增 「添加网页」

Ribbon Folder v1.0.2

Choose a tag to compare

@LimNiemdung LimNiemdung released this 07 Mar 09:53

Fix lint issues reported by Obsidian review bot.

Ribbon Folder v1.0.1

Choose a tag to compare

@LimNiemdung LimNiemdung released this 07 Mar 03:38

Fix lint issues reported by Obsidian review bot.

Ribbon Folder v1.0.0

Choose a tag to compare

@LimNiemdung LimNiemdung released this 23 Feb 13:26

Ribbon Folder v1.0.0

Features

  • Create custom command groups as buttons on the Obsidian Ribbon
  • Click groups to show all commands in that group as a menu
  • Support for Lucide icons or custom SVG icons
  • Configurable menu display options: icons only / labels only / both
  • Trigger methods: click or hover to display menus
  • Multi-language support: English (default) and Chinese interfaces

Installation

From Obsidian Community Plugins (Recommended)

  1. Open Obsidian Settings
  2. Click "Community Plugins"
  3. Click "Browse"
  4. Search for "Ribbon Folder"
  5. Click "Install"
  6. Click "Enable"

Manual Installation

  1. Download the latest release files
  2. Create a ribbon-folder folder in your Obsidian vault's .obsidian/plugins/ directory
  3. Unzip the downloaded files into the ribbon-folder directory
  4. Open Obsidian Settings → Community Plugins → Enable "Ribbon Folder"

Usage

  1. Open Obsidian Settings → Ribbon Folder Settings
  2. Click "New Group" to create a custom command group
  3. Configure the group:
    • Name the group
    • Choose an icon (Lucide name or custom SVG path)
    • Set menu display and trigger options
  4. Add commands to your group
  5. The group will appear on the Obsidian Ribbon

Requirements

  • Obsidian version 1.0.0 or higher

Development

This plugin was developed by AI and is open for contributions.


If you encounter any issues or have suggestions for improvements, please submit an issue on GitHub.