Skip to content

Financial Documentation and Tracking using CSV format and Chart.js directly in Obsidian

License

Notifications You must be signed in to change notification settings

studiowebux/obsidian-findoc

Repository files navigation

Findoc Logo

Obsidian Fin Doc

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.

Report Bug · Request Feature · Discord Support


About

  • 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

Installation and Usage

Full Documentation is available here


Changelog

See CHANGELOG


Releases and Github Actions

git tag -a X.Y.Z -m "Version X.Y.Z"
git push origin tags/X.Y.Z

Contributing

  1. Fork Repository
  2. Commit your changes
  3. Push your changes
  4. Create a PR

Local Development

npm install
npm run build

Documentation

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

License

Distributed under the MIT License. See LICENSE for more information.

Contact

About

Financial Documentation and Tracking using CSV format and Chart.js directly in Obsidian

Resources

License

Stars

Watchers

Forks

Sponsor this project

  •  

Packages

No packages published