Go Up

by JinMu Go
5
4
3
2
1
Score: 54/100

Description

Category: File Management

The Go Up plugin is a simple yet powerful tool that allows you to quickly navigate to a specified parent page in your Obsidian vault. By adding a custom "up" property to the front matter of a note, you can set a keyboard shortcut to jump directly to that parent page. This feature is particularly useful when working on complex projects or organizing large amounts of information. The plugin also allows you to customize your own parent property by filling out a setting tab, giving you flexibility and control over how you navigate your notes. With the Go Up plugin, you can save time and streamline your workflow, making it easier to find the information you need quickly and efficiently.

Reviews

No reviews yet.

Stats

6
stars
1,598
downloads
1
forks
819
days
384
days
715
days
3
total PRs
0
open PRs
0
closed PRs
3
merged PRs
4
total issues
0
open issues
4
closed issues
9
commits

Latest Version

2 years ago

Changelog

Feat

I made it possible to add the parent attribute at the beginning of the file creation. You can check this by going to the Settings Tab. (https://github.com/JinMuGo/obsidian-go-up/issues/6)

if you want to use that functionality with the Templator Plugin, I recommend adding the yaml frontmatter yourself by writing it into the code of the templator.

README file from

Github

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