[227] 옵시디언 웹 클리퍼 Interpreter 섹션 활용 방법
페이지 정보
본문
옵시디언 웹 클리퍼가 정식으로 런칭이 되었습니다. 기능 중에 Interpreter 섹션에서 API 키를 추가하여 AI를 활용하는 방법이 있어 소개합니다.
## 설정 방법
1. **확장 프로그램 설치 및 설정**:
- 먼저, 웹 클리퍼 확장 프로그램을 설치합니다.
- 설정 메뉴로 이동하여 원하는 볼트(vault)를 지정합니다. 여러 볼트를 사용하는 경우, 모든 볼트를 추가할 수 있습니다[2][4].
2. **API 키 추가**:
- 설정에서 'Interpreter' 섹션으로 이동하여 ChatGPT 또는 Claude의 API 키를 추가합니다. 이 키는 AI 프롬프트를 통해 웹 페이지를 자동으로 처리하는 데 필요합니다[1].
3. **기본 템플릿 설정**:
- 기본 템플릿에서 AI에 사용할 프롬프트를 따옴표로 묶어 입력합니다. 예를 들어, 페이지 제목을 생성하거나 주요 주제를 태그로 변환하는 등의 작업을 수행할 수 있습니다[1].
## 템플릿 예시
- **노트 이름**: `{{"provide a title for this page in 10 words or less"}}`
- **속성**:
- 출처: `{{"Source of this page: the group, organization or individual. If multiple, use as a comma-separated list"|split:", "|wikilink|join}}`
- 발행일: `{{published}}`
- 주제: `{{"Generate a list of less than 5 tags that cover the main topics on this page. Words must begin with a capital letter.."|split:", "|wikilink|join}}`
- 설명: `{{"A brief summary of this page"}}`
- 링크: `{{url}}`
- 생성일: `{{date}}`
- 태그: `clippings,{{"1 or 2 words in lowercase describing the type of this page. a type can be multiple words if hyphenated"}}`
- **노트 내용**:
- **요약**: `{{"A summary of the page. Cover everything important, be verbose if needed."}} *(summary generated by GPT 4o)*`
- **본문**: `{{content}}`
## 사용 방법
- 웹 페이지를 탐색하면서 클리퍼를 사용하여 빠르게 정보를 수집할 수 있습니다.
- 하이라이트 모드를 활성화하여 중요한 텍스트를 선택하고 저장할 수 있습니다.
- 저장된 콘텐츠는 Obsidian에서 쉽게 접근하고 관리할 수 있습니다[2][4].
이러한 설정을 통해 Obsidian Web Clipper는 단순한 웹 페이지 저장 도구에서 벗어나 AI와 결합된 강력한 정보 관리 도구로 활용될 수 있습니다.
인용:
[1] clipperhttps://obsidian.md/clipper
[2] Step-by-Step Guide to the Obsidian Web Clipper - Sascha D. Kasperhttps://sascha-kasper.com/step-by-step-guide-to-the-obsidian-web-clipper/
[3] Obsidian Web Clipperhttps://obsidian.md/clipper
[4] Obsidian Web Clipper: Seamlessly Capture & Save Content to Your ...https://www.youtube.com/watch?v=Kesi8sp2x7M
Note name: {{"provide a title for this page in 10 words or less"}}
Properties
sources: {{"Source of this page: the group, organization or individual. If multiple, use as a comma-separated list"|split:", "|wikilink|join}}
published: {{published}}
topics: {{"Generate a list of less than 5 tags that cover the main topics on this page. Words must begin with a capital letter.."|split:", "|wikilink|join}}
title: {{title}}
description: {{"A brief summary of this page"}}
authors: {{"Authors of this page"|split:", "|wikilink|join}}
link: {{url}}
created: {{date}}
tags: clippings,{{"1 or 2 words in lowercase describing the type of this page. a type can be multiple words if hyphenated"}}
Note: make sure the following props are of the multitext (i.e. list) type: sources, topics, authors. Click on the icon to the left of the prop name to change.
Note content
## Summary
{{"A summary of the page. Cover everything important, be verbose if needed. "}}
*(summary generated by GPT 4o)*
# Content
{{content}}