# 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
1. Download the latest release from the [Releases](https://github.com/mmarusiak/obsidian-pdf-emotes/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:
```sh
npm instal
npm run build
```