itchyny / calendar.vim

A calendar application for Vim
MIT License
1.95k stars 72 forks source link

Display months' name instead of number #123

Closed ghost closed 7 years ago

ghost commented 7 years ago

Is it possible to display the month's name instead of the number?

For example: June instead of 6 ?

Thank you for the freaking sexy awesome plugin :)

itchyny commented 7 years ago

You might want let g:calendar_date_full_month_name = 1.

ghost commented 7 years ago

That works. Thank you!

Btw, is there a way of completeing an event but not deleting it, just like with tasks?

itchyny commented 7 years ago

Sorry, I'm afraid there's no complete an event feature in Google Calendar... or are you using this app without connecting to Google Calendar?

ghost commented 7 years ago

No, I'm not using GCal. Just local calendar. (Where is it stored btw? Can it be backed up?)

itchyny commented 7 years ago

OK. But I'm not going to implement the feature, sorry. Events are stored in ~/.vim/cache/calendar/.

ghost commented 7 years ago

No worries. I guess if an event can be marked as 'done', I could create a command that would move the event out of the main calendar. It's not a must feature anwy. Thanks for the swift support!

itchyny commented 7 years ago

Thank you.

ghost commented 7 years ago

Is there a way to change the location of the calendars?

itchyny commented 7 years ago

Yes, consult :h calendar.vim and search for cache_directory.

ghost commented 7 years ago

Thx that did it!