Go Up
approvedby JinMu Go
Quickly navigate to a specified "parent" page
obsidian-go-up
Go Upper Page
This plugin allows users to quickly navigate to a specified "parent" page by utilizing a custom property in the page's front matter.
How to Use
-
Install the Plugin: Download and install the Go Up plugin in your Obsidian vault through the community plugins section.
-
Add "up" Property: In your note, include an up property in the front matter.
For example:
--- up: "[[ParentNote]]" ---Replace ParentNote with the link to the page you wish to navigate to.
or you can use Multiple Pages in "up" Property like this
--- up: - "[[ParentNote1]]" - "[[ParentNote2]]" --- -
Use the Keyboard Shortcut: With the up property set, you can set the Keyboard Shortcut.
i recommendCmd + Shift + Uto navigate to the specified parent page.
Customize your own parent property
go to setting tab "Go Up" and fill out Parent property to use "parent" notes.

For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.