Write Implied Breadcrumbs to the current file. How should this work? #123
SkepticMystic
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
I can see the benefit as if links are to be supported in the metadata this would make a great addon; my only doubt is how kilometric some yaml entries would get. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everybody :) I'm working on a new feature which would write yaml to the current file.
For example, if
A
hasparent: [[B]]
, then this feature would write the following toB
when run:Note a few things:
relation: ['Link']
. I'm using the syntax that Licat intends to support for links in yaml. This is already picked up by Breadcrumbs, and so I want to encourage its use.parent
, so it uses the user's hierarchies to detect that the opposite of that ischild
. If there is no opposite field supplied, it currently uses<Reverse>Parent
, instead ofchild
. This could use some work, so I'm open to suggestions on how to do this better when there is no opposite field to fall back on.Please share your thoughts on this feature, I will be publishing a working release soon for testing. Let me know if there is something I've missed, or suggestions on how to do this better.
Beta Was this translation helpful? Give feedback.
All reactions