diff options
Diffstat (limited to 'TODO.mdown')
-rw-r--r-- | TODO.mdown | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/TODO.mdown b/TODO.mdown deleted file mode 100644 index 985d7bf..0000000 --- a/TODO.mdown +++ /dev/null @@ -1,25 +0,0 @@ -## Note -The items listed in this file are not listed in order of importance or in the -order they might be worked on. They're just added to the bottom and marked as -completed when they're complete. - - - -## Pending -* Implement path.append -* Implement path.basename (path to the parent directory) -* Better implement relative path handling -* Handle new notes being created in subdirectories that don't exist yet (hint - hint: it fails) -* Integrate support for git versioning, repo creation, etc. - - -## Completed -* Implement path.exists -* Implement path.create (path to the parent directory) -* Automatically open for edit the specified note without requiring the edit - if note name is the first argument -* Write "init" command to create the configured notes directory if it doesn't - exist. -* Implement better subdirectory handling when listing notes -* Implement rm action to delete notes |