Table Click Toggle

pending

by caffetsong

In a MarkDown table, toggle the symbol (✅/❌) by clicking.在MarkDown表格中,通过点击切换符号(✅/❌).

Updated 3mo ago0BSDDiscovered via Obsidian Unofficial Plugins
View on GitHub

Obsidian Table Toggle

A lightweight plugin for toggling emojis in tables without entering Edit Mode.

F45722D45A26B6D6E8716D3434609F95

中文说明

✨ Features

It allows you to directly click on the table to toggle the Emoji icons within it.

🚀 Usage

The plugin supports toggling between the following Emojis by default:

  • Unfinished:
  • Finished:

Simply enter the icons above in your note, and click them to toggle.

Example:

| Task | Status |
| --- | --- |
| Buy Milk | ❌ |
| Walk the Dog | ✅ |
| Read Book | ❌ |

Installation

Via Community Plugins (Pending)

This plugin is currently under review for the official community plugin list.

Via BRAT

  1. Install BRAT from the Community Plugins.
  2. Add Beta plugin with repository: caffet/obsidian-table-toggle
  3. Enable "Table Emoji Toggle" in settings.

Manual Installation

  1. Download the main.js, manifest.json, and styles.css from the Latest Release.
  2. Copy them to your vault folder: .obsidian/plugins/obsidian-table-toggle/.
  3. Reload Obsidian and enable the plugin.

License

MIT License.


中文说明 (Chinese)

主要功能

它允许你直接点击表格,切换其中的 Emoji 图标。

如何使用

插件默认支持以下 Emoji 的互相切换:

  • 未完成:
  • 已完成:

只需在笔记中输入上述图标,点击即可切换。

测试示例:

| 任务  | 状态  |
| --- | --- |
| 买牛奶 | ❌   |
| 遛狗  | ✅   |
| 读书  | ❌   |

安装方法

社区插件市场 (审核中)

目前插件正在等待官方审核。

使用 BRAT

  1. 在社区插件市场搜索并安装 BRAT
  2. 在 BRAT 设置中点击 "Add Beta plugin"。
  3. 输入本仓库地址:caffet/obsidian-table-toggle
  4. 启用插件。

手动安装

  1. Releases 页面下载最新版本的文件。
  2. 将文件放入你的库目录:.obsidian/plugins/obsidian-table-toggle/
  3. 重启 Obsidian 并启用插件。

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.