hawkins / Touchdown.vim

A Vim plugin for Markdown editing focused on To-Do lists, supporting GitHub Flavored Markdown
0 stars 1 forks source link

Calendar management #1

Open hawkins opened 6 years ago

hawkins commented 6 years ago

I want a command to easily manipulate a schedule. Not sure what the commands will look like, but here's the end result I want to manipulate:

# Schedule

|    Monday 27th    |    Tuesday 28th    | Wednesday 29th |    Thursday 30th    | Friday 31st |  Saturday 1st   | Sunday 2nd |
| :---------------: | :----------------: | :------------: | :-----------------: | :---------: | :-------------: | :--------: |
| Talk to Seth, Bob |   Call Utilities   |    Ballgame    | Dinner with friends |    Pack     | Downtown w/ Jen |    Pack    |
|  Call/email Noah  |   Call Internet    |                |                     |             |                 |            |
| Talk to Apartment | Shop for groceries |                |                     |             |                 |            |
|  Meet w/ Cameron  |                    |                |                     |             |                 |            |
hawkins commented 6 years ago

One command I might like to do is rotate the calendar. I.e., move that Sunday column to the left of Monday.

Another I might like is to shift the calendar one day to the future / past. So it goes from 27-2 to 28-3, or 26-1.

Another command would be to make the following / previous week below / above this in the file.

hawkins commented 6 years ago

Another command would be to create a week-calendar empty starting with today's date