Timeline graph

It would be useful if there was a feature that allowed me to chart a given link/node in timeline view. I’m thinking the x-axis is the date, the y-axis is the word count per note, and there are points all along the graph for individual notes which I can hover over for a preview, or click into.

18 Likes

Hi! I think it would be nice a graph mode to display the notes like an historical timeline. I think it would be a nice way to work if we add an specific tag to the note to enabled it to the timeline, for instance: {{timeline: 04081760}}

What do you think?

8 Likes

There are several instances where a timeline would be very actually extremely useful in both my personal notes and more useful in my work notes. I am presently hand making these but a way to give some automation to it would be great

8 Likes

Perhaps you could also try:

gitGraph:
options
{
    "nodeSpacing": 150,
    "nodeRadius": 10
}
end
commit
branch newbranch
checkout newbranch
commit
commit
checkout master
commit
commit
merge newbranch

Note:
This is experimental mermaid but it seems to display OK results.

Hope it fits your original question

2 Likes

You could make a single interactive view for both this and a breadcrumb visualization