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.
- Open and Edit CSV Files in Obsidian
- Generate Charts (Line, Pie, Radar) and Table Reports using CSV data
- Advanced Model Management: Add, edit, duplicate, and delete custom models via settings
- Enhanced Data Processing: Quarter/week splitting, category analysis, value ranges
- Resizable charts with professional table views
- Support Desktop and Mobile (tested on Windows, MacOS and Iphone)
- Using Chart.js and mathjs
- Plugin for Obsidian.md
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- Fork Repository
- Commit your changes
- Push your changes
- Create a PR
npm install
npm run buildminimaldoc 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 8003Distributed under the MIT License. See LICENSE for more information.
- Tommy Gingras @ tommy@studiowebux.com | Studio Webux
