Skip to content

Instantly share code, notes, and snippets.

@LightAndLight
Created June 30, 2021 11:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LightAndLight/f8f33dc5fa8a185420d7e21d4452a46d to your computer and use it in GitHub Desktop.
Save LightAndLight/f8f33dc5fa8a185420d7e21d4452a46d to your computer and use it in GitHub Desktop.
neuron questions

Suppose I have two zettels, A and B:

A.md        B.md

Then I link from B to A with something like, "[[A]] provides a good summary of topic blah".

I now have a graph like this:

A.md  <---  B.md

In the 'Impulse', this relationship would be rendered as:

  • B
    • A

My issue is that this shows a hierarchy that I didn't intend. A isn't a child of B, and B isn't a child of A - I linked from B to A with the intention of creating a non-hierarchical relationship. If I wanted a hierarchy, I'd prepend or append # to the link.

I'd prefer to see this as a result of my plain [[..]] link:

  • B
  • A link icon

Thoughts?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment