folder-notes

Lets you put notes on the file tree

Matthew-Carr

597

4

1.0.0

MIT

GitHub

folder-notes package

Lets you put notes on the file tree

Instructions:

  1. After installation, create a file named "folderNotes.config.json" in your folder path.
  2. Add a json object to this file containing relative paths and the notes you desire. Example"
{
  "notes": {
    "lib": "COMPILED SOURCE DONT TOUCH",
    "app": "should be named src",
    "client": "stuff"
  }
}
  1. Reload your atom window (Ctrl+Shift+F5)
  2. Toggle FolderNotes on or off through the packages->folder-notes menu option or through the right-click menu
  3. Enjoy!

Additional config options:

Option description default
color the color of the notes yellow