From b48db093d4a7dacd0edf486a2b7238a8575073c3 Mon Sep 17 00:00:00 2001 From: Michael Gartner Date: Sun, 22 Feb 2026 18:54:28 -0600 Subject: [PATCH] docs: add attribution to original breadcrumbs repo --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 33de4b9..21f8352 100644 --- a/README.md +++ b/README.md @@ -25,3 +25,9 @@ you can jump back instantly and navigate your graph with confidence.** - `Max breadcrumbs`: max number of prior locations to keep - `Truncate length`: max label length before truncation + +## Acknowledgements + +- Hat tip to [Joel Chan](https://github.com/joelchan) for the original Breadcrumbs extension work. +- Previous repository: [joelchan/roam-breadcrumbs-extension](https://github.com/joelchan/roam-breadcrumbs-extension) +- Credit for prompting and testing support in this fork.