mirror of
https://github.com/mmarusiak/pdf-emojis-plugin.git
synced 2026-07-22 13:00:27 +00:00
No description
| .github/workflows | ||
| .editorconfig | ||
| .eslintignore | ||
| .eslintrc | ||
| .gitignore | ||
| .npmrc | ||
| esbuild.config.mjs | ||
| LICENSE | ||
| main.ts | ||
| manifest.json | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| style.css | ||
| tsconfig.json | ||
| version-bump.mjs | ||
| versions.json | ||
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 |
|---|---|
💾 Installation
- Download the latest release from the Releases page.
- Extract the contents to your Obsidian plugins folder.
- Enable the plugin in Obsidian settings.
📝 Usage
- Open a note in Obsidian.
- 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