dotfiles
vscode-powertools commands.
Improved Performance vscode-journal journal.day command.
Setting sample:
"journal.base": "your journal directory",
"journal.tpl-entry": "# ${localDate}(${weekday})\n\n## Tasks\n\n\n\n## Notes\n\n",
"journal.locale": "ja-JP",
"journal.ext": "md",
"ego.power-tools.user": {
"commands": {
"myjournal.open": {
"name": "Open Journal file",
"script": "journal.js",
},
"myjournal.previous": {
"name": "Open Previous Journal file",
"script": "journal-prev.js",
}
}
}{
"key": "ctrl+shift+j",
"command": "myjournal.open"
},
{
"key": "ctrl+shift+alt+P",
"command": "myjournal.previous",
}