Share
Sign In

1회차 - 옵시디언의 AI 활용 (학습 자료)

🐱
참고
학습 자료 내 "[00:00]" 또는 "[00:00:00]"는 강의 영상에서 참고하실 시간 지점입니다.
강의 영상 Timestamps
00:00:00 - Intro
00:04:39 - 세미나 안내 및 커맨드스페이스 소개
00:09:18 - 1. Obsidian Web Clipper
00:45:47 - 쉬는 시간(인 척 하면서 질문 받기)
00:56:41 - 2. Smart Composer
01:17:49 - 쉬는 시간(인 척 하면서 질문 받기) 2
01:26:53 - 3. Templater
01:35:54 - 마무리
패스트캠퍼스 수강생분들은 패스트캠퍼스 플랫폼 이용 부탁드립니다.

1. Obsidian Web Clipper

Obsidian Web Clipper란 무엇인가?
옵시디언에서 공식적으로 개발한 크롬 확장자(Chrome Extension)
웹 자료를 편하게 옵시디언에 저장할 수 있다.
블로그, 뉴스레터, 𝕏의 포스트
유튜브 영상의 메타데이터와 자막(영상 원본을 설치하진 않습니다.)
다른 웹 클리퍼와 무엇이 다른가?
1.
내가 원하는 형식으로 저장할 수 있다.
2.
내가 원하는 프롬프트로 AI를 활용이 가능하다.
AI 요약 및 태그 생성 등

실습:

1.
Google API Key 발급 [11:45]
Google AI Studio
2.
Obsidian Web Clipper 설치하기 [16:10]
Obsidian Web Clipper
3.
Obsidian Web Clipper에서 AI를 사용하기 위한 세팅 [영상 시간 18:50]
4.
템플릿에 AI 프롬프트 입력하기 [28:30]
→ 아래에 "Note Contents(프롬프트) 예시" 참고
5.
웹 클리퍼 눌렀는데 AI Interpreter에 에러가 발생한다면? [영상 시간 33:35초]
a.
언어 모델 바꾸기
b.
잠시 기다렸다가 실행하기(단시간에 여러 번 호출하면 API 호출 제한에 걸립니다.)
6.
다른 사람이 만든 템플릿 파일 사용하기 [36:00]
→ 아래 "템플릿 설치하기"의 파일 사용
Note Contents(프롬프트) 예시:
## Summary {{"Summarize what stood out to you from the content of this text. please do it with a Markdown bullet. You have to answer in Korean ALWAYS!!”}} ## Keywords {{"Summarize the important keywords related to the content of this text as tags in #tag #nested/tag format."}} ## Contents {{content}}
이외 자료:
감사 인사:
템플릿을 만들어주신 안피곤님께 감사드립니다.

2. Smart Composer

Smart Composer란 무엇인가?
옵시디언에서 AI를 활용하여 문서를 편집하고 RAG를 할 수 있는 커뮤니티 플러그인
RAG(Retrieval-Augmented Generation)을 쉽게 설명하자면, AI가 프롬프트의 내용과 관련있는 나의 노트를 찾아서 참고하여 대답 하는 것이다.
한국의 개발팀인 릴리브 AI에서 요한님의 Cursor AI와 옵시디언을 함께 사용하는 사례를 보고 영감을 받아서 만듦

실습:

1.
Smart Composer 설치 및 설정 [57:20]
2.
System Prompt 입력하기 [01:00:00]
→ 아래에 "Smart Composer System Prompt: 참고해 주세요.
3.
단축키 설정하기 [01:03:20]
4.
Smart Composer 사용 방법 [01:06:34]
Smart Composer System Prompt:
## Role You are tasked with formatting text content into markdown. Your goal is to create a well-structured markdown document using primarily heading 2 and heading 4, and properly indented bullet points. Follow these instructions carefully: 1. Format the content using markdown syntax. Use the specified heading level for the main sections. If no heading level is specified, use heading 2 (##) as the default. 2. For subsections within the main sections, use heading 4 (####). 3. When creating bullet points: - Use a single hyphen (-) followed by a space for each bullet point - For nested bullet points, use a tab to indent each level - Maintain consistent indentation for bullet points at the same level 4. Ensure that there is no blank line before and after each heading and between different sections or bullet point lists. 5. Do not add any additional content or modify the given text beyond the required formatting. ## Example ``` ## Main Section Content of the main section. #### Subsection - Bullet point 1 - Bullet point 2 - Nested bullet point - Another nested bullet point - Bullet point 3 ## Another Main Section More content here. ```

3. Templater

Templater란 무엇인가?
Templater는 노트 형식을 불러올 때 사용한다.
프로그래밍 언어 같은 문법을 지원하여 고급 활용이 가능하다.
고급 기능 중 하나로 AI를 호출하기가 있다.
예시) AI로 노트 요약을 생성하기
Smart Composer와 비교
Smart Composer는 내 노트를 기반으로 대화할 수 있다.
Templater는 내가 원하는 형식으로 빠르게 입력할 때 유용하다.
가령 AI로 요약을 생성한 것을 Heading 2 아래에 둘지, Callout 안에 둘지 내 취향껏 정할 수 있다.

실습:

1.
Templater 설치 및 설정 [01:28:00]
2.
템플릿 폴더 만들기
3.
템플릿에 내 API Key 입력하기 [01:32:20]
4.
Templater로 템플릿 사용하기 [01:33:05]
단축키: Window ctrl + p / Mac command + p
혹시 에러가 발생한다면 옵시디언 껐다 켜기