The Pomodoro plugin introduces a built-in Pomodoro timer to your Obsidian workspace, helping users apply the Pomodoro Technique for time management. The technique involves breaking work into focused intervals, traditionally 25 minutes, followed by short breaks to enhance productivity. The plugin allows you to customize the timer duration through settings, enabling a tailored workflow. Its seamless integration into the Obsidian window ensures a distraction-free experience while keeping track of your work and rest intervals. This tool is ideal for those looking to adopt structured time management directly within their note-taking environment.
"Obsidian Pomodoro Plugin" is a simple Pomodoro timer plugin for Obsidian (https://obsidian.md).
You can put a pomodoro timer in your obsidian window.
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s.
The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks. Each interval is known as a pomodoro, from the Italian word for 'tomato', after the tomato-shaped kitchen timer that Cirillo used as a university student.
https://en.wikipedia.org/wiki/Pomodoro_Technique
If you are not familiar with Pomodoro technique, see also:
You can change the time duration by the setting form.
npm build
main.js
, styles.css
, manifest.json
to your vault VaultFolder/.obsidian/plugins/your-plugin-id/
.The MIT License (MIT)
Copyright © 2021 Tokuhiro Matsuno, http://64p.org/ tokuhirom@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the “Software”), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.