heono3h89 downloadsToggle page width per note between default and wide with one click from the ribbon, command palette, right-click menu, or the note more-options menu.
An Obsidian plugin that toggles per-note page width between the default and wide modes with one click.
| State | cssclasses |
Width |
|---|---|---|
| Default | (none) | Obsidian default |
| Wide | wide |
100% of window width |
A narrow (560px) class is also defined in the CSS snippet. It is not part of the toggle cycle, but you can apply it manually via cssclasses: [narrow] in a note's frontmatter.
main.js, manifest.json, and page-width.css from the latest releasemain.js and manifest.json to your vault's .obsidian/plugins/page-width-toggle/ folderpage-width.css to your vault's .obsidian/snippets/ folderAdd Beta Plugin → enter HEONO3H/page-width-toggleMIT
노트별로 페이지 너비를 기본/넓게(Wide) 토글하는 Obsidian 플러그인.
| 상태 | cssclasses | 너비 |
|---|---|---|
| 기본 | (없음) | Obsidian 기본값 |
| 넓게 | wide |
100% (창 너비) |
narrow (560px) 클래스도 스니펫에 정의되어 있으며, 프론트매터에 cssclasses: [narrow]로 수동 적용 가능합니다.
수동 설치: 최신 릴리스에서 main.js, manifest.json, page-width.css 다운로드.
main.js, manifest.json → .obsidian/plugins/page-width-toggle/page-width.css → .obsidian/snippets/page-width 활성화BRAT: Add Beta Plugin → HEONO3H/page-width-toggle 입력.