vrtmrz / obsidian-livesync

MIT License
3.96k stars 134 forks source link

[Feature Request] Timeline Visualization compatibilty #316

Open alx-xlx opened 8 months ago

alx-xlx commented 8 months ago

I think it would be super cool to visualize the timeline of the obsidian brain with something like gource.

acaudwell/Gource

At the moment we are just adding data to obsidian without any time and user/device tracking. I don't think it would be that difficult as it just needs a log file.

OR are their other ways to achieve the same.

dlphnkck commented 8 months ago

Hi! Are you making a mistake? Are these the Self-hosted LiveSync plugin issues? What does this have to do with the LiveSync plugin?

alx-xlx commented 8 months ago

Hi! Are you making a mistake? Are these the Self-hosted LiveSync plugin issues? What does this have to do with the LiveSync plugin?

You are right its not a Obsidian-Livesync issue, It's a feature request you can clearly see that in the title, I think "Self-hosted LiveSync plugin" is the perfect plugin for this purpose, as it keeps a record of all updates to markdown files from different devices. All it needs is to generate a separate log file with gource readable syntax.

And with this log file/files anyone can run the gource on their system to generate the visualization.

I am not saying to integrate gource into the plugin.

This is just a suggestion idea.