Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ArchieAtkinson/Obsidoro
DEPRECATED. An Pomodoro Timer for Obsidian.
https://github.com/ArchieAtkinson/Obsidoro
Last synced: 9 days ago
JSON representation
DEPRECATED. An Pomodoro Timer for Obsidian.
- Host: GitHub
- URL: https://github.com/ArchieAtkinson/Obsidoro
- Owner: ArchieAtkinson
- Archived: true
- Created: 2020-09-29T19:00:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-23T18:41:46.000Z (almost 3 years ago)
- Last Synced: 2024-08-14T07:10:03.165Z (4 months ago)
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 12
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - ArchieAtkinson/Obsidoro - DEPRECATED. An Pomodoro Timer for Obsidian. (Python)
README
# Obsidoro
**Deprecated - This was created before the plugin API. There are now many better Pomodoro timers available in the community plugin browser**
Obsidoro is a [Pomodoro Timer](https://en.wikipedia.org/wiki/Pomodoro_Technique) for Obsidian.
--------
To run the timer
`py obsidoro.py `
On first run it will create a Obsidoro.md, this is where the timer will live.
------
To use just open up Obsidoro note in your vault and set it to display mode. Start the timer by unchecking the "Start/Pause" checkbox.
It will then run until you pause it with the same box or you kill the python program.
-----
Feel free to suggest improvements or fork it.
Sorry in advanced for the poor python, I'm more a C person