We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi sir, my when i do :Calendar and pick a date, the file name is written as directory like this: /diary/2022/03/17.md
:Calendar
/diary/2022/03/17.md
here is my configuration:
vim.g.calendar_diary = "~/.config/dev/personal/diary"
Expected result: /diary/2022-03-17.md
/diary/2022-03-17.md
The text was updated successfully, but these errors were encountered:
#44 PR is not merged, but you can use https://github.com/hotoo/calendar-vim and config in vimrc:
Plug 'hotoo/calendar-vim' let g:calendar_diary_path_pattern = '{YYYY}-{MM}-{DD}{EXT}'
Sorry, something went wrong.
No branches or pull requests
Hi sir, my when i do
:Calendar
and pick a date, the file name is written as directory like this:/diary/2022/03/17.md
here is my configuration:
Expected result:
/diary/2022-03-17.md
The text was updated successfully, but these errors were encountered: