qlmarkdown icon indicating copy to clipboard operation
qlmarkdown copied to clipboard

Add option to switch back to vanilla styling

Open tarwich opened this issue 7 years ago • 2 comments

In #75 we gained the ability to have our markdown look like GitHub, which was a huge win. However, it opens the door for debate on whether a user should be able to choose their style of markdown. Perhaps we should have a way of choosing the "theme" that will be applied to the markdown previewer.

tarwich avatar Mar 31 '17 18:03 tarwich

Is the project build successfully for you in Xcode? Because I have make it on my project https://github.com/tattali/QLAddict/blob/master/QuickLookAddict/GeneratePreviewForURL.m#L23-L29

You can select the theme with defaults write com.sub.QuickLookAddict style NAME_OF_THEME

tattali avatar Apr 01 '17 04:04 tattali

https://github.com/tattali/qlmarkdown/commit/4514d6f6d498bcb32266ef1153d9dec38b5212aa NAME_OF_THEME = default|github defaults write com.fiatdev.QLMarkdown theme NAME_OF_THEME

tattali avatar Apr 01 '17 14:04 tattali