itchyny / calendar.vim

A calendar application for Vim
MIT License
1.97k stars 73 forks source link

add missing calendar-syntax doc #57

Closed WnP closed 10 years ago

WnP commented 10 years ago

Syntax documentation is listed in the documentation content but not present

this is a starting point based on what I found, but I missed some points

extra question:

btw, thanks a lot this is a realy good plugin ;-)

itchyny commented 10 years ago

By calendar-syntax, I meant the syntax name for highlighting (CalendarSunday or CalendarToday or something like that). But you're right, the document body is missing. I'll add the document later.

Your request looks nice, because the plugin has some special syntaxes for inputting the events and texts as you know. So I'll accept your request. Any suggestion for better section name? (calendar-input-syntax or calendar-format or whatever) Answers to your questions.

I'm not going to merge right away so please fill the document and improve this pull request.

WnP commented 10 years ago

I choose calendar-input-format for this section name, let me know if it sounds good to you

it looks like that google's calender API alow communication with the description field, it could be nice if we could both create and edit it in the calendar.vim user interface, but as this feature is not implemented I think it's another topic and we must talk about it out of this pull request

let me know

itchyny commented 10 years ago

Merged. Thank you for your pull request. I will improve the document from now on.