Adds a reader mode toggle button that hides sidebars for distraction-free reading.
npx quartz plugin add github:quartz-community/reader-mode// quartz.layout.ts
import * as Plugin from "./.quartz/plugins";
// Add to your layout
Plugin.ReaderMode(); // in the appropriate layout sectionThis plugin has no configuration options.
See the Quartz documentation for more information.
MIT