obsidian/笔记文件/2.笔记/mac快速操作 相关指令.md

15 lines
129 B
Markdown
Raw Permalink Normal View History

2025-03-26 00:02:56 +08:00
```
on run {input, parameters}
(* Your script goes here *)
tell application "Obsidian"
reopen
activate
end tell
end run
```