pajoma/vscode-journal

journal.patterns broke in last update

DrorSh opened this issue · 1 comments

Up until yesterday, these settings gave me daily entries with names YYYYMMDD, but now I get DD.

		"journal.patterns": {
		
		
			"notes": {
				"path": "${base}/${year}/${month}/${day}",
				"file": "${input}.${ext}"
			},
			"entries": {
				"path": "${base}/${year}/${month}",
				"file": "${year}${month}${day}.${ext}"
			}
		}

Thanks, I try to fix it asap