You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work on this project. I'm pulling in the most recent versions of goldmark and chroma and building glance from source and would like to experiment with changing the rendered appearance of markdown files and the output of the quicklook previews altogether---e.g., fontsize, font type, coloring, etc. Are there any defaults settings that handle this from the command line? Or if one wanted to tweak these settings, are these changes that have to be made in the go modules? Thanks!
The text was updated successfully, but these errors were encountered:
Great thanks! I've only messed with font size in shared-main.css so far, but I'm assuming all the values there can be changed without having to recompile? If this is right, it might make sense to notate that somewhere in the readme with a trivial example?
Oh yeah they should work without recompiling. I don't think I want to include this in README since the changes don't persist across updates and reinstalls. Perhaps a feature we could work on is to read CSS files from some Library folder.
Thanks for your work on this project. I'm pulling in the most recent versions of goldmark and chroma and building glance from source and would like to experiment with changing the rendered appearance of markdown files and the output of the quicklook previews altogether---e.g., fontsize, font type, coloring, etc. Are there any
defaults
settings that handle this from the command line? Or if one wanted to tweak these settings, are these changes that have to be made in the go modules? Thanks!The text was updated successfully, but these errors were encountered: