character-map-uwp / Character-Map-UWP

A modern, native UWP replacement for the Win32 Character Map and Windows Font Viewer with flawless high DPI and touch support.
MIT License
615 stars 52 forks source link

Added ability to export XAML glyph codes into file names. #262

Closed Wandtket closed 5 months ago

Wandtket commented 1 year ago

Great app overall, I just needed the ability to export the XAML glyph code into the file name.

Jay-o-Way commented 1 year ago

Hi. Is there an issue connected to this? Or any screenshots, to show what this does? :)

JohnnyWestlake commented 1 year ago

Thanks for the work. I think, for flexibilities sake, we should implement this in a way that allows us to extensibly choose how the file named is formed and what dev code is included (perhaps a HTML dev would like something else), but I think this is a good basis to work from. I may pick this up myself at some point when I get some free time

JohnnyWestlake commented 5 months ago

Thanks for your work on this - I've integrated a variation here that allows custom templates and can be extended: https://github.com/character-map-uwp/Character-Map-UWP/commit/05a356e8bb020122708117cca5cc1b94782fd87b

image