No description
Find a file
2025-02-05 20:54:11 -03:00
assets initial 2024-09-16 17:30:53 -03:00
src refactor: italic regex 2024-09-24 20:09:32 -03:00
.editorconfig use LF instead of CRLF (#28) 2024-09-16 17:30:53 -03:00
.eslintignore fix .eslintignore (#48) 2024-09-16 17:30:53 -03:00
.eslintrc add version bump script (#10) 2024-09-16 17:30:53 -03:00
.gitignore Update .gitignore (#25) 2024-09-16 17:30:53 -03:00
.npmrc add version bump script (#10) 2024-09-16 17:30:53 -03:00
esbuild.config.mjs build: minify prod build 2024-09-16 17:30:53 -03:00
LICENSE Initial commit 2024-09-16 17:26:52 -03:00
main.ts use the conditional command 2025-02-05 20:54:11 -03:00
manifest.json update manifest.json 2024-09-16 21:26:17 -03:00
package-lock.json initial 2024-09-16 17:30:53 -03:00
package.json initial 2024-09-16 17:30:53 -03:00
README-pt-br.md README.md 2024-09-16 17:39:20 -03:00
README.md README.md 2024-09-16 17:39:20 -03:00
styles.css Update sample css file. 2024-09-16 17:30:53 -03:00
tsconfig.json initial 2024-09-16 17:30:53 -03:00
version-bump.mjs add version bump script (#10) 2024-09-16 17:30:53 -03:00
versions.json Update for 0.15 2024-09-16 17:30:53 -03:00

WhatsApp Export Note

Português Brasil

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.