itchyny / calendar.vim

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

vimwiki #134

Open HanaO00 opened 6 years ago

HanaO00 commented 6 years ago

Hello, your calendar works with vimwiki ?

itchyny commented 6 years ago

No, it doesn't.

FengShangWuQi commented 6 years ago

+1.

Hope this feat.

thibaulthulaux commented 6 years ago

+1000 Would you consider trying to work on such an improvment ? Would definitely choose yours over calendar-vim. There is so much to connect to vimwiki. Not only the diary but also a proper task list..

drazde commented 5 years ago

+1 I also would like have this! This plugin is better than calendar-vim but leak integration with VimWiki

CapMau commented 5 years ago

Defenetly would like that

phenax commented 4 years ago

+1 Need this in my life. I think something more generic that allows you to attach some behavior to Return key on a given date would be better

thorlucas commented 3 years ago

+1

folofjc commented 3 years ago

+1 more

leandwo commented 3 years ago

Anybody figure out an easy way to set this up?

rddunphy commented 2 years ago

It's possible to open the corresponding diary page with Enter using this command (from #49):

nmap <buffer> <CR> :<C-u>call vimwiki#diary#calendar_action(b:calendar.day().get_day(), b:calendar.day().get_month(), b:calendar.day().get_year(), b:calendar.day().week(), "V")<CR>

But there's currently no way to mark which dates have entries associated with them in the calendar. A hook to allow external applications such as vimwiki to mark days would be really nice.

SouthKoreaLN commented 1 year ago

+1

yogeshdnumb commented 1 year ago

+1 pls