You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One thing I miss is browsing my previous notes through VSCode, rather than finding them on the disc.
Not sure how to implement this for now. There is an extension point to show a selection as list. But this isn't really an option to browse through a calendar.
Possible solutions:
new command "journal:browse" which opens a new vscode instance with the journal as workspace.
Content Provider which renders the current journal in a text document. The individual entries are linked
Second option could be useful to display days with open tasks (see issue #3)
The text was updated successfully, but these errors were encountered:
I personally worked around this issue by setting "journal.base" in VSCode user settings to a folder that I always have open in VSCode anyway.
Option 1 above would be a nice alternative to always having that window open; and would benefit me by helping me open it quickly from other VSCode instances, as well.
Not sure how to implement this for now. There is an extension point to show a selection as list. But this isn't really an option to browse through a calendar.
Possible solutions:
Second option could be useful to display days with open tasks (see issue #3)
The text was updated successfully, but these errors were encountered: