노트 수정
update_noteUpdate an existing note in an Obsidian vault by appending, prepending, or replacing its markdown body. Merge specified frontmatter fields while preserving untouched properties and their order.
Instructions
기존 노트의 본문과 frontmatter를 수정한다. mode로 본문 갱신 방식을 정하고, 속성 파라미터를 넘기면 해당 frontmatter 키만 병합한다(나머지는 보존, 키 순서 유지).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | 날짜, 예: 2026-06-26 (date) | |
| mode | No | 본문 갱신 방식. content와 함께 사용. | |
| path | Yes | Vault 기준 상대경로 (.md 생략 가능) | |
| tags | No | 태그 목록 (tags) | |
| type | No | 문서 유형 (type) | |
| title | No | 문서 제목 (title) | |
| author | No | 작성자. 미지정 시 설정의 기본 author 사용 (author) | |
| source | No | 출처 (source) | |
| aliases | No | 별칭 목록 (aliases) | |
| content | No | 추가/대체할 본문 markdown | |
| serviceUrl | No | 관련 서비스 URL (Service URL) |