pajoma / vscode-journal

Lightweight journal and simple notes support for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=pajoma.vscode-journal
GNU General Public License v3.0
233 stars 41 forks source link

Use a Webview to show weekly or a monthly views #7

Open pajoma opened 7 years ago

pajoma commented 7 years ago

When entering an input for opening a journal page, a pick list could show all already existing journal pages (e.g. last 10 and next 5 days). Next to each entry, the number of (open) tasks and attached notes is added.

Example: (today is 11-24)

_______________________________________________
|  Enter day or memo (with flags), or pick one  |
-----------------------------------------------
11-17 (Thursday) 0/3 Tasks, 2 Notes 
11-18 (Friday) 1/2 Tasks
11-21 (Monday) 5/8 Tasks, 4 Notes
11-22  (Tuesday) 2/2 Tasks, 1 Note
11-23 (Wednesday) 1/1 Task
> 11-24 (Thursday) 
11-25  (Friday) 
11-28 (Mondy) 
---------------------------------------------
pajoma commented 7 years ago

VSCode only supports input or selection, no combobox. Not sure how to handle this for now (see https://github.com/Microsoft/vscode/issues/426)

pajoma commented 6 years ago

Renamed the ticket, will be solved via webviews now