Go Up

approved

by JinMu Go

Quickly navigate to a specified "parent" page

7 stars1,508 downloadsUpdated 1y agoMIT
View on GitHub

logo

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

  1. Install the Plugin: Download and install the Go Up plugin in your Obsidian vault through the community plugins section.

  2. 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]]"
    ---
    
  3. Use the Keyboard Shortcut: With the up property set, you can set the Keyboard Shortcut.
    i recommend Cmd + Shift + U to 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.

setting tab

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.