.network/.vscode/settings.json
2024-06-03 07:28:05 -07:00

74 lines
1.5 KiB
JSON

{
"[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
}