No description
Find a file
2026-06-10 18:32:20 +02:00
.github/workflows fix: include style.css in release files 2025-02-12 11:31:17 +01:00
.editorconfig Release v0.1.0 2025-02-11 16:55:05 +01:00
.eslintignore Release v0.1.0 2025-02-11 16:55:05 +01:00
.eslintrc Release v0.1.0 2025-02-11 16:55:05 +01:00
.gitignore fix: inline font-weight on emoji spans and protect heading numbers in PDF export 2026-05-18 20:40:32 +02:00
.npmrc Release v0.1.0 2025-02-11 16:55:05 +01:00
esbuild.config.mjs Release v0.1.0 2025-02-11 16:55:05 +01:00
LICENSE chore: add MIT License file 2025-02-11 17:39:02 +01:00
main.ts fix: use U+2060 Word Joiner to prevent Obsidian PDF from stripping heading numbers 2026-05-18 21:25:49 +02:00
manifest.json fix: use U+2060 Word Joiner to prevent Obsidian PDF from stripping heading numbers 2026-05-18 21:25:49 +02:00
package-lock.json fix: rename plugin from obsidian-sample-plugin to pdf-emojis and update description 2025-02-12 16:02:06 +01:00
package.json fix: use U+2060 Word Joiner to prevent Obsidian PDF from stripping heading numbers 2026-05-18 21:25:49 +02:00
README.md Update badge style in README.md 2026-06-10 18:32:20 +02:00
style.css fix: use U+2060 Word Joiner to prevent Obsidian PDF from stripping heading numbers 2026-05-18 21:25:49 +02:00
tsconfig.json Release v0.1.0 2025-02-11 16:55:05 +01:00
version-bump.mjs Release v0.1.0 2025-02-11 16:55:05 +01:00
versions.json fix: use U+2060 Word Joiner to prevent Obsidian PDF from stripping heading numbers 2026-05-18 21:25:49 +02:00

GitHub Downloads

PDF Emojis plugin🥳

PDF Emojis is an Obsidian plugin that allows you to export your notes as PDFs while retaining emojis in headings, bold texts, and anywhere else in your notes! 🎉

🔎 Features

  • Export notes as PDFs with emotes
  • Retain emojis in headings, bold texts, and more
Before After
Before there are no emotes in headings and bold text After there are all emotes in exported pdf

💾 Installation

  1. Download the latest release from the Releases page.
  2. Extract the contents to your Obsidian plugins folder.
  3. Enable the plugin in Obsidian settings.

📝 Usage

  1. Open a note in Obsidian.
  2. Use the export to PDF feature to generate a PDF with emojis.

👨🏻‍💻 Development

To build the plugin from source, run:

npm instal
npm run build