Skip to content

Commit d0723bc

Browse files
committed
adding post on pomodoro plugins
1 parent 449b03d commit d0723bc

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
lines changed

components/EthicalAd.tsx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,10 @@ export const EthicalAd: React.FC<EthicalAdProps> = ({
9999
);
100100
});
101101

102-
if (!here || here.response?.campaign_type !== "paid") {
103-
injectCarbon(); // fallback → Carbon
104-
}
102+
// [TODO] Removing the carbonjs in phases
103+
// if (!here || here.response?.campaign_type !== "paid") {
104+
// injectCarbon(); // fallback → Carbon
105+
// }
105106
});
106107
});
107108
}, [autoId, placementId, type, style, keywords]);

posts/2025-07-18-pomodoro-plugins.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: Best Obsidian Plugins for Pomodoro Timer Integration
3+
description: Explore the latest Pomodoro plugins for Obsidian to boost your productivity and manage time effectively.
4+
excerpt: Discover new and updated Pomodoro plugins for Obsidian that help you stay focused and organized.
5+
publishedDate: '2025-07-18'
6+
modifiedDate: '2025-07-18'
7+
ogImage: /images/2025-07-18-pomodoro-plugins.webp
8+
bannerImage: /images/2025-07-18-pomodoro-plugins.webp
9+
tags:
10+
- obsidian-plugins
11+
- workflow
12+
- pomodoro
13+
---
14+
15+
Time management is super important if you want to stay productive and focused, especially with all the distractions around us. Obsidian, our favourite note-taking app, now has some really handy plugins to bring the Pomodoro technique right into your workflow. These plugins come with features like timers, task lists, and even productivity tracking. With them, you can plan your work sessions better, stay on track, and take breaks at the right time. Let’s check out these cool plugins and see how they can level up your daily routine.
16+
17+
```plugin-list
18+
pluginIds=day-planner-og,obsidian-statusbar-pomo,pomodoro-widget,pomodoro-planner,book-smith,pomodoro-timer,obsidian-pomodoro-plugin,pomobar,obsidian-flexible-pomo,white-noise
19+
```
Binary file not shown.

utils/plugins.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ export const sanitizeTag = (tag) => {
3838
tag = 'callouts';
3939
} else if (tag == 'chartjs' || tag == 'chart' || tag == 'charts') {
4040
tag = 'chart';
41+
} else if (tag == 'pomodoro' || tag == 'pomodoro-mode') {
42+
tag = 'pomodoro';
4143
}
4244

4345
return tag;

0 commit comments

Comments
 (0)