dionmunk / vscode-notes

Notes is a Markdown focused notes extension for Visual Studio Code that takes inspiration from Notational Velocity and nvAlt.
https://marketplace.visualstudio.com/items?itemName=dionmunk.vscode-notes
Other
63 stars 18 forks source link

One directory for one project #4

Open kanlukasz opened 4 years ago

kanlukasz commented 4 years ago

Hi, A nice add-on

One future request from me: You can add an option to add notes for each project? I mean - one catalog for one project

Very often people need to add notes to a particular project, but they do not want to be visible in another project 🙃

dionmunk commented 4 years ago

@kanlukasz This is a feature that I am considering adding. I appreciate the input!

ToX82 commented 4 years ago

I agree, that would be very useful! In the mean time, you can do that by setting the path in your project's settings.json like this:

"Notes.notesLocation": "/var/www/yourproject/.vscode/notes"

robross0606 commented 3 years ago

Along those same lines, perhaps allow relative directory for storage location? If this is already possible, I haven't figured out how.