Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kortina committed Aug 22, 2020
1 parent 19c7905 commit e9cec5c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
- or `subdirectory/path` in workspace root
- resolves #74

An example workspace config you might want to use to manage `_posts` on a jekyll blog:

```jsonc
{
"vscodeMarkdownNotes.newNoteDirectory": "_posts",
"vscodeMarkdownNotes.newNoteTemplate": "---\nlayout: post\ntitle: '${noteName}'\nauthor: kortina\n---\n\n"
}
```

**Diff:**

https://github.com/kortina/vscode-markdown-notes/compare/808af92c40676ab2a9ae1d1de3611a930c6c5818..fa011bb64c363a05231a043f39f800e7497617a9
Expand Down

0 comments on commit e9cec5c

Please sign in to comment.