-
Reading the wiki, I noticed that QuickLook-Win can be configured as default for Live Preview plugin on Windows. Is the same possible on Mac using the original QL? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Not sure. I don't use Mac personally. Why don't you try it out? |
Beta Was this translation helpful? Give feedback.
-
Had to unmark the previous answer, because that opens Quick Look in DEBUG mode, which means any Quick Look extensions you have installed, i.e. Markdown Preview, will not actually work. Better solution: This is possible now using a Shortcut to avoid having to open Quick Look in DEBUG-mode. Run Shortcuts from the command line
Probably stating the obvious here, but for easier access you could always name the shortcut "QL" instead of "Quick Look" so that calling it from terminal takes less typing ( alias ql='shortcuts run "QL" -i' Then you could call it from Terminal with just ql path/to/file I still need to read the docs on |
Beta Was this translation helpful? Give feedback.
Had to unmark the previous answer, because that opens Quick Look in DEBUG mode, which means any Quick Look extensions you have installed, i.e. Markdown Preview, will not actually work. Better solution:
This is possible now using a Shortcut to avoid having to open Quick Look in DEBUG-mode.
Run Shortcuts from the command line
Add the 'Show Input in Quick Look' action to a new Shortcut.
Then from terminal, you can pass files to the shortcut like this:
Probably stating the obvious here, but for easier access you could always name the shortcut "QL" instead of "Quick Look" so that calling it from terminal takes less typing (
shortcuts …