Skip to content

a simple note-taking extension for vscode.

License

Notifications You must be signed in to change notification settings

monil-patel/vscode-note

 
 

Repository files navigation

Marketplace Version

vscode-note

This extension provides a simple note-taking. Make notes closer to the vscode extensions.

Features

  • Fast and simple recording note
  • Notes and vscode extensions together

Concepts

  • each domain(directory tree) node can be a notes.
  • each notes consists of one or more category.
  • each category consists of one or more note.
  • each note consists of one or more short doc, doc(markdown/html), files(attachment)

Modify notes data directory location -> vscode global settings.json

{
  "vscode-note.dbpath": "D:\\OneDrive\\vscode-note-data", // default: ~/vscode-note
}
  • strongly recommend use onedrive(similar products) to store/sync your notes data.

Usages

  1. create domain and create category with note
  2. create short documnt
  3. create document
  4. create files
  5. search notes
  6. domain shortcut navigation

1 create domain and create category with note

1

2 create short documnt

2

3 create document

3

4 create files

4

5 search notes

5

6 domain shortcut navigation

6

About

a simple note-taking extension for vscode.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 92.1%
  • JavaScript 5.2%
  • CSS 2.3%
  • Other 0.4%