README file from
GithubNav 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
- Open Settings → Community plugins
- Search for Nav Arrows
- Install and enable the plugin
Manual
- Download
main.js,manifest.json, andstyles.cssfrom the latest release - Create a folder
.obsidian/plugins/nav-arrows/in your vault - Place the files inside it
- 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:
- Update
versioninmanifest.jsonandpackage.json - Commit and push to
main - Create and push a matching tag:
git tag 1.x.x && git push origin 1.x.x - GitHub Actions builds, attests, and publishes the release assets
Before tagging, run npm run lint locally.
License
MIT