DownmarkerWPF
DownmarkerWPF copied to clipboard
Portability (Themes)
The default themes should be embedded into the app, and on startup they should be dumped into the directory that Markpad is in.
Some things to keep in mind:
- If the file already exists, don't overwrite it. That way, the user can modify the theme themselves.
- If the file fails to save, possibly due to permissions, don't crash, or tell the user. This is a fail silently and try next startup scenario.