## Journey New Feature Development - The ability to define a list of tags that are excluded - Being able to exclude specific folders - An option to just have results be shown plain black on white - Avoid notes with a specific word in the title (e.g. “index”) - An option to automatically create links when copying to clipboard - A place to share your most freaky random note journey - Add a method that we can use to “tip” (with money, not emojis) this plugin - Auto-complete search box for Starting and Ending note - Integrate the plugin with the “execute command” dialogue (ctrl + p) - The results display could have clickable note names - The results could be copied to the clipboard with `![[Obsidian transclusion URLs]]` - Choose which # “tag” to use for the Starting or Ending note ``` Feature: Creators want to spend their time with the fun (discovery, creating connection, adding color) and the hard part (editing, rewriting) of creation. They don't want to spend time on dealing with 'boilerplate shit' such as figuring out the outline, 'stretching the canvas', 'mixing the paints', 'setting up the studio' etc. As a: Content creator I want to: See the shortest path between two notes as a table of content So that: I can create an exciting new text more easily Scenario: I want to write a new text Given I have more than one note in Obsidian And the notes are all connected When I select a 'start' note And I select an 'end' note And I click the 'Find shortest path' button Then I see a status bar telling me it's searching And I see a new note on my screen And I see a list of links to notes And I see the 'start' note as the first link And I see a list of links to notes along the path And I see the 'end' note as the last link ```