This is aiming to provide an easier way to show monthly calendar, like the one you have on the wall in your house, on screen without switching windows (ie. inside current VS Code instance). At the moment, the activation is a little tedious, UI is premitive, it works only on Mac or Linux, but does the job (for me). Hopefully somebody (or I) can find time to make this better, quicker, prettier soon...
One could also enhance the useability by hooking up the "Calendar" command to vscode-statusbar-commands extension. After installing that awesome extension, just go in to $HOME/.vscode/anweber.statusbar-commands-0.1.0/package.json
and edit the default
array element like;
"default": [
{
"text": "$(calendar)",
"tooltip": "monthly calendar",
"alignment": "right",
"command": "extension.calendar"
}
]
And you'll have a calendar icon appearing on the status bar and clicking it, boom, the calendar doc opens. 👍
Shows the 3-month calender as a new tab by going to Command Palette > "Calendar" (and you'll just close/dismiss that tab afterwards).
This works only on Mac or Linux at this time.
None for now, but perhaps "how many months to show" could be?
This works only on Mac or Linux at this time.
Early build, not even a "release," just locally installed (by copying package.json
and out
to $HOME/.vscode/extensions/miyamotoh-vscal-0.0.1
dir) but works.. 😊