[[dyn.menu]]

BUTTON[opencode, daily-note, journal-calendar]

 
```col-md
![[待办视图#待办概览]]
```
 
```col-md
![[20251116055610#项目概览|项目视图]]
```

 
```col-md
![[主卡片笔记视图#笔记概览]]
```
 
```col-md
![[20260121053733#自我提升概览|自我提升视图]]
```
 
```col-md
![[20260121054011#视图概览|所有视图]]
```
 

meta-binds

id: daily-note
style: primary
label: 今日日记
action:
  type: command
  command: daily-notes
id: opencode
style: primary
label: OpenCode
action:
  type: inlineJS
  code: |
    (() => {
      const leaf = app.workspace.getLeaf('tab');
      leaf.setViewState({
        type: 'webviewer',
        state: {
          url: 'http://localhost:9898',
          navigate: true,
        },
        active: true,
      });
    })();
 
 
id: journal-calendar
style: primary
label: 日记日历
action:
  type: command
  command: periodic-notes-calendar:toggle-calendar-view