joycode-hub / datepicker-plugin

Datepicker widget for Obsidian.
MIT License
7 stars 2 forks source link

Feature request: Ability to add only time #4

Closed atharva-upadhye closed 2 months ago

atharva-upadhye commented 2 months ago

I would like to be able to add only time in preferred selected format from command palette. It's important to not prefix with date. In plugins like Day Planner it is required to put time in the front like this: - [ ] 10:00 - 10:30 Wake up

joycode-hub commented 2 months ago

Feature implemented in release 0.3.19. Please let me know if you have any comments.

Moyf commented 2 months ago

Feature implemented in release 0.3.19. Please let me know if you have any comments.

Hi~ Can you seperate the options for "date" and "time" ? image

I have my own css snippets for time text so don't want to show the icon for time, meanwhile I wish to keep the icon for date 😄


Additionally, if [date (date+time)] & [time only] are seperated, maybe you can also consider using different icons for ⏰ time only ?

joycode-hub commented 2 months ago

Hi~ Can you seperate the options for "date" and "time" ?

image

Additionally, if [date (date+time)] & [time only] are seperated, maybe you can also consider using different icons for ⏰ time only ?

image

Implemented in release 0.3.20

Moyf commented 2 months ago

Hi~ Can you seperate the options for "date" and "time" ?

image

Additionally, if [date (date+time)] & [time only] are seperated, maybe you can also consider using different icons for ⏰ time only ?

image

Implemented in release 0.3.20

That's really good! thank you!