Initial commit

This commit is contained in:
Eric Wagoner
2022-12-03 14:26:48 -05:00
commit e43a0580e9
128 changed files with 9443 additions and 0 deletions

View File

@@ -0,0 +1 @@
{"rule":"PAST_TIME","sentence":"^\\QIt's well past time to start owning my words again and, more importantly, treating them lik,e they matter and kept\\E$"}

18
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,18 @@
{
"[markdown]": {
"editor.fontSize": 14,
"editor.lineHeight": 26,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 64,
"editor.lineNumbers": "off",
"editor.quickSuggestions": {
"comments": "off",
"strings": "off",
"other": "off"
},
"editor.minimap.enabled": false
},
"frontMatter.content.autoUpdateDate": true,
"frontMatter.preview.host": "http://localhost:1313/",
"frontMatter.dashboard.openOnStart": true
}