mirror of
https://github.com/tomasriveral/NoteWrapper.git
synced 2026-08-11 18:18:36 +02:00
15 lines
309 B
JSON
15 lines
309 B
JSON
{
|
|
"directory": "~/Documents/Notes/",
|
|
"render": true,
|
|
"jumpToEndOfFileOnLaunch": true,
|
|
"editor": "neovim",
|
|
"journalRegex": ".*journal.*",
|
|
"dateEntry": "# %Y %m %d %a",
|
|
"newLineOnOpening": true,
|
|
"backup": {
|
|
"enable": false,
|
|
"directory": "/path/to/backup",
|
|
"interval": "weekly"
|
|
}
|
|
}
|