mirror of
https://github.com/quartz-community/reader-mode.git
synced 2026-07-22 02:50:23 +00:00
No description
| .github/workflows | ||
| src | ||
| test | ||
| .eslintrc.json | ||
| .gitignore | ||
| .prettierrc | ||
| CHANGELOG.md | ||
| LICENSE | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||
@quartz-community/reader-mode
Adds a reader mode toggle button that hides sidebars for distraction-free reading.
Installation
npx quartz plugin add github:quartz-community/reader-mode
Usage
// quartz.layout.ts
import * as Plugin from "./.quartz/plugins";
// Add to your layout
Plugin.ReaderMode(); // in the appropriate layout section
Configuration
This plugin has no configuration options.
Documentation
See the Quartz documentation for more information.
License
MIT