README file from
GithubPageMode
PageMode makes Obsidian notes behave more like paged reading, with quick file navigation and filing actions.
Features
- Turns mouse wheel and trackpad scrolling in Reading and editing views into page-sized jumps aligned to nearby text lines.
- Opens the next or previous Markdown file when scrolling past the bottom or top of a note.
- Scroll on a note's inline title to open the next or previous Markdown file.
- Opens the first or last Markdown file when scrolling down or up in the empty document area.
- Adds next/previous Markdown file commands and ribbon buttons.
- Moves dragged editor selections to another Markdown editor by default; hold
Ctrl/Cmdto copy instead. - Adds a command and editor context menu item to extract the current selection to a Markdown file open in the sidebar.
- Adds
Move current file hereto folder context menus in the file explorer.
Manual install
- Download
main.jsandmanifest.jsonfrom the latest release. - Create
<vault>/.obsidian/plugins/pagemode/. - Copy both files into that folder.
- Reload Obsidian and enable
PageModein Settings -> Community plugins.