macdown icon indicating copy to clipboard operation
macdown copied to clipboard

Export & Import Settings

Open robbintt opened this issue 8 years ago • 2 comments

Is it possible to export and import settings? I would like to include them in my dotfiles even if I have to manually export/import. Even better would be to have a .macdownrc in my home directory.

Thanks!

robbintt avatar Jun 29 '17 19:06 robbintt

The preference of MacDown is saved in these two files:

$HOME/Library/Preferences/com.uranusjr.macdown.plist
$HOME/Library/Preferences/com.uranusjr.macdown.LSSharedFileList.plist

if you just want to back up the preference (second file may be missing). Unfortunately, I’m not sure whether there is any guarantee about backward compatibility (old preference and new MacDown).

FranklinYu avatar Jun 29 '17 22:06 FranklinYu

Be sure to grab ~/Library/Application Support/MacDown/ as well if you have custom themes or styles.

tinyapps avatar Jun 02 '22 17:06 tinyapps