-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Doesn't work with QL from the terminal #79
Comments
This sounds like an interesting use case, but I have no idea what would be necessary to make it work. |
I have QLStephen and QLMarkdown installed. Sorry I'm not a developer. Just hope this information can somewhat help. |
There doesn't seem to be any meaningful debug output from qlmanage, but it will reliably fail to generate a preview. If you wait long enough a thumbnail is eventually rendered, as sometimes happens when QL crashes.
|
Having the same problem here. I use a custom Alfred workflow to render markdown files. Currently I'm using a markdown reader, but it would be awesome to use |
This is an edge-case, but... I like to use QuickLook from the Terminal. This is "qlmanage -p", but there's a handy alias for both .bashrc and .zshrc:
ql () { qlmanage -p "$*" >& /dev/null; }
(no preceding "alias" required for either).
qlmarkdown definitely adds QuickLook support for MD files from the Finder (thanks!), but this seems to break from the command line... Causes both zsh and bash to hang, in both Terminal and iTerm2.
Being able to QuickLook an MD file from the terminal immediately after having pulled down a git repo would be nirvana!
The text was updated successfully, but these errors were encountered: