New Plugin: Journey - Find the story between your notes

I’m using that as an example of how the notes connect. I’m fine with the list, but I want to see how my notes connect even if they’re as random as one of those maps. Sorry for the confusion.

1 Like

I don’t know what forward means in the context of a collection of notes. So, I would say that to arbitrarily limit the direction of links is not a good idea (i.e, A and C should be allowed to connect). But to intentionally direct links is a very good idea. E.g., I want to see how topic X has changed in the last 5 years. In this case time is an appropriate limit (i.e., A should not be allowed to connect to C). Does this make sense?

In my mind, the most important note is the one that triggers the journey. It is usually the one I have just written. The one that is relevant to me now. (I do not know why anyone would want to connect old notes together except to say, hey that’s cool). Focusing on the present makes sure that your “journey” is relevant, and that you don’t generate gnarled mess of connections. Because as @Klaas wrote: everything related to philosophy? A bit far-fetched.

You’re right @Klaas, though I didn’t really use the word “related,” I do tend to use that and “connected” interchangeably, which probably showed from the way I used it.

@ryanjamurphy explained it well

Nevertheless, the point I was trying to make was of how two topics are connected based on the links in between, which is what I’m seeing from this plugin, and thus made the connection with xefer. Two topics may not be related per se, but following the links in between as well as how our mind starts from one topic and ends with a waaayy different topic—who’s to say we can’t make the “connection” between say sushi and philosophy?


Now, so that this post isn’t too unrelated, I want to talk about the plugin, though the connection I’ll make here isn’t going to be exactly the same with how @akaalias demonstrated it…

From experience, seeing or finding the connection between two unrelated topics is fun, whether I’m just letting my mind wander or when having a conversation with a close friend, asking the question “how did I/we get here?” and then tracing my/our steps back to surprise ourselves with how far the topics have gone. I think this plugin can add more value in finding connections between our notes by bringing in the fun we get that’s similar (though not exactly the same) from letting our minds wander into our vault. It can make things easier when we tend to force ourselves to find the connection between two seemingly unrelated notes when the connections aren’t obvious, and it can simply make things more fun, which makes the work more sustainable. I’m personally excited for this plugin so that I can see these not-so-obvious connections between my notes and I’m also just curious of how much fun I can have with it :wink:

3 Likes

Your plugin sounds very interesting @akaalias. Reminds me of the large-hierarchy visualization problem that Lamping et. al., from Xerox PARC, described in 1995. (It’s a quick read.)

Tinderbox tries to address this with its hyperbolic view – not very successfully, IMO, because the underlying link data in a Tinderbox model are so rigid. Will definitely want to try out your plugin to see if it improves the speed and quality of suggested pathing.

2 Likes

To this request, I would ask for one more connection , if possible….Aliases in YAML.

1 Like

A quick update

Hi there!

First of all, I want to thank you for sharing your comments and ideas. This has been so incredibly helpful and encouraging for me to move forward building this little tool for you.

I want to give you a quick update on…

  1. Where we are in the process of submitting the plugin
  2. What features you can expect in the upcoming release

Where we are in the process of submitting the plugin

From submission to in-the-plugin-directory usually takes between 3-5 days. There are currently no other pull-requests, so this may even go faster.

I will share an update as soon as I get QA feedback from team Obsidian!

What features you can expect in the upcoming release

As you know, at the heart of it, this plugin finds the journey between two notes in your Obsidian vault.

Based on your feedback and comments, I realized that there are many different ways to go on that journey! As cestvrai wrote:

I’ll only add that the more configurable this is the better.

So I’ve created a bunch of features you can mix and match them as you see fit just like you’d set your cars navigation:

Maybe today, all you care about is getting from A to B quickly… Maybe tomorrow, you have more time to “take the scenic route”…

Here are the key features:

  • Feature 1: Use “Forward-Links” (Enabled by default)
  • Feature 2: Use “Back-Links” (Enabled by default)
  • Feature 3: Using Tags (Disabled by default)
  • Feature 4: “Take the scenic route” aka Avoid MOCs (Disabled by default)
  • Feature 5: “I feel lucky”

I want to demonstrate what EACH FEATURE does as simply as possible because each feature has a DIRECT IMPACT to whether the plugin CAN FIND or CANNOT FIND a path between your two notes

So, let’s start by imagining this very basic vault with 4 notes. “Note A”, “Note B”, “Note C” and “Note D”

  • A links to B
  • B links to C
  • C shares the same tag as D

Feature 1: Use “Forward-Links” (Enabled by default)

Links are basically one-way streets from one note to the next. That means the plugin will show you only a path IF a forward-linked path exists but it won’t show you a path that goes “against” the one-way street.

With the example and this feature turned ON, the plugin will…

  • :white_check_mark: Successfully find you a path from A to C (Via B)
  • :stop_sign: NOT find you a path from C to A because that would be against the one-way street

Feature 2: Use “Back-Links” (Enabled by default)

This is basically the inverse of using “forward-links”. With this feature, your navigation system will find ONLY paths that are based on going against the one-way streets.

With the example and this feature turned ON, the plugin will…

  • :white_check_mark: Successfully find you the path from C to A (Via B) because the back-links point that direction
  • :stop_sign: NOT find a path from A to C because there are no steps it can follow

Feature 3: Using Tags (Disabled by default)

Thank you alltagsverstand for the idea which I had not thought of and which resonated with many of you.

As the name suggests, Tags can now also be used to find a path between two notes.

With the example and this feature turned ON, the plugin will…

  • :white_check_mark: Successfully find the path from C to D (C → #tag → D)
  • :white_check_mark: Successfully find the path from D to C (D → #tag → C)

If you additionally have Back-Links and Forward-Links enabled as well, you can now find the path from:

  • :white_check_mark: A to D (A → B → C → #tag → D)
  • :white_check_mark: D to A (D → #tag → C → B → A)

You can Mix-and-Match ALL features!

For maximum discovery, you can turn all features on and use them together. Forward-Links, Back-Links, Tags, Scenic Route etc.

Feature 4: “Take the scenic route” aka Avoid MOCs (Disabled by default)

One of thoresson’s many ideas that turned out to be really, really useful when I started to pressure-test finding cool paths.

Avoid Y (perhaps a tag used for MOC and other structured notes so that only atomic notes are included in the journey)

If turned on, this feature will exclude finding a path via MOC notes and help you “take the scenic route” instead. With this feature, you avoid passing through the “big city” (aka MOC) and instead find a path less traveled.

In the following example, with this feature turned ON, the path from A to C would be:

  • A → Foo → Bar → C (instead of A → MOC → C)

“How many links make an MOC?”

A sub-feature for “taking the scenic route” where you can define at what amount of links inside a note makes it an MOC to avoid.

Feature 5: “I feel lucky”

Choosing your Starting and Ending note isn’t so easy I found.

So I’ve added a little “I feel lucky” button that shuffles through your notes and selects two random notes in your vault for you.

It’s REALLY FUN to kick-start discovery this way.

Thank you

A huge shout-out to thoresson, alltagsverstand, Thecookiemomma, cestvrai, matteor, Danashafir, EhuddRomero, I-d-as, osgav, Erick_James_Dodge, 3mbry0, Klaas, ryanjamurphy, EdElgar and Daveb08 for helping making this awesome for everyone!

Finally…

As soon as the plugin is in the directory, I’ll share another update here.

Super excited to get this into your hands ASAP.

With best wishes from Berlin,

Alexis

21 Likes

@akaalias: wow, that is quite an update. You have done some truly impressive work. When I saw all the comments and suggestions, I thought “he is never going to be able to handle this”. Yet, here you are with the product.

I know it is still a bit early, but I want to extend a “pre-congratulation” to you !

5 Likes

This is so incredibly cool! :+1: :smiley:

Thanks a lot for this great tool! Can’t wait to give it a try!

1 Like

Just had the idea that we should start a new thread: “Share your most freaky random note journey”… :laughing:

2 Likes

This is just crazy, in the best possible way. Is it possible you have just made wading through my morass of old notes fun? Vielen Dank @akaalias!

1 Like

Wow! Can’t wait to try this out!

1 Like

I seriously can’t wait for this!! How fun and incredibly useful!

1 Like

Just here to get updated - I’m so excited! As a writer, I noticed kind of an “always going the same paths”-routine/blindness in my vault so let’s discover new routes :slight_smile:
Big thank you and greetings from and to Berlin!

3 Likes

I’m impressed and grateful for your determination to make this work.

Makes me once again realize that the Obsidian team needs to add a method that we can use to “tip” (with money, not emojis) those who contribute plugins.

4 Likes

Whoohoo, the plugin is ready for you to use!

I’m so excited for you to give this a spin.

How to install:

  1. Click on the Settings button in the left side-bar (The gear icon)
  2. Click on “Community Plugins”
  3. Click on “Browse”
  4. Search for “Journey”
  5. Click “Install”

How to activate:

  1. Click on “Community Plugins”
  2. Scroll down and find “Journey”
  3. Toggle on the right to activate

How to discover new journeys in your vault

Super simple:

  1. Click on the Journey icon in the sidebar (It looks like a “Z”, icon TBD btw.)…which will open your search window:
  2. Select a Starting and Ending note (or hit the “I feel lucky” link and see what happens)
  3. Click on “Find Journey” to start the search
  4. …after a moment of searching, you should see the the shortest route through your vault between those two notes
  5. Either copy this route to your clipboard or start a new search

Play with the settings

As I wrote above, you can mix-and-match forward-links, backward-links, tags, taking the scenic route etc.

Experiment, play around and see what works for you!

I want to hear your feedback

My biggest question is if this process helps you find something that you’re excited about. If it does, please share what you’ve discovered! If it doesn’t, let me know why and what you need to succeed.

Send me a direct message after you’ve experimented for a bit and we’ll talk about your experience!

With best wishes and let’s have some FUN! :tada:

Alexis

16 Likes

I am delighted!
I love this plug-in, it’s a creative and useful tool.
Thank you very much for having created it.
Max

1 Like

Sorry there’s no built-in way yet, because it’s pretty complicated if we were to handle the payment somehow.

Nonetheless, we encourage others to join GitHub sponsor or put a PayPal link in the plugin settings page so people can show their appreciation.

Some examples:
https://www.patreon.com/kepano
https://www.buymeacoffee.com/kepano
https://www.buymeacoffee.com/tallguyjenks
https://www.buymeacoffee.com/tgrosinger
https://github.com/sponsors/deathau (Licat is sponsoring as well!)

@akaalias Please don’t hesitate to set up some way to support you if you like the idea! Seems like people are LOVING this plugin :heart:

12 Likes

Great work, this is fantastic! And somewhat addictive when I should be doing other things :smiley:

A feature request for you: the ability to define a list of tags that are excluded from the journey (both “I feel lucky” and the actual journey search). For example, I’d like to exclude my daily notes, template notes and a few other notes types I use but still allow tags in general as part of the journey.

And now that I write this, it occurs to me that being able to exclude folders would also do this given how I’ve structured my vault. Maybe support both? :wink:

6 Likes

Was just thinking the same thing after giving it a spin! I would love to exclude my daily notes folder.

2 Likes

Really good result @akaalias!!!

One tweak please – the background/foreground color in the results pane make the results hard to read. Can we have an option to just have plain black on white?

Boring … but useful.

3 Likes