All Projects → SkepticMystic → breadcrumbs

SkepticMystic / breadcrumbs

Licence: MIT license
Visualise a custom hierarchy in your Obsidian vault. API: https://skepticmystic.github.io/breadcrumbs/

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects

Projects that are alternatives of or similar to breadcrumbs

obsidian-tracker
A plugin tracks occurrences and numbers in your notes
Stars: ✭ 661 (+121.07%)
Mutual labels:  obsidian-md
MLDemos
Machine Learning Demonstrations: A graphical interface to draw data, apply a diverse array of machine learning tools to it, and directly see the results in a visual and understandable manner.
Stars: ✭ 46 (-84.62%)
Mutual labels:  visualisation
agrid
A grid for modelling, analyse, map and visualise multidimensional and multivariate data
Stars: ✭ 16 (-94.65%)
Mutual labels:  visualisation
obsidian-hub
Resource hub for Obsidian resources.
Stars: ✭ 332 (+11.04%)
Mutual labels:  obsidian-md
obsidian-icon-swapper
Allows swapping out Obsidian's icons
Stars: ✭ 30 (-89.97%)
Mutual labels:  obsidian-md
obsidian-plugin-template
Template for Obsidian.md Plugins
Stars: ✭ 32 (-89.3%)
Mutual labels:  obsidian-md
python-tsp-simulated-annealing
Visualisation of Simulated Annealing algorithm to solve TSP
Stars: ✭ 41 (-86.29%)
Mutual labels:  visualisation
PKMigrator
Tools to migrate between various Personal Knowledge Management Utilities
Stars: ✭ 36 (-87.96%)
Mutual labels:  obsidian-md
obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (-26.76%)
Mutual labels:  obsidian-md
obsidian-convert-url-to-iframe
Plugin for Obsidian.md to convert a selected URL to an iframe.
Stars: ✭ 132 (-55.85%)
Mutual labels:  obsidian-md
longform
A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.
Stars: ✭ 311 (+4.01%)
Mutual labels:  obsidian-md
statusbar-pomo-obsidian
A status bar pomodoro timer plugin for Obsidian.
Stars: ✭ 51 (-82.94%)
Mutual labels:  obsidian-md
qvisualisation
Visualisation toolbox based on Qt WebEngine and D3.js
Stars: ✭ 25 (-91.64%)
Mutual labels:  visualisation
life-disciplines-projects
Life-Disciplines-Projects (LDP) is a life-management framework built within Obsidian. Feel free to transform it for your own personal needs.
Stars: ✭ 130 (-56.52%)
Mutual labels:  obsidian-md
obsidian-link-archive
Link Archive plugin for Obsidian
Stars: ✭ 94 (-68.56%)
Mutual labels:  obsidian-md
obsidian-todoist-plugin
Materialize Todoist tasks in Obsidian notes
Stars: ✭ 521 (+74.25%)
Mutual labels:  obsidian-md
pycobra
python library implementing ensemble methods for regression, classification and visualisation tools including Voronoi tesselations.
Stars: ✭ 111 (-62.88%)
Mutual labels:  visualisation
SortVis
https://airtucha.github.io/SortVis
Stars: ✭ 23 (-92.31%)
Mutual labels:  visualisation
oz-image-in-editor-obsidian
This Obsidian plugin to view Images, Transclusions, iFrames and PDF Files within the Editor without a necessity to switch to Preview.
Stars: ✭ 243 (-18.73%)
Mutual labels:  obsidian-md
obsidian-better-pdf-plugin
Goal of this Plugin in to implement a native PDF handling workflow in Obsidian
Stars: ✭ 120 (-59.87%)
Mutual labels:  obsidian-md

Breadcrumb Trail

This plugin adds multiple new views to Obsidian.

The wiki has way more in-depth info on the plugin than this current outdated and limited readme file.

Join our discussions in GitHub or Discord! For example, learn how other users get the most out of Breadcrumbs.

You can find the changelog here.

Basics

Breadcrumbs plugin lets you add hierarchical metadata to your notes and then leverage that structure.

Use

  • up/parent (↑)
  • unordered same/sibling ()
  • directional/orderly sibling (previous (←)/next (→))
  • down/child (↓)

relationships in your notes. You can name those relationship types anyway you want that best fits your purpose (up/parent/top/high/ancestor/founder/source/foo).

To get this structure, the plugin requires that you use some type of metadata indicating the hierarchy of notes:

  1. Frontmatter field. This is a field in the yaml format at the very top of your note. For example the me.md file could have the following frontmatter:
---
parent: [[dad]]
parent: [[mom]]
sibling: [[sister Lara]]
child: [[child Andre]]
---
  1. Inline (must use the Dataview plugin), among the normal text like this:
Punching is a very effective MMA technique (sibling:: [ [[Kicking]], [[Elbowing]], [[Kneeing]] ], parent:: [[Striking]])

(notice the double colon for the Dataview inline metadata).

  1. You can combine both approaches as well. For example your Course. 101 - Basics of Financing.md file might have the following content:
---
up: [[Year 2022 courses]]
same: [[Course. 103 - Basics of Programming]]
---
# Course. 101 - Basics of Financing
This course teaches the basics of financing. It contains several sub-areas:
- down:: [[101 - Basics of Financing. Lectures]]
- down:: [[101 - Basics of Financing. Group work]]
- down:: [[101 - Basics of Financing. Essay]]

Next:: [[Course. 201 - Advanced Financing]]

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 (Ctrl+P).

Breadcrumbs Trail view

This view shows a trail of notes from the top of your vault down to your current note:

image

Using this structure that you impose, you can use the breadcrumb trail to visualise the path back to your parent note.

Juggl view

The Juggl plugin is tightly integrated with Breadcrumbs, such as with the Juggl view that can automatically be added above your current note:

Videos

Latest tutorial as of 2022-01-02

image|100

Video going in-depth into Threading feature, by @blizzingout

http://youtube.com/watch?v=AS5Mv6YNmsQ

First video about Breadcrumbs

image

Feed my coffee problem

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].