itchyny / calendar.vim

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

Can we write diary in the calendar? #122

Closed jueqingsizhe66 closed 7 years ago

jueqingsizhe66 commented 7 years ago

If we can click Enter key to write a diary, that will be more perfect, just like calendar-vim links with vimwiki/vimwiki

Some notes from calendar-vim:

                                                *g:calendar_diary*
Specify the directory for the diary files.  The default value is $HOME/diary.
  let g:calendar_diary=$HOME.'/.vim/diary'
itchyny commented 7 years ago

There's no vimwiki integration for this app and there's no plan to implement this, sorry. But I do write my own diary as day event in Google Calendar via calendar.vim (of course).

jueqingsizhe66 commented 7 years ago

okay,thanks!Also good vim plugin!