Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:icons: 2 <svg>icons</svg> #552

Open
kfandrew910 opened this issue Aug 22, 2024 · 0 comments
Open

:icons: 2 <svg>icons</svg> #552

kfandrew910 opened this issue Aug 22, 2024 · 0 comments

Comments

@kfandrew910
Copy link

Iconize has a problem related to exports.

When exporting to PDF it shows the text code of the icon and not the icon as explained in #335. It is a very annoying problem for my university notes (for example) as I use a TON of icons to make them more lively, but now I don't want to go looking for the SVG tag online on every icon. I'd love to print them properly.

Main solution

It would override the default PDF export utility so it first scans for any icons on the files and turn them into SVG tags temporally, with the user not noticing the change.

Alternative solution

If you can't change how the default export for PDF files as it is a built-in maybe it would be possible to duplicate the file but instead of the :Icon: format, with the <svg>...</svg> format. Finally exporting the duplicate to PDF as the svg tag DOES work.

Emojis are fine, so for now I'm working with them, but I'd rather use the icon packs I have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant