Nav Arrows

by antoineart
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Adds back/forward navigation arrows to the top bar, next to the sidebar collapse button.

Reviews

No reviews yet.

Stats

stars
82
downloads
0
forks
28
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

Nav Arrows

Navigate back and forward with arrows in the top bar, right next to the sidebar collapse button.

Features

  • Navigation arrows always visible regardless of sidebar state
  • Arrows are disabled when there is no back or forward history
  • Matches Obsidian's native icon style

Installation

From Community Plugins

  1. Open Settings → Community plugins
  2. Search for Nav Arrows
  3. Install and enable the plugin

Manual

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create a folder .obsidian/plugins/nav-arrows/ in your vault
  3. Place the files inside it
  4. Enable the plugin in Settings → Community plugins

Publishing

Community plugins are submitted through the Obsidian Community developer dashboard, not via pull requests to obsidian-releases.

Release flow:

  1. Update version in manifest.json and package.json
  2. Commit and push to main
  3. Create and push a matching tag: git tag 1.x.x && git push origin 1.x.x
  4. GitHub Actions builds, attests, and publishes the release assets

Before tagging, run npm run lint locally.

License

MIT