Previous River

by ongaeshi
5
4
3
2
1
New Plugin

Description

This plugin has not been manually reviewed by Obsidian staff. Move between notes using 'previous' property and backlinks.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
0
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

Previous River

An Obsidian plugin that enables navigation between notes using the previous property in frontmatter or backlinks.

Installation

Currently, this plugin is not available in the Obsidian community plugins browser. You can install it using BRAT.

  1. Install the Obsidian42 - BRAT plugin from the Community Plugins in Obsidian.
  2. Enable the BRAT plugin.
  3. Open the BRAT settings and click on Add Beta plugin.
  4. Enter the GitHub repository URL: ongaeshi/previous-river
  5. Enable the Previous River plugin in the Community Plugins list.

Features

Go to previous note

Jump to the note specified in the previous property of the current note's frontmatter.

Go to next note

Move to notes that backlink to the current note and have their previous property pointing to it.
If multiple candidates exist, a suggestion modal will allow you to choose.

Go to first note

Follow the previous property chain to reach the first note in the sequence.

Go to last note

Use backlinks to find the last note in the sequence.
If there are multiple candidates, a suggestion modal will appear for selection.

Insert notes

Insert notes into the current backlink sequence.

  • Insert note: Insert the selected note into the sequence.
  • Insert note to first: Insert the selected note at the beginning of the sequence.
  • Insert note to last: Insert the selected note at the end of the sequence.

Detach note

Detach the current note from the sequence by setting its previous property to ROOT.

  • Go to previous note: Alt+,
  • Go to next note: Alt+.
  • Go to first note: Alt+Shift+,
  • Go to last note: Alt+Shift+.

Contributing

Feel free to submit bug reports and feature requests via Issues. Contributions through pull requests are also highly appreciated!