mirror of
https://github.com/joaoemanuell/obsidian-whatsapp-export-note.git
synced 2026-07-22 05:34:39 +00:00
No description
| assets | ||
| src | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README-pt-br.md | ||
| README.md | ||
| styles.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
WhatsApp Export Note
This plugin allows you to export Obsidian notes to WhatsApp easily by converting markdown into the format supported by WhatsApp.
Supported elements:
- Bold
- Italics
- Blockquotes
- Strikethrough
- Highlights (converted to bold)
- Headings (converted to bold)
- Equations (converted to code)
- Horizontal lines (removed)
- Links (only the text)
- Images (removed, as they are not supported by WhatsApp)
Note: Obsidian links are not supported and must be removed manually.