YunFeng202 downloadsCreate editable Notion-style tables directly inside Markdown notes.
Create editable Notion-style simple tables directly inside Obsidian Markdown notes.
Notion Table is an independent community plugin and is not affiliated with or endorsed by Notion Labs, Inc.
Tab and Shift + Tab.Cmd/Ctrl + Enter.Table data is stored inside a notion-table fenced code block in the current Markdown file. No external database is required.
Once the plugin is listed in the Obsidian Community directory:
Download main.js, manifest.json, and styles.css from the latest GitHub release and copy them into:
<vault>/.obsidian/plugins/notion-table/
Restart Obsidian and enable Notion Table under Settings → Community plugins.
Notion Table:
Node.js 18 or later is required.
npm install
npm run check
npm test
npm run build
Production assets are generated as main.js, manifest.json, and styles.css.
Notion Table 可以在 Obsidian Markdown 笔记正文中插入并直接编辑 Notion 风格简单表格,支持增删行列、动态行高、拖动列宽、矩形多选、单元格合并与拆分、颜色和标题行。
表格数据保存在当前笔记的 notion-table 代码块中,不联网、不收集遥测,也不依赖外部数据库。