Quip을 위한 포괄적이고 완전 자동화된 내보내기(백업) 도구입니다.
Quip-Export는 공식 Quip 자동화 API를 사용하고 Quip-계정의 모든 문서와 폴더를 내보냅니다.
특징:
슬라이드는 지원되지 않습니다(생성된 PDF의 품질이 좋지 않음). PDF로 내보내기는 지원되지 않습니다(생성된 PDF의 품질이 좋지 않음).
Quip-Export는 Node.js 환경을 위한 독립 실행형 도구로 설계되었음에도 불구하고 모든 종류의 JavaScript 애플리케이션을 위한 quip export 라이브러리로 사용될 수도 있습니다. 이 경우 Quip-Export 프로젝트가 좋은 사용 예입니다.
Quip-Export는 Node.js의 Windows, Mac OS 및 Linux/Unix 또는 순수 브라우저 환경에서 완벽하게 작동합니다.
데모 모드가 포함된 Quip-Export npm 패키지를 사용하는 모든 기능을 갖춘 웹 앱은 www.quip-export.com에서 사용할 수 있습니다.
앞에서 언급했듯이 Quip-Export 도구에는 Node.js(버전 10.16 이상) 환경이 필요합니다. Node.js 버전 확인:
node -v
Node.js가 설치되지 않았거나 버전이 10.16 미만인 경우 Node.js 웹사이트의 설치/업데이트 지침을 따르세요.
npx quip-export [options]
장점: 항상 최신 버전을 실행합니다.
설치하다:
npm install -g quip-export
사용 예:
quip-export [options]
설치하다:
git clone https://github.com/sonnenkern/quip-export.git
프로젝트 종속성을 설치합니다.
cd quip-export
npm install
프로젝트 폴더의 사용 예:
node quip-export [options]
설치하다:
npm install quip-export
-h, --help Usage guide.
-v, --version Print version info
-t, --token "string" Quip Access Token.
-d, --destination "string" Destination folder for export files
-z, --zip Zip export files
--embedded-styles Embedded in each document stylesheet
--embedded-images Embedded images
--docx Exports documents in MS-Office format (*.docx , *.xlsx)
--comments Includes comments (messages) for the documents
--folders "string" Comma-separated folder's IDs to export
--debug Extended logging
개인 액세스 토큰을 생성하려면 https://quip.com/dev/token 페이지를 방문하세요.
--comments, --embedded-images, --embedded-styles 옵션은 MS-Office 형식(--docx)으로 내보내기와 함께 작동하지 않으며 무시됩니다.
Quip fodler의 ID를 알아내는 가장 쉬운 방법은 브라우저에서 Quip 웹 애플리케이션의 폴더를 열고 주소를 보는 것입니다. 예를 들어 주소 "https://quip.com/bGG333444111"은 ID가 "bGG333444111"인 폴더를 가리킵니다.
c:temp 폴더로 내보내기
quip-export -t "JHHHK222333444LLL1=" -d c:temp
현재 폴더를 대상으로 내보내기
quip-export -t "JHHHK222333444LLL1="
현재 폴더를 대상으로 하여 Zip 파일로 내보내기
quip-export -t "JHHHK222333444LLL1=" -z
내보내기 오류는 대상 폴더의 내보내기.log 파일에 기록됩니다.
Quip-Export는 공개 Quip 자동화 API에 크게 의존합니다. Quip 자동화 API가 변경되면 일부 문제가 발생할 수 있습니다. 그런 다음 Quip-Export 조정이 필요합니다.
이 경우나 다른 질문이 있는 경우 [email protected]으로 문의해 주시기 바랍니다.