Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
fk128 committed Apr 12, 2015
1 parent 3b13ad0 commit 876546e
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
```

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 876546e

Please sign in to comment.