Eatgrass

Results 15 comments of Eatgrass

any news about .lrc support?

@claremacrae Thank you for the suggestion. I will definitely try it out.

I'd like to share this solution here for those with similar requirements. 1. Create a custom css snippet ```css .lock-tasks .task-list-item input[type="checkbox"] { pointer-events: none; } ``` 2. Add `lock-tasks`...

Sorry, I forgot to mention that I was developing an Obsidian plugin, so the code can only run in the browser environment. While debugging, I found that the actual value...

I guess the issue is caused by a conflict with the `Homepage` plugin.

Let me see if I've got this idea right: in this case, the main difference is that we can track the time focused in minutes instead of using pomodoros for...

Thank you, @tstrijdhorst. I've updated the README and added back this [session switching feature](https://github.com/eatgrass/obsidian-pomodoro-timer/issues/1#issuecomment-1865376772) in the latest release. Now, there's no need to reset the timer before switching sessions. You...

Hi @SZSage, Thank you for sharing the idea! However, this feature might conflict with the existing auto-start functionality. For instance, when the session ends, the timer might automatically switch mode...