차이
문서의 선택한 두 판 사이의 차이를 보여줍니다.
다음 판 | 이전 판 | ||
tech:quicklook [2015/02/17 16:07] – 만듦 V_L | tech:quicklook [2016/07/12 00:56] (현재) – 바깥 편집 127.0.0.1 | ||
---|---|---|---|
줄 1: | 줄 1: | ||
+ | {{tag> | ||
+ | |||
====== Quicklook ====== | ====== Quicklook ====== | ||
줄 4: | 줄 6: | ||
* /Macintosh HD/ | * /Macintosh HD/ | ||
* / | * / | ||
+ | |||
+ | 플러그인을 QuickLook 폴더에 넣어두는 것만으로도 곧바로 플러그인이 활성화되나, | ||
+ | qlmanage -r | ||
+ | |||
+ | 훑어보기(QuickLook)는 파일을 응용 프로그램에서 열어보기 전에, ' | ||
+ | |||
+ | defaults write com.apple.finder QLEnableTextSelection -bool TRUE; | ||
+ | 기본 상태로 복원하는 명령어 | ||
+ | defaults delete com.apple.finder QLEnableTextSelection; | ||
+ | |||
+ | | ||
+ | |||
+ | defaults write -g QLPanelAnimationDuration -float 0;killall Finder | ||
+ | 다시 OS X 기본 상태로 복구하는 명령어는 다음과 같다. | ||
+ | |||
+ | defaults delete -g QLPanelAnimationDuration; | ||
+ | |||
+ | |||
By default, only the first directory listed above should have any plug-ins in it. The other directories should contain third-party plug-ins supplied by developers to support their applications. Apple' | By default, only the first directory listed above should have any plug-ins in it. The other directories should contain third-party plug-ins supplied by developers to support their applications. Apple' | ||
줄 21: | 줄 41: | ||
* Web.qlgenerator -- HTML documents | * Web.qlgenerator -- HTML documents | ||
- | {{tag> | + | http:// |
+ | |||
+ | ====qlImageSize==== | ||
+ | 이미지의 확장자와 (픽셀) 크기, 그리고 용량을 바로 확인할 수 있는 기능을 제공한다 | ||
+ | https:// | ||
+ | |||
+ | http:// | ||
+ |