Read, edit and save Office files (docx, xlsx, pptx, xls, doc, ppt) inside Obsidian with faithful write-back.
Read, edit and save Office files directly in Obsidian: .docx, .xlsx, .pptx, .xls, .doc, .ppt.
Part of the Materin plugin series (sibling plugins: materin-ctx, materin-view). 中文说明
npm install
npm run dev # watch mode; output is copied into the debug vault
npm run build # type check + production build
npm run test # vitest
npm run lint # eslint (target: 0/0)
Debugging: .debug-vault at the repo root is a symlink to ../debug-vault. A hot-reload plugin is installed in that vault — after npm run dev, open the vault in Obsidian and changes hot-load.
p:sp text shapes: text inside tables/charts is not yet editable; placeholders without a local xfrm inherit geometry from slideLayout (no longer searching slideMaster, so placeholders of some master layouts may fall into the "unpositioned text boxes" area).