Docxer for Obsidian.md
🚀 Boost your productivity by previewing and converting Word files easily to markdown.
Open the Community Plugins tab in the settings and search for "Docxer" (or click here).
Other installation methods
- Install it using BRAT
- Manual folder creation
- Create a folder named
obsidian-docxer
in your vault's plugins folder (<vault>/.obsidian/plugins/
). - Download
main.js
,styles.css
andmanifest.json
from the latest release and put them in theobsidian-docxer
folder. - Enable the plugin in Settings -> Community plugins -> Installed plugins
- Create a folder named
- Add a .docx file to your vault.
- Open the file in Obsidian.
- Click the "Convert" button in the top right corner of the editor to convert the file to markdown.
Please consider supporting the plugin. The two easiest ways to support the plugin are either by starring ⭐ the repository or by donating any amount on Ko-fi ❤️. Thank you!
All contributions are welcome! Here's how you can help:
- Create a fork of the repository
- Create a branch with a descriptive name
- Make your changes
- Debug the plugin using
npm run dev
- Create a pull request
- Wait for the review