Skip to content

Feature request - @tagging other items in a note/the pad, diagram arrows within a note pointing to the tagged item. #462

@petteremil

Description

@petteremil

Is your feature request related to a problem? Please describe.
Organizing elements inside a note, to show links and such.
The usecase I'm thinking of is documenting code, so a simple example would be if you have some functions/classes that interacts with other classes/functions, then it would be nice to display this relation somehow..

Describe the solution you'd like
maybe an arrow between text/elements in a note. Not sure what the best implementation would be in this structure that exists..
Maybe there could be a direct link in the text, you have hashtags now, but say you could link to a text/item directly with @ or something, then an arrow showing the direction (so if you tag @y in x, the arrow would point towards @y from x, and if you had an @x in y at the same time, the arrow would be bi-directional..). I guess that if this was to be possible, each note would need to have some sort of unique name/id you could reference, I assume it could be unique only within a note, if you limit the tagging to within the note. otherwise if you want tagging to be allowed throughout the pad, then maybe you add a prefix for the note or section+note too, of course the arrow system would only work inside a note, but clicking on the tag to go to another note and item would probably be nice to be able to do.

Describe alternatives you've considered
I guess you could just use a drawing to denote information flow between two items, but that gets complicated as soon as you move one of the items in the note, so something that just kept pointing correctly would be great, like a typical diagram arrow system.

Additional context
If someone picks this up, they could make it more interesting to code, if they add functionality for the arrows to go around other objects instead of just taking the straight path across anything else to the tagged object. Also, if you implement tagging globally, then another interesting challenge could be to jump to the coordinates of the item you clicked the link of.

Hope this hasn't been suggested already, I tried looking at the boards and issues, and couldn't find anything except the newly added hashtags, so I thought I'd at least suggest it 😊

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions