Skip to content

Matthematic/FolderNotes

Repository files navigation

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

About

Atom package that lets you add notes to the file tree

Resources

License

Stars

Watchers

Forks

Packages

No packages published