-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
272a400
commit ba07984
Showing
20 changed files
with
2,691 additions
and
2,152 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,70 @@ | ||
--- | ||
title: Week Number | ||
subtitle: The current week number in your menu bar | ||
pubDate: 2024-05-19 | ||
platforms: | ||
- macOS | ||
isMenuBarApp: true | ||
appStoreId: 6502579523 | ||
# olderMacOSVersions | ||
# - '14' | ||
--- | ||
|
||
**Features** | ||
|
||
- Week number in the menu bar | ||
- Customizable prefix | ||
- Find week number for a specific date | ||
- Widget | ||
|
||
<br> | ||
|
||
--- | ||
|
||
Check out [Dato](/dato) for week number in the menu bar and more features and settings. | ||
|
||
--- | ||
|
||
### Frequently Asked Questions {#faq} | ||
|
||
#### I have a feature request, bug report, or some feedback | ||
|
||
Click the feedback button in the app or [send it here](https://sindresorhus.com/feedback?product=Week%20Number&referrer=Website-FAQ). | ||
|
||
#### The app does not show up in the menu bar | ||
|
||
macOS hides menu bar apps when there is no space left in the menu bar. This is a common problem on MacBooks with a notch. Try quitting some other menu bar apps to free up space. If this does not solve it, try quitting Bartender if you have it installed. | ||
|
||
#### Why does it not show week 53? | ||
|
||
You are probably expecting [ISO week-numbering](https://en.wikipedia.org/wiki/ISO_week_date) while having your system set to [Gregorian week numbering](https://en.wikipedia.org/wiki/ISO_week_date#Relation_with_the_Gregorian_calendar). You can change it with [this system setting](https://apple.stackexchange.com/questions/191445/standard-iso-8601-week-number-in-calendar-app/209340#209340). | ||
|
||
#### Why does it show the last days of December as week 1? | ||
|
||
That is called [ISO week-numbering](https://en.wikipedia.org/wiki/ISO_week_date). | ||
|
||
#### It shows the incorrect week number {#incorrect-week-number} | ||
|
||
You are probably expecting [ISO week-numbering](https://en.wikipedia.org/wiki/ISO_week_date) while having your system set to [Gregorian week numbering](https://en.wikipedia.org/wiki/ISO_week_date#Relation_with_the_Gregorian_calendar), or the inverse. You can change it with [this system setting](https://apple.stackexchange.com/questions/191445/standard-iso-8601-week-number-in-calendar-app/209340#209340). | ||
|
||
#### How can I change the week number to [ISO 8601](https://en.wikipedia.org/wiki/ISO_week_date) format? | ||
|
||
Change [this system setting](https://apple.stackexchange.com/questions/191445/standard-iso-8601-week-number-in-calendar-app/209340#209340). | ||
|
||
#### [More FAQs…](/apps/faq) | ||
|
||
<br> | ||
|
||
<!-- ### Older Versions | ||
- [0.0.0]() for macOS 14+ | ||
<br> --> | ||
|
||
### Non-App Store Version | ||
|
||
A special version for users that cannot access the App Store. It won't receive automatic updates. I will update it here once a year. | ||
|
||
[Download](https://www.dropbox.com/scl/fi/cbxr3kcr4x58lhangw57z/Week-Number-1.0.1-1716246386.zip?rlkey=59zj9nr3osxon72zqvlpqv4qz&raw=1) *(1.0.1)* | ||
|
||
*Requires macOS 14 or later* |
Oops, something went wrong.