Releases: kuangjiajia/kaitox-toolkit
Release list
Kaitox Obsidian plugin 0.6.1
Kaitox Obsidian plugin 0.6.1
面板简化 — 发布预览面板去掉了独立的「样式检查」标签页。现在面板只做两件事:实时预览 + 推送到草稿箱。样式检查不再是单独的视图,而是在点击「推送到草稿箱」时的「推送前确认」清单里跑(沿用 0.6.0 引入的确认弹窗)。工具栏更清爽,预览所见即推送所得。
安装
- 手动:下载
kaitox-obsidian-0.6.1.zip,解压到 vault 的.obsidian/plugins/kaitox/(包含main.js、manifest.json、styles.css、mermaid.js)。 - BRAT:指向本仓库,选择
obsidian-v0.6.1。
需要 Obsidian ≥ 1.4.0(桌面端)。
Kaitox Obsidian plugin 0.6.0
Kaitox Obsidian plugin 0.6.0
推送前确认弹窗 — 点击「推送到草稿箱」时,如果样式检查存在任何问题(错误 / 提示 / 信息),或者尚未设置封面,会先弹出一份「推送前确认」清单,列出所有问题、缺封面提示以及未解析的图片引用;用户点「仍然推送」后才会真正推送。样式全部通过且已设置封面时仍然直接推送。命令入口(推送当前笔记到草稿箱)同样会跑样式检查,行为与面板按钮一致。
安装
- 手动:下载
kaitox-obsidian-0.6.0.zip,解压到 vault 的.obsidian/plugins/kaitox/(包含main.js、manifest.json、styles.css、mermaid.js)。 - BRAT:指向本仓库,选择
obsidian-v0.6.0。
需要 Obsidian ≥ 1.4.0(桌面端)。
Kaitox Chrome extension 0.6.0
Chrome MV3 extension for the Kaitox toolkit — uploads pending Markdown drafts from the local Kaitox relay as X (Twitter) Article drafts, using your own logged-in x.com session.
What's new since 0.5.0
- Embedded X posts render inside the article preview.
- Shared mermaid rendering — mermaid logic now lives in
@kaitox/x-article, so the extension and other pushers render diagrams identically. - kind-namespaced relay storage — the extension polls
/x-article/drafts, leaving room for future feature channels.
Install
- Download
kaitox-extension-0.6.0.zipbelow and unzip it. - Open
chrome://extensionsand turn on Developer mode. - Click Load unpacked and select the unzipped folder.
- Open https://x.com/compose/articles — the Kaitox button appears in the page header.
Pair it with the CLI (npm i -g @kaitox/cli, then kaitox x push post.md) or the Obsidian plugin. Full guide in the README.
Unofficial — drives X's private web endpoints with your own session and may break when X rotates its internals. For publishing your own content at human pace, not mass automation.
Kaitox Obsidian plugin 0.5.0
Obsidian plugin for the Kaitox toolkit — sync the active note as an X (Twitter) Article draft via the local relay and the Kaitox Chrome extension. Desktop only.
Install
Download main.js and manifest.json into your vault at .obsidian/plugins/kaitox/ (or unzip kaitox-obsidian-0.5.0.zip there), then enable Kaitox in Settings → Community plugins.
Publishing also needs the Kaitox relay (npm i -g @kaitox/cli) and the Chrome extension. Full guide in the README.
Unofficial — drives X's private web endpoints with your own session and may break when X rotates its internals. For publishing your own content at human pace, not mass automation.
Kaitox Chrome extension 0.5.0
Chrome MV3 extension for the Kaitox toolkit — uploads pending Markdown drafts from the local Kaitox relay as X (Twitter) Article drafts, using your own logged-in x.com session.
Install
- Download
kaitox-extension-0.5.0.zipbelow and unzip it. - Open
chrome://extensionsand turn on Developer mode. - Click Load unpacked and select the unzipped folder.
- Open https://x.com/compose/articles — the Kaitox button appears in the page header.
Pair it with the CLI (npm i -g @kaitox/cli, then kaitox x push post.md) or the Obsidian plugin. Full guide in the README.
Unofficial — drives X's private web endpoints with your own session and may break when X rotates its internals. For publishing your own content at human pace, not mass automation.