An Obsidian plugin to track study sessions for notes. Keep count of how many times you've studied each note, helping you track your progress and maintain a consistent study schedule.
- Track the number of times you've studied each note
- View counts in the status bar and in note frontmatter
- One-click increment via ribbon icon or command
- Manage your study data through a dedicated settings panel
- Open Settings in Obsidian
- Go to Community Plugins and turn off Safe Mode
- Click Browse and search for "Study Tracker"
- Install and enable the plugin
- Download the latest release from the releases page
- Extract the files to your vault's plugins folder:
.obsidian/plugins/study-tracker/ - Reload Obsidian
- Enable the plugin in Settings > Community Plugins
- Open a note you want to track
- Click the checkmark icon in the ribbon or use the "Record Study Session" command
- View your study count in the status bar
- See all study data in Settings > Study Tracker
- Clone this repository
- Run
npm install - Run
npm run devto start compilation in watch mode
MIT