studiowebux9k downloadsFinancial documentation and tracking using CSV format and Chart.js.
Obsidian.md plugin to read and edit a CSV file, then use it as a data source to generate charts.
I invite you to create PR and Issues with ideas, improvements and etc.
Full Documentation is available here
See CHANGELOG
git tag -a X.Y.Z -m "Version X.Y.Z"
git push origin tags/X.Y.Z
npm install
npm run build
minimaldoc build \
--base-url / \
--description "Obsidian.md plugin to read and edit a CSV file, then use it as a data source to generate charts." \
--title "Obsidian FinDoc" \
--llms \
--output ./output \
./docs/
python -m http.server -d output 8003
Distributed under the MIT License. See LICENSE for more information.