エディタの中央に📜するには `editor.scrollIntoView` を使う。 ```js const editor = app.workspace.getActiveViewOfType(MarkdownView).editor; editor.scrollIntoView({ from: pos, to: pos }, true) ```