Sequencer

pending

by alieron

Organise and traverse through notes as a sequence using a doubly-linked list like system.

Updated 1mo agoMITDiscovered via Obsidian Unofficial Plugins
View on GitHub

Obsidian Sequencer

Adds a way to navigate through your notes sequentially using links to previous and next notes.

Use the prev and next frontmatter properties to set the links.

Example: In a.md

---
next: "[[b]]"
---

In b.md

---
prev: "[[a]]"
next: "[[c]]"
---

In c.md

---
prev: "[[b]]"
---

Creates a sequence where a <-> b <-> c

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.