Giter Club home page Giter Club logo

breadcrumbs's Introduction

Breadcrumb Trail

This plugin adds multiple new views to Obsidian.

The wiki has more in-depth info on the plugin than the readme.

You can find the changelog here.

Basics

Breadcrumbs lets you add hierarchical metadata to your notes, then leverage that structure. Using and up (↑), same (→), and down (↓) relationship, you can add directional structure to your notes.

Matrix/List view

This view shows the current note's parents, siblings, and children in either of the following styles:

image

image

To open the view in your sidebar, run the command Breadcrumbs: Open View from the command palette.

Breadcrumbs Trail view

This view shows a trail of notes from the top of your vault (See Settings#IndexNote) down to your current note

image

To get this structure, the plugin requires that you use some type of metadata indicating the hierarchy of notes. For example, you may have a yaml field called parent, which links to the current note's "parent" note: parent: [[Parent Note]]. (You can also use inline Dataview fields parent:: [[Parent Note]]). Using this structure that you impose, you can use the breadcrumb trail to visualise the path back to your parent note.

Settings

Index/Home Note

You need to supply the name of your vault's index/home note. If it is called 000 Home.md, for example, just enter 000 Home in the setting input field. If the index is nested inside folders, still just use the name of the note. Folder/Index.mdIndex, for example.

Parent Field

You also need to give the name of the field you use to indicate parent notes. For example, if you use parent: [[Note]], then enter parent into the setting field.

Sibling Field

The name of the field used to indicate notes on the same level as the current one. Related Notes: [[Note]] -> Related Notes, for example.

Child Field

The field used to show "narrower" notes, like Subtopic: [[Note]], or child:: [[Note]]

Feed my coffee problem

If you're so inclined, you can buy me a coffee over here: https://ko-fi.com/skepticmystic :)

breadcrumbs's People

Contributors

skepticmystic avatar hemile avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.