SolidTime Integration

by proniclabs
5
4
3
2
1
Score: 52/100

Description

The SolidTime Integration plugin brings time tracking directly into your workflow by connecting your vault with your SolidTime.io account. It offers a sidebar tracker where you can view and control active timers, edit descriptions, switch projects, toggle billable status, and manage tags-all without leaving your notes. The plugin also supports status bar updates, modal-based commands to start or stop timers, and automatic syncing of your SolidTime data like projects, tasks, and tags. It's designed for users who want to track focused work sessions while staying within their note-taking environment. With real-time updates and customisable settings, this plugin makes it easy to maintain productivity logs alongside your work notes.

Reviews

No reviews yet.

Stats

4
stars
242
downloads
0
forks
359
days
276
days
276
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
1
total issues
0
open issues
1
closed issues
0
commits

Latest Version

9 months ago

Changelog

README file from

Github

SolidTime Integration Plugin for Obsidian

GitHub release (latest SemVer) GitHub All Releases

Connect Obsidian with your SolidTime.io account to seamlessly track your work time directly within your vault. Start, stop, and view your current timer without leaving Obsidian.

SolidTime Tracker Sidebar View

Features

  • Connect to SolidTime: Securely connect to your SolidTime account using an API Token.
  • Sidebar Tracker View:
    • Displays the currently running timer's description, project (with color indicator), and elapsed duration.
    • Shows icons indicating billable status and whether tags are applied.
    • Provides a prominent Play/Stop button to control the timer.
    • Allows editing the running timer's description directly in the view.
    • Allows changing the running timer's project via a suggestion modal.
    • Allows toggling the billable status of the running timer.
    • Allows selecting/deselecting tags for the running timer via a modal (includes creating new tags).
  • Status Bar Item: Shows the current timer's duration and project/description (configurable) in the Obsidian status bar.
  • Commands:
    • Start Timer (opens a modal to select project, task (optional), description, tags, billable status).
    • Stop Current Timer.
    • Show Tracker View (opens the sidebar view).
    • Show Current Timer Details (displays timer info in a notice).
    • Refresh SolidTime Data (manually updates projects, tasks, tags).
    • Refresh User Info.
  • Modals:
    • Start Timer Modal for detailed entry creation.
    • Project Suggestion Modal for quick project selection.
    • Tag Selection Modal for managing tags on running timers (supports creating new tags).
  • Automatic Refresh: Periodically fetches updated project/task/tag lists and checks the current timer status (intervals configurable).

Requirements

  • Obsidian v1.0.0 or higher.
  • A SolidTime account (solidtime.io).
  • A SolidTime Personal Access Token.

Installation

  1. Open Obsidian Settings > Community Plugins.
  2. Ensure "Restricted mode" is off.
  3. Click Browse community plugins.
  4. Search for "SolidTime Integration".
  5. Click Install.
  6. Once installed, click Enable.

Manual Installation

  1. Download the latest release files (main.js, manifest.json, styles.css) from the Releases page.
  2. Navigate to your Obsidian vault's plugins folder: YourVault/.obsidian/plugins/.
  3. Create a new folder named obsidian-solidtime-integration.
  4. Copy the downloaded main.js, manifest.json, and styles.css files into this new folder.
  5. Reload Obsidian (Ctrl/Cmd+R or close and reopen).
  6. Go to Settings > Community Plugins, find "SolidTime Integration", and enable it.

(Alternatively, use the BRAT plugin to install pre-releases or directly from the repository URL.)

Configuration

After installing and enabling the plugin, you need to configure it:

  1. Generate API Token:
    • Log in to your SolidTime account (app.solidtime.io).
    • Navigate to your user profile settings / API section. SolidTime API Token Guide
    • Create a new Personal Access Token. Give it a descriptive name (e.g., "Obsidian Plugin").
    • Important: Copy the generated token immediately. You won't be able to see it again.
  2. Obsidian Settings:
    • Open Obsidian Settings > SolidTime Integration (in the sidebar under Community Plugins).
    • SolidTime API Key: Paste the Personal Access Token you just generated.
    • SolidTime API Base URL: This usually defaults to https://app.solidtime.io/api. Adjust only if you are using a self-hosted instance.
    • Active Organization: Once the API Key and Base URL are entered correctly, this dropdown should populate with the organizations your user belongs to. Select the primary organization you want to track time for by default.
    • Default Billable: Choose whether new timers started via the plugin should be marked as billable by default.
    • Status Bar Update Interval: How often (in seconds) the status bar item should refresh the running timer's duration. Set to 0 to disable interval updates.
    • Data Auto-Fetch Interval: How often (in minutes) the plugin should automatically fetch updated lists of projects, tasks, and tags from SolidTime. Set to 0 to disable automatic fetching (you can still use the "Refresh SolidTime Data" command).

Usage

Sidebar View

  • Open: Use the "SolidTime: Show Tracker View" command from the Command Palette (Ctrl/Cmd+P).
  • Description: Shows the current timer's description. Click on it to edit the description while the timer is running. Press Enter or click outside the input field to save.
  • Project: Shows the current timer's project (with its color). Click on it to open a modal and select a different project (or no project) for the running timer.
  • Tag Icon (tag): Appears faint if no tags are applied, and colored if tags are present. Click to open a modal where you can select/deselect existing tags or create new ones for the running timer.
  • Billable Icon (dollar-sign): Appears faint if not billable, and colored if billable. Click to toggle the billable status of the running timer.
  • Play/Stop Button:
    • Shows a Play icon (green) when no timer is running. Click to open the "Start Timer" modal.
    • Shows a Stop icon (red) when a timer is running. Click to stop the current timer.
  • Duration: Displays the elapsed time for the currently running timer (updates every second).

Commands (Command Palette: Ctrl/Cmd+P)

  • SolidTime: Start Timer (Prompt): Opens a modal allowing you to enter a description, select a project, task (optional), tags, and set billable status before starting a new timer.
  • SolidTime: Stop Current Timer: Stops the currently running timer, if any.
  • SolidTime: Show Tracker View: Opens or focuses the sidebar view.
  • SolidTime: Show Current Timer Details: Shows a notification with details about the currently running timer.
  • SolidTime: Refresh SolidTime Data: Manually fetches the latest projects, tasks, and tags from your SolidTime account.
  • SolidTime: Refresh User Info: Manually refetches your user details from SolidTime.

Status Bar

  • An item appears in the bottom status bar.
  • When idle, it shows "SolidTime" (or "Setup Needed" if not configured).
  • When a timer is running, it displays an icon (⏱️), the elapsed duration, and potentially the project name and truncated description. Hover over it for more details.

Contributing

Contributions, bug reports, and feature requests are welcome! Please feel free to open an issue or submit a pull request on the GitHub repository.

Support

If you find this plugin helpful, consider supporting me. Every help is appreciated.

"Buy Me A Coffee"

License

This plugin is released under the MIT License.

Acknowledgements

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
TaskNotes
10 months ago by Callum Alpass
Task and time-tracking management with calendar integration for Obsidian
Note Toolbar
2 years ago by Chris Gurney
Flexible, context-aware toolbars for your notes in Obsidian.
Smart Composer
2 years ago by Heesu Suh
AI chat assistant for Obsidian with contextual awareness, smart writing assistance, and one-click edits. Features vault-aware conversations, semantic search, and local model support.
Reading Time
6 years ago by avr
Hotkeys++
6 years ago by Argentina Ortega Sainz
Adds hotkeys to toggle todos, ordered/unordered lists and blockquotes in Obsidian
Tab Switcher
5 years ago by Vinzent & phibr0
Tab Switcher - Obsidian Plugin
TODO | Text-based GTD
5 years ago by Lars Lockefeer
Tasks Calendar Wrapper
3 years ago by zhuwenq
This plugin currently provides a timeline view to display your tasks from your obsidian valut, with customizable filters and renderring options.
Status Bar Pomodoro Timer
5 years ago by kzhovn
A status bar pomodoro timer plugin for Obsidian.
Modal forms
3 years ago by Danielo Rodriguez
Define forms for filling data that you will be able to open from anywhere you can run JS
Contribution Graph
2 years ago by vran
generate interactive gitxxx style contribution graph for obsidian, use it to track your goals, habits, or anything else you want to track.
Gemini Scribe
a year ago by Allen Hutchison
An obsidian plugin to interact with Google Gemini
Floating Search
3 years ago by Boninall
A plugin for searching text by using Obsidian default search view.
TimeStamper
4 years ago by Martin Eder
A plugin for Obsidian to quickly insert customized date- and time-stamps to the currently active note
Typing Assistant
3 years ago by Jambo
Typing Assistant is a plugin that improves writing efficiency and provides a user experience similar to that of【Notion】
Super Simple Time Tracker
4 years ago by Ellpeck
Multi-purpose time trackers for your notes!
Autocomplete
5 years ago by Yeboster
Obsidian plugin to provide text autocomplete
Show Current File Path
5 years ago by Ravi Mashru
Obsidian plugin to show the file path of the current file in the status bar
Heading Shifter
4 years ago by kasahala
Easily Shift and Change markdown headings.
Toggl Track
5 years ago by Maxime Cannoodt
A Toggl integration plugin for the popular knowledge base application Obsidian.
Hotkeys for templates
5 years ago by Vinzent
Workbench
6 years ago by ryanjamurphy
A plugin to help you collect working materials.
Audio Notes
3 years ago by Jason Maldonis
Easily take notes on podcasts and other audio files using Obsidian Audio Notes.
Doubleshift
4 years ago by Qwyntex
Obsidian Plugin to open the command palette by pressing shift twice
Shortcuts extender
6 years ago by kitchenrunner
Plugin for Obsidian: Use shortcuts for input special symbols and changing level of headings without language switching
Daily Stats
5 years ago by Dhruvik Parikh
Plugin to view your daily word count across all notes in your Obsidian.md vault.
Word Sprint
4 years ago by Andrew Lombardi
Obsidian Word Sprint plugin
Mxmind Mindmap
2 years ago by mxmind
mxmind for obsidian plugin
Personal Assistant
3 years ago by edony
A plugin that harnesses AI agents and streamlining techniques to help you automatically manage Obsidian.
Journal Review
3 years ago by Kageetai
Review your daily notes on their anniversaries, like "what happened today last year"
Plugin Manager
3 years ago by ohm-en
Allows better management of Obsidian.md plugins.
Key Promoter
5 years ago by Johannes Theiner
Learn keyboard shortcuts by showing them when using the mouse
Pomodoro
5 years ago by Tokuhiro Matsuno
Swiss army knife
3 years ago by mwoz123
Copy Inline Code
3 years ago by Ondrej Zavodny
Keyshots
3 years ago by KrazyManJ
🔮📝 Obsidian plugin that adds classic hotkey/shortcuts commands from popular IDEs like Visual Studio Code or JetBrains Family.
Proletarian Wizard Task Manager
a year ago by Charles Feval
Obsidian plugin ot manage todos and projects directly from your notes.
Uncheck All
3 years ago by Shahar Har-Shuv
Obsidian plugin to uncheck all checkboxes in a file with one action
Flexible Pomodoro
4 years ago by grassbl8d
AidenLx's Folder Note - folderv Component
4 years ago by AidenLx
WakaTime
3 years ago by WakaTime
Obsidian.md plugin for automatic time tracking and metrics generated from your Obsidian usage activity.
Status Bar Organizer
2 years ago by Kacper Darowski
Arrange and hide status bar elements.
Timer
3 years ago by Marius Wörfel
Obsidian plugin, which allows you to measure time.
Timekeep
2 years ago by Jacobtread
Obsidian task time tracking
Week Planner
4 years ago by Ralf Wirdemann
Habit Calendar
3 years ago by Hedonihilist
Monthly Habit Calendar for DataviewJS. This plugin helps you render a calendar inside DataviewJS code block, showing your habit status within a month.
Link with alias
3 years ago by Pavel Vojtechovsky
Obsidian plugin for handy creation of links and alias in front matter of target document
Last Modified Timestamp in Status Bar
3 years ago by Yustynn
Grandfather
5 years ago by Danny Hernandez
A simple Obsidian plugin to display the time and date on the status bar
Ego Rock
2 years ago by Ashton Eby
An obsidian plugin that implements a basic taskwarrior UI for listing and modifying tasks.
DEVONlink
5 years ago by ryanjamurphy
Open notes indexed in DEVONthink in, well, DEVONthink
Habitica Sync
5 years ago by Leoh and Ran
This is a under-development Obsidian Plugin for Habitica
Obsidian-compatible Watcher for ActivityWatch
3 years ago by Grimmauld
Obsidian plugin to track user activity with ActivityWatch
Multi-line Formatting
5 years ago by nmady
Format Obsidian text over an entire selection, even if that selection has paragraph breaks in the middle!
Stopwatch
5 years ago by Tokuhiro Matsuno
Marjdown shortcuts
4 years ago by Jules Guesnon
🪨 Obsidian plugin that allows to write markdown from commands
Daily notes opener
4 years ago by Reorx
Easily open daily notes and periodic notes in new pane; customize periodic notes background; quick append new line to daily notes.
Quick snippets and navigation
4 years ago by @aciq
Quick snippets and navigation for Obsidian
Weekly Review
3 years ago by Brandon Boswell
Formatto
2 years ago by Deca
Simple, fast, and easy-to-use Obsidian Markdown formatter.
Boost Link Suggestions
3 years ago by Jacob Levernier
An Obsidian (https://obsidian.md) plugin for altering the order of inline link suggestions by link count and manual boosts.
Rapid Notes
3 years ago by valteriomon
Mini Toolbar
3 years ago by AidenLx & Boninall
mini context toolbar in editor for Obsidian
Things Link
4 years ago by @gavmn
WordWise
2 years ago by ckt1031
Writing companion for AI content generation.
Visual Crossing Weather
a year ago by willasm
Navigate Cursor History
4 years ago by heycalmdown
Autocorrect Formatter
2 years ago by b-yp
A plugin running on Obsidian that utilizes autocorrect to format Markdown content.
Search++
6 years ago by Noureddine Haouari
Allow inserting text context search results on the active note.
Grind Manager
2 years ago by dromse
Gamify your task management with rewards system, craft your tasks by tags.
Get Info
4 years ago by Chetachi
A small menu that is tucked inside your status bar and shows helpful information for your chosen file 📄.
Command Alias
5 years ago by @Yajamon
Obsidianのコマンドに対してエイリアスを設定するプラグイン
Gemmy
3 years ago by Obsidian
Occura
2 years ago by Alexey Sedoykin
Plugin for https://obsidian.md/ that automatically selected same text occurrences in opened note
Notes dater
3 years ago by Paul Treanor
Adds created_on and updated_on dates of the active note to status bar
Time Things
2 years ago by Nick Winters
Show clock, track time spent editing a note, and track the last time a note has been edited.
Blockquote Levels
4 years ago by Carlo Zottmann
A plugin for Obsidian (https://obsidian.md) that adds commands for increasing/decreasing the blockquote level of the current line or selection(s).
GPT-LiteInquirer
3 years ago by ittuann
💬 Experience OpenAI ChatGPT assistance directly within Obsidian, drafting content without interrupting your creative flow.
Note Chain
2 years ago by ZigHolding
Package my frequently used tools, highly personal plugins.
Activity Logger
5 years ago by Creling
Progress Clocks
2 years ago by Nathan Clark
Progress clocks and other useful widgets for https://obsidian.md/.
PopKit
2 years ago by Zhou Hua
Auto Periodic Notes
2 years ago by Jamie Hurst
Obsidian plugin to create new periodic notes automatically in the background and allow these to be pinned in your open tabs. Requires the "Periodic Notes" plugin.
Brainframe
3 years ago by pedersen
Key Sequence Shortcut
4 years ago by anselmwang
Execute obsidian commands with short key sequences. For example, 'tp' for 'Toggle Preview' and 'tb' for 'Toggle Sidebar'. Easier to remember.
Lemons Search
2 years ago by Moritz Jung
An Obsidian plugin that offers a fast fuzzy finder based quick switcher with preview.
Go to Line
5 years ago by phibr0
Daily Statistics
2 years ago by yefengr
obsidian daily statistics
Insert Multiple Attachments
a year ago by mnaoumov
Obsidian Plugin that allows to insert multiple attachments at a time
Amazing Marvin
5 years ago by Shirayuki Nekomata
Simple plugin for Amazing Marvin
Bookmarks Caller
2 years ago by namikaze-40p
This is an Obsidian plugin which can easily open bookmarks.
Flow
2 years ago by Ben Phillips
Implements key processes in David Allen's Getting Things Done (GTD) methodology
Editor Commands Remap
5 years ago by cactus5
Obsidian plugin to map hotkeys to editor commands
Status Bar Quote
4 years ago by Jinu
Obsidian plugin - You can pin your favorite quote.
Typing
3 years ago by Nikita Konodyuk
Programmatic customizations for groups of notes
Filename Emoji Remover
4 years ago by Yüksel Tolun
A simple plugin for the note taking app Obsidian that will rename your files to remove emojis in their names.
CAO
a year ago by Godot
Claude AI for Obsidian
Harpoon
3 years ago by mask(developermask)
Waka time box
3 years ago by complexzeng
VaultAI
8 months ago by Tharushka Dinujaya
An AI chatbot plugin for Obsidian using the Gemini API for note summarization, content generation, and more. Enhance your workflow with AI assistance like the Notion AI bot.
Codename
3 years ago by dstack
Search Templates Library
3 years ago by Pentchaff
Obsidian plugin that allows to store searches templates for later use, and displays search results both in the search view and graph view.
Due When
3 years ago by Andy Baxter
An Obsidian plugin which gives shortcuts to insert set due dates
Spacekeys
a year ago by Jared Lumpe
Obsidian plugin to define hotkeys based on sequences of keypresses.
Another Simple Todoist Sync
2 years ago by eudennis
Obsidian.md plugin to integrate with Todoist app.
Postfix
3 years ago by Bhagya Nirmaan Silva (@bhagyas)
A postfix plugin for Obsidian
Daily Routine
a year ago by sechan100
new version of daily-routine obsidian plugin
Tick Tones
a year ago by DontBlameMe
A plugin for Obsidian which makes checkboxes satisfying
Random Number Generator
2 years ago by iRewiewer
Gives you a random number
Pomodoro Planner
2 years ago by Onur Nesvat
Checkbox Time Tracker
2 years ago by UD
Checkbox Time Tracker for Obsidian
Task list
2 years ago by Ted Marozzi
A simple obsidian plugin enabling better task management via lists.
Days Since
2 years ago by gndclouds
A plugin to show the number of days since a given date.
RescueTime
3 years ago by Tatsuya Hayashi
A RescueTime integration plugin to view your activity logs in Obsidian.
Activity Heatmap
a year ago by Zak Hijaouy
Focus Time
a year ago by AstraDev
Focus Time is a plugin that helps you track how much time you spend on each note.
Note Minimap
8 months ago by Yair Segel
Add a minimap to your Obsidian notes.
Editor Autofocus
2 years ago by Mgussekloo
Dataview Autocompletion
a year ago by Daniel Bauer
MantouAI
2 years ago by Morino Pan
MantouAI—— 让Obsidian变身智能助手
Simple Todo
a year ago by elliotxx
A minimalist text-based todo manager (Text-Based GTD) for efficient task management in Obsidian.
Cursor Position History
a year ago by Florian Gubler
A Plugin to remember (and make accessible) the cursor history in Obsidian. Both within a file and across files.
Copy Section
2 years ago by skztr
Obsidian.md plugin adding a Copy button to the top of Headed sections
Folder overview
a year ago by Lost Paul
Provides a dynamic overview of your vault or folders in the format of a code block.
Daily note creator
2 years ago by Mario Holubar
Automatically creates missing daily notes.
ManicTime
2 years ago by Finkit d.o.o.
Countdown To
a year ago by Gui Cattani
A countdown/progress Obsidian widget using progressbar.js
PDF Paste
a year ago by Cormac
Fastimer
2 years ago by vkostyanetsky
Intermittent fasting tracker plugin for Obsidian
Goal Tracker
a year ago by Ben Rotholtz
Todos sort
a year ago by Jiri Sifalda
A plugin for Obsidian that sorts todos within a note
Inline Checkbox Groups
a year ago by Bradley Wyatt
Obsidian Plugin that creates multiple checkboxes on a single line, separated by a customizable separator character (default '|'), with the option to automatically cross out text when all checkboxes in the line are checked.
Typezen
a year ago by Ilgam Gabdullin
Plugin for obsidian which lets you turn zen mode instantly
Ctrl-XA cycle various items
2 years ago by nbossard
The equivalent in Obsidian of Vim Ctrl X-A. But supercharged with lists of various items : days, months, ...
Markwhen File Sync
a year ago by rouvenjahnke
Synchronize properties from your Obsidian notes with a Markwhen timeline file.
LinkMagic
2 years ago by AndyReifman
AI integration Hub
a year ago by Hishmat Salehi
A modular AI integration hub for Obsidian
Focus Tracker
2 years ago by Jeet Sukumaran
Unit Converter
a year ago by Ruslan Zabarov
Unit conversion plugin for Obsidian
Daily Prompt
2 years ago by Erl-koenig
Canvas Link to Group
7 months ago by TGRRRR
Plugin for Obsidian Canvas enabling direct links to specific groups within canvas files for improved navigation
Sentinel
a year ago by Giorgos Sarigiannidis
A plugin for Obsidian that allows you to update properties or run commands based on document visibility changes.
Pinned Daily Notes
a year ago by Jeremy Neiman
Dynamically update a pinned tab with today's daily note
Weekly Goal Tracker
a year ago by George Gorman
Organized daily notes
a year ago by duchangkim
Automatically organizes your daily notes into customizable folder structures for better organization and easier navigation.
Target Word Count
2 years ago by TwoFive Labs
Target Word Count Plugin for Obsidian
Asana
a year ago by Ryan Bantz
Obsidan plugin that creates tasks in Asana for highlighted text or the current line
Brain Dump Mode
a year ago by yesjinu
Obsidian plugin - DISABLE your delete key and eliminate hesitation!
Daily Random Note
a year ago by Alexandre Silva
Daily Random Notes in Obsidian.
doing
2 years ago by rooyca
What was I doing?
Relative Timestamps
2 years ago by Charles Young
Kikijiki Habit Tracker
a year ago by KIKIJIKI
Kikijiki Habit Tracker Plugin for Obsidian
Battery Indicator
2 years ago by Kacper Darowski
Brings a battery indicator to Obsidian's status bar
AI Revisionist
a year ago by Synaptic Labs
Runsh
a year ago by Ddone
A simple plugin that allows to run shell commands from obsidian.
Status Bar Clock
3 months ago by Marty Ballard
Status Bar Clock for Obsidian
Tab Limiter
a year ago by Henry Gustafson
Limits the number of tabs that can be opened in Obsidian
Chronotyper
a year ago by BambusControl
Obsidian plugin for tracking note edit time
Remaining reading time
7 months ago by ununnamed
Shows the remaining reading time in status bar
Wakatime / Wakapi
a year ago by Kevin Woblick
Connect your Obsidian to Wakatime or Wakapi to track the time spent while browsing or writing notes.
JIRA links shortener
a year ago by Ruslans Platonovs
Obsidian JIRA links shortener plugin
Role Switch
2 months ago by Zafrem
Switch between different work roles (developer, writer, researcher, etc.) with intentional transitions and session tracking.
Note Progressbar
a month ago by Ryoma Kawahara
Displays a live progress bar summarizing checkbox completion in the active note.
Timelog
4 months ago by Eddie Blundell
Time logging plugin for obsidian
CJK Count
a year ago by Louie Kurenai
Select word
2 years ago by Connor Espino
Lark Style CountDown Timer
5 months ago by Zhaoyang Yu
Tag Timer
4 months ago by quantavil
The Tag Timer is a versatile plugin for Obsidian that allows you to seamlessly track the time you spend on specific tasks or sections within your notes.
Task Director
a year ago by Cybertramp
A plugin that allows you to easily manage tasks in bulk.
Superstition
a year ago by Jeffry
An Obsidian plugin for routine management.
Fetch Prayer Times
a year ago by Ecys
Fetches times from Aladhan API and inserts into a table.
Idle Monitor
a year ago by alberto98fx
A plugin to improve your productivity
Reading progress desktop
5 months ago by qian-shen
Obsidian 阅读进度条插件。
Hanko
a year ago by Telehakke
Obsidian plugin.
Sonkil
9 months ago by ohyoungpark
Crackboard
2 years ago by Franklin
Obsidian plugin for crackboard.dev