Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browse through previous notes #4

Closed
pajoma opened this issue Nov 11, 2016 · 2 comments
Closed

Browse through previous notes #4

pajoma opened this issue Nov 11, 2016 · 2 comments
Assignees
Milestone

Comments

@pajoma
Copy link
Owner

pajoma commented Nov 11, 2016

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:

  1. new command "journal:browse" which opens a new vscode instance with the journal as workspace.
  2. 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)

@pajoma pajoma added this to the 0.5.0 milestone Nov 11, 2016
@pajoma pajoma self-assigned this Nov 11, 2016
@edthedev
Copy link

I think option 1 above makes a lot of sense.

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.

@pajoma
Copy link
Owner Author

pajoma commented Nov 18, 2016

New Command "journal:open" implemented, which opens a new instance of vscode with the journal base directory as root.

@pajoma pajoma closed this as completed Nov 18, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants