Simple plugin that adds a toggle to expand the viewer to the full width of the screen.
- Download latest release here
- Copy release files into
<obsidian-vault>/.obsidian/plugins/viewer-full-width
- Clone repo
git clone https://github.com/hmerritt/obsidian-plugin-viewer-full-width.git
cd obsidian-plugin-viewer-full-width
npm i
npm run build
- Copy
main.js
+manifest.json
into your<obsidian-vault>/.obsidian/plugins/viewer-full-width
- Clone repo
- Make sure your NodeJS is at least v16 (
node --version
) npm i
to install dependencies.npm run dev
to start compilation in watch mode.npm run build
to compile