본문 바로가기

프로그래밍/Obsidian

복합 기능 - Shell 명령어 실행 버튼 만들기

Plugin Install

Shell commands : 옵시디언의 Command Pallette에 Shell script를 추가할 수 있도록 함
Buttons : Command Pallette의 명령어를 실행할 수 있도록 하는 버튼을 문서에 추가할 수 있음
Commander : Command Pallette의 명령어를 실행할 수 있도록 UI 에 버튼을 추가할 수 있음

Shell commands + Buttons로 버튼 문서를 만들거나,
Shell commands + Commander로 자주 사용하는 버튼을 UI 자체에 추가할 수 있음

문서 버튼 (Shell commands + Buttons)

Shell 명령어 추가

설정 -> 커뮤니티 플러그인/Shell commands

명령어 팔레트 (Command Pallette) 확인

단축키 : Ctrl+P
우클릭 -> Add command

버튼 생성

```button
name new folder
type command
action Shell commands: Execute: *폴더 생성
```

UI 버튼 (Shell commands + Commander)

Shell 명령어 추가

참조

버튼 생성

'프로그래밍 > Obsidian' 카테고리의 다른 글

Plugin - DataView  (0) 2024.01.29