YU000jp / logseq-plugin-show-weekday-and-week-number

Show weekday and week number beside journal titles. / Show the mini-calendar that has navigational links on Daily Journal.
https://discuss.logseq.com/t/show-week-day-and-week-number/12685/1
MIT License
37 stars 1 forks source link

[FEATURE REQUEST] Only show week number #84

Closed DutchPete closed 9 months ago

DutchPete commented 9 months ago

The way it is set up right now is like this:

image

Since the year is already shown in the page title, there is no need to show it again by the extension; I would just like to see the W33 part.

Would it be possible to include this as a toggle?

YU000jp commented 9 months ago

@DutchPete The notation follows the rules based on ISO 8601. The reason for the necessity of distinguishing years is that the first week of a year might be included in the last week of the preceding year. If this is omitted, the notation becomes W53 for the first week of that year. These are the reasons for such a setup. Nevertheless, would it be want to include additional options for omitting the ISO 8601 notation?

DutchPete commented 9 months ago

I am happy with the ISO 8601 rules, I use them for dates in all my apps. If it is not possible to leave off the year via the plug-in, do you happen to know if it is possible via CSS?

YU000jp commented 9 months ago

The previous reply was a mistake. Only in the case of W53 can the processing be adjusted to ISO8601. The config item will be added in the next release.

YU000jp commented 9 months ago

image I released.

DutchPete commented 9 months ago

Many thanks for the quick response. 👍