2024-06-03
This commit is contained in:
74
.vscode/settings.json
vendored
Normal file
74
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,74 @@
|
||||
{
|
||||
"[markdown]": {
|
||||
"editor.wordWrap": "off"
|
||||
},
|
||||
"cSpell.words": [
|
||||
"Asus",
|
||||
"beelink",
|
||||
"Belkin",
|
||||
"Chelseas",
|
||||
"ddns",
|
||||
"Infineon",
|
||||
"Linksys",
|
||||
"Netgear",
|
||||
"nextcloud",
|
||||
"PDSF",
|
||||
"Phares",
|
||||
"Syncthing",
|
||||
"Trigkey"
|
||||
],
|
||||
"files.eol": "\n",
|
||||
"files.exclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"files.watcherExclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
"foam.files.ignore": [
|
||||
".foam/**/*",
|
||||
".stfolder/**/*",
|
||||
"**/_layouts/**/*",
|
||||
"**/_site/**/*",
|
||||
"**/.vscode/**/*",
|
||||
"**/node_modules/**/*"
|
||||
],
|
||||
"foam.graph.style": {
|
||||
"background": "#202020",
|
||||
"node": {
|
||||
"Chromebook": "#ff0000",
|
||||
"Console": "#ff8000",
|
||||
"Desktop": "#ffff00",
|
||||
"Echo": "#80ff00",
|
||||
"Fire": "#00ff00",
|
||||
"IOT": "#00ff80",
|
||||
"Laptop": "#00ffff",
|
||||
"NMap": "#0080ff",
|
||||
"PaperWhite": "#0000ff",
|
||||
"Phone": "#8000ff",
|
||||
"Printer": "#ff00ff",
|
||||
"Roku": "#ff0080",
|
||||
|
||||
"Router": "#ff0000",
|
||||
"Server": "#ff8000",
|
||||
"Switch": "#ffff00",
|
||||
"TV": "#80ff00",
|
||||
"Virtual": "#00ff00",
|
||||
|
||||
"3host": "#ff9d00",
|
||||
"4host": "#ff9d00",
|
||||
"note": "#f2cb1d",
|
||||
"topic": "#bc2a3c",
|
||||
"placeholder": "#ff9d00",
|
||||
"tag": "#0494c1"
|
||||
}
|
||||
},
|
||||
"foam.links.hover.enable": false,
|
||||
"foam.orphans.exclude": [
|
||||
".journal/**/*"
|
||||
],
|
||||
"foam.placeholders.exclude": [
|
||||
".kanbn/Archive/**/*"
|
||||
],
|
||||
"kanbn.showBurndownButton": false,
|
||||
"kanbn.showSprintButton": false
|
||||
}
|
Reference in New Issue
Block a user