#dataview-integration
View:
  • 1.
    Super Simple Time Tracker
    3 years ago by Ellpeck
    favorite
    share
    Score: 59/100
    The Super Simple Time Tracker plugin allows users to track time spent on various tasks directly within their notes in Obsidian. By inserting a time tracker into any note, users can start and stop tracking time seamlessly, with the data stored persistently even if Obsidian is closed. Each time segment can be named or left unnamed, and the plugin provides an intuitive table to view time entries. The tracked data is stored in JSON format within the note and can be accessed or analyzed using DataviewJS for advanced users. This plugin is ideal for monitoring productivity or managing project timelines efficiently.
  • 2.
    Object Oriented Thinking
    11 days ago by Tiago Jacinto
    favorite
    share
    Score: 50/100
    The Object Oriented Thinking plugin introduces inheritance like behaviour to notes by allowing one note to extend another using frontmatter properties. It provides utility methods for querying and determining hierarchical relationships between notes, enabling advanced workflows where child notes can inherit attributes from parent notes. Developers can leverage these methods in Dataview queries or custom scripts to build dynamic, object-oriented structures within their vault. This makes it particularly useful for organising complex systems like task hierarchies, documentation, or knowledge bases.