Skip to content

Commit

Permalink
Restored default setting for target header
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan J.A. Murphy committed Oct 14, 2021
1 parent b1a0732 commit c946910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const DEFAULT_SETTINGS: LumberjackSettings = {
alwaysOpenInNewLeaf: false,
inboxFilePath: "/",
newDraftFilenameTemplate: "YYYYMMDDHHmmss",
targetHeader: ""
targetHeader: "Journal"
}

const editModeState = {
Expand Down

0 comments on commit c946910

Please sign in to comment.