Resize Markdown table column widths by dragging in Obsidian — no HTML or plugin-specific syntax is ever added to your notes.
Widths live in the plugin's own data file, not inside your notes:
<vault>/.obsidian/plugins/table-resizer/data.json.Community plugins — once published, install from Settings → Community plugins → Browse and search for "Table Resizer".
Manual — download main.js, manifest.json, and styles.css, then place them in:
<vault>/.obsidian/plugins/table-resizer/
Restart Obsidian, then enable the plugin in Settings → Community plugins → Installed plugins.
To stop resizing without uninstalling, run the command Toggle table resizer from the Command palette.
在 Obsidian 中通过拖拽调整 Markdown 表格列宽。全程不会向笔记中写入任何 HTML 或插件专用语法。
宽度存放在插件自身的数据文件中,而不是写进笔记:
<vault>/.obsidian/plugins/table-resizer/data.json。社区插件市场:上架后可在「设置 → 社区插件 → 浏览」中搜索 “Table Resizer” 一键安装。
手动安装:下载 main.js、manifest.json、styles.css 三个文件,放入:
<vault>/.obsidian/plugins/table-resizer/
重启 Obsidian 后,在「设置 → 社区插件 → 已安装插件」中启用。
如需停用而不卸载,可在命令面板运行 Toggle table resizer。