From 876546e5490780d55e80616d13a7bdb1144708c3 Mon Sep 17 00:00:00 2001 From: fk128 Date: Sun, 12 Apr 2015 17:18:07 +0100 Subject: [PATCH] update README --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e59f217..fccf4df 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,8 @@ The date and time format of the note headers in inbox can be customized in user ```json { - "jotter_date_format": "%-d %-b %Y", - "jotter_time_format": "%-I:%M %p" + "jotter_date_format": "%d %b %Y", + "jotter_time_format": "%I:%M %p" } ``` @@ -97,6 +97,20 @@ To add more yaml items you can add them to the settings by modifying `note_yaml: { "note_yaml" : ["categories"] } ``` +## Per-project notes + +To have a different notes directory for a project, add the following in your `.sublime-project` file: + +``` +"settings": + { + "PlainNotes": + { + "root": "path/to/notes/dir" + } + } +``` + ## License