Shows hidden text in tooltips when hovering over marked elements using [visibleText]{tooltipText} syntax.
- Download the latest release
.zipfile - Extract the zip file to your Obsidian vault's plugins folder:
.obsidian/plugins/ - Restart Obsidian and enable the plugin
Use the following syntax in your notes:
[Hello]{This is a tooltip}
Example:
- Input:
[Hello]{This is a tooltip} - Result: You'll see "Hello" (underlined and bold), and when you hover over it, "This is a tooltip" appears.
- Hover to reveal hidden text
- Automatic theme adaptation
- Live preview support
- Customizable styles
You can customize the following styles in the plugin settings:
- Tooltip Text Color: The color of text in the tooltip
- Tooltip Background Color: The background color of the tooltip
- Tooltip Border Color: The border color of the tooltip
- Bold Text Color: The color of the visible text
Each setting supports:
- Color picker
- CSS variables
- Manual color input
Use the Reset button to restore default settings.
一个在鼠标悬停时显示隐藏文本的 Obsidian 插件。
- 下载最新版本的
.zip文件 - 解压文件到你的 Obsidian 插件文件夹:
.obsidian/plugins/ - 重启 Obsidian,并启用插件
在笔记中使用以下语法:
[可见文本]{提示文本}
示例:
- 输入:
[你好]{这是一个提示} - 效果:显示"你好"(带下划线和加粗),鼠标悬停时会显示"这是一个提示"
- 悬停显示隐藏文本
- 自动适应主题
- 支持实时预览
- 可自定义样式
在插件设置中可以自定义以下样式:
- 提示文本颜色:提示框中文字的颜色
- 提示背景颜色:提示框的背景颜色
- 提示边框颜色:提示框的边框颜色
- 加粗文本颜色:可见文本的颜色
每个设置支持:
- 颜色选择器
- CSS 变量
- 手动输入颜色
使用重置按钮可以恢复默认设置。

