This Obsidian plugin enables users to visualize the historical growth of your vault by displaying a graph that tracks the number of files over time
Usage
Use the Vault Size History button in Ribbon bar to display the graph.
Graph Legend allows to hide/show graphs for different categories of the files:
Markdown Files
displays .md files.Other Files
displays all files with file extension other than .md.All Files
displays grand total of previous two i.e. all files within the Vault.
Settings
The settings page allows you to change the display format of the dates.
Examples of supported formats:
- mm/dd/yyyy - 01/28/2024
- m/d/yy - 1/28/24
- yyyy-mm-dd - 2024-01-28
Feedback
If you encounter any issues or have feedback about the plugin, feel free to open an issue on the GitHub repository.
Acknowledgements
The plugin would not be possible without the community:
- Obsidian is the host application for the plugin.
- Plugin uses Apache ECharts to render graphs.