Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install GTK build dependencies
run: |
sudo apt-get update
sudo apt-get install --yes libgtk-4-dev xvfb
sudo apt-get install --yes libgtk-4-dev xdotool xvfb

- name: Install license audit tool
run: cargo +stable install cargo-about --version 0.9.1 --locked --features cli
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,14 @@ directory. Additional notebook directories join the same searchable workspace
without being moved. Notebook folders copied under the configurable default
notebooks location open automatically on the next launch.

## Navigate Viewed Pages

Use `Alt+Left` and `Alt+Right`, the mouse Back and Forward buttons, or the Back
and Forward commands in the application menu to move through pages viewed in
the current session. History works across all open notebooks, search results,
and internal OneNote page links. Closing a notebook removes its pages from the
history.

## Screenshots

### Light Theme
Expand Down
Loading
Loading