Write Implied Breadcrumbs to the current file. How should this work? #123
Closed
SkepticMystic
started this conversation in
Ideas
Replies: 2 comments 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
-
|
This shipped 🎉 In v4 it's the "Freeze implied edges to note" command (Command Palette → Breadcrumbs: Freeze implied edges to note). It writes the note's implied edges into its frontmatter as explicit fields, exactly as proposed here (e.g. an implied Since the feature now exists, closing as resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everybody :) I'm working on a new feature which would write yaml to the current file.
For example, if
Ahasparent: [[B]], then this feature would write the following toBwhen 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