Skip to content

A plugin to chart or visualize trends in the values of page properties over time.

License

Notifications You must be signed in to change notification settings

sawhney17/logseq-property-visualizer

Repository files navigation

logseq-property-visualizer

A plugin to chart or visualize trends in the values of page properties over time.

Setup

  1. First ensure that you have hkgnp's Table Render and Chart Render plugins
  2. Use the slash menu and type property visualizer
  3. Assign variables in the syntax
    • {{renderer :property_visualizer, {property name}, {type of graph or table}, {graph or table}, {last x days}}
  4. Base the types from the readme of either plugin
  5. Samples
    • {{renderer :property_visualizer, happiness, line white 300, chart, 40}}

      • Will generate lined chart, with width 300, color white, graphing property "happiness" over the last 40 days
      • Screen Shot 2022-01-17 at 9 31 53 PM
    • {{renderer :property_visualizer, fulfillment}}

      • Will generate table with sum, median and average.
      • Screen Shot 2022-01-17 at 9 30 51 PM
    • {{renderer :property_visualizer, happiness, data nosum}}

      • Will generate simple table showing the values of happiness
      • Screen Shot 2022-01-17 at 9 34 52 PM
  6. Important: Will only fetch page properties of journal pages
    • Add a page property to every journal page when you want to track something
    • Track habits, word written, etc.

Limitations

  1. Only works when property is mentioned on the page property of a journal page
    • Screen Shot 2022-01-17 at 10 22 19 PM

About

A plugin to chart or visualize trends in the values of page properties over time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published