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 40 forks source link

Show recent notes #8

Closed pajoma closed 4 years ago

pajoma commented 7 years ago

Similar approach as in #7, show a picklist with recent notes or create a new note. And use shortcut alt+shift+n to access this input.

pajoma commented 7 years ago

Input not supported in Selection, it would be either a list of recent notes or an input box to create a new note.

pajoma commented 6 years ago

We will now have a new view in the sidebar showing the recent notes.

pajoma commented 6 years ago

Update to the API, see https://github.com/Microsoft/vscode-extension-samples/blob/master/quickinput-sample/src/quickOpen.ts

pajoma commented 4 years ago

Feature included in latest release