NoteTreeNoteTree adds a new activity bar to VSCode that let's you browse, create, and edit notes from a variety of providers. So far, we have are able to mange notes from MDJotter and Evernote. Features
Extension Settingsnotetree.providerThis controls which provider you want to use. Currently, this must either be notetree.mdjotter.hostnameThe hostname of the MDJotter server. This defaults to http://mdjotter.com. notetree.mdjotter.portThe port that the MDJotter API is hosted on. This defaults to notetree.mdjotter.usernameThe username of the MDJotter user notetree.mdjotter.passwordThe password for the MDJotter user notetree.evernote.apiKeyYour Evernote developer token. Note that you must manually request for an Evernote developer token these days. See this thread for more information on how to aquire one. Known IssuesMDJotter doesn't support api keys yet, but will soon enough so you don't need to store your credentials in your configuration. |