From 6f8c68a008ea42b49a99752ff8088adfe8640331 Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Sat, 11 May 2024 14:17:54 -0500 Subject: [PATCH] cleanup --- public-dendron-notes/.dendron.port | 1 + public-dendron-notes/.dendron.ws | 1 + .../localhost/CTO Stuff/.gitignore | 7 ++ .../CTO Stuff/dendron.code-workspace | 37 ++++++ .../localhost/CTO Stuff/dendron.yml | 108 ++++++++++++++++++ .../localhost/CTO Stuff/notes/root.md | 20 ++++ .../localhost/CTO Stuff/notes/root.schema.yml | 7 ++ .../notes/.dendron.cache.json | 1 + 8 files changed, 182 insertions(+) create mode 100644 public-dendron-notes/.dendron.port create mode 100644 public-dendron-notes/.dendron.ws create mode 100644 public-dendron-notes/dependencies/localhost/CTO Stuff/.gitignore create mode 100644 public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.code-workspace create mode 100644 public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.yml create mode 100644 public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.md create mode 100644 public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.schema.yml create mode 100644 public-dendron-notes/notes/.dendron.cache.json diff --git a/public-dendron-notes/.dendron.port b/public-dendron-notes/.dendron.port new file mode 100644 index 0000000..2c468e9 --- /dev/null +++ b/public-dendron-notes/.dendron.port @@ -0,0 +1 @@ +36756 \ No newline at end of file diff --git a/public-dendron-notes/.dendron.ws b/public-dendron-notes/.dendron.ws new file mode 100644 index 0000000..8f0e06a --- /dev/null +++ b/public-dendron-notes/.dendron.ws @@ -0,0 +1 @@ +{"version":"0.124.0","activationTime":1713795813687} diff --git a/public-dendron-notes/dependencies/localhost/CTO Stuff/.gitignore b/public-dendron-notes/dependencies/localhost/CTO Stuff/.gitignore new file mode 100644 index 0000000..449c502 --- /dev/null +++ b/public-dendron-notes/dependencies/localhost/CTO Stuff/.gitignore @@ -0,0 +1,7 @@ +node_modules +.dendron.* +build +seeds +.next +pods/service-connections +.dendron.cache.* \ No newline at end of file diff --git a/public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.code-workspace b/public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.code-workspace new file mode 100644 index 0000000..c0f9609 --- /dev/null +++ b/public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.code-workspace @@ -0,0 +1,37 @@ +{ + "folders": [ + { + "path": "notes", + "name": "CTO Stuff" + } + ], + "settings": { + "dendron.rootDir": ".", + "files.autoSave": "onFocusChange", + "pasteImage.path": "${currentFileDir}/assets/images", + "pasteImage.prefix": "/", + "markdown-preview-enhanced.enableWikiLinkSyntax": true, + "markdown-preview-enhanced.wikiLinkFileExtension": ".md", + "editor.snippetSuggestions": "inline", + "editor.suggest.snippetsPreventQuickSuggestions": false, + "editor.suggest.showSnippets": true, + "editor.tabCompletion": "on", + "dendron.enableSelfContainedVaultWorkspace": true + }, + "extensions": { + "recommendations": [ + "dendron.dendron", + "dendron.dendron-paste-image", + "dendron.dendron-markdown-shortcuts", + "redhat.vscode-yaml" + ], + "unwantedRecommendations": [ + "dendron.dendron-markdown-links", + "dendron.dendron-markdown-notes", + "dendron.dendron-markdown-preview-enhanced", + "shd101wyy.markdown-preview-enhanced", + "kortina.vscode-markdown-notes", + "mushan.vscode-paste-image" + ] + } +} diff --git a/public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.yml b/public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.yml new file mode 100644 index 0000000..8ebcb7e --- /dev/null +++ b/public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.yml @@ -0,0 +1,108 @@ +version: 5 +dev: + enablePreviewV2: true + enableSelfContainedVaults: true +commands: + lookup: + note: + selectionMode: extract + confirmVaultOnCreate: true + vaultSelectionModeOnCreate: smart + leaveTrace: false + bubbleUpCreateNew: true + fuzzThreshold: 0.2 + randomNote: {} + insertNoteLink: + aliasMode: none + enableMultiSelect: false + insertNoteIndex: + enableMarker: false + copyNoteLink: + aliasMode: title + templateHierarchy: template +workspace: + vaults: + - + fsPath: . + selfContained: true + name: CTO Stuff + journal: + dailyDomain: daily + name: journal + dateFormat: y.MM.dd + addBehavior: childOfDomain + scratch: + name: scratch + dateFormat: y.MM.dd.HHmmss + addBehavior: asOwnDomain + task: + name: task + dateFormat: y.MM.dd + addBehavior: asOwnDomain + statusSymbols: + '': ' ' + wip: w + done: x + assigned: a + moved: m + blocked: b + delegated: l + dropped: d + pending: 'y' + taskCompleteStatus: + - done + - x + prioritySymbols: + H: high + M: medium + L: low + todoIntegration: false + createTaskSelectionType: selection2link + graph: + zoomSpeed: 1 + createStub: false + enableAutoCreateOnDefinition: false + enableXVaultWikiLink: false + enableRemoteVaultInit: true + enableUserTags: true + enableHashTags: true + workspaceVaultSyncMode: noCommit + enableAutoFoldFrontmatter: false + enableEditorDecorations: true + maxPreviewsCached: 10 + maxNoteLength: 204800 + enableFullHierarchyNoteTitle: false + enablePersistentHistory: false +preview: + enableFMTitle: true + enableNoteTitleForLink: true + enableFrontmatterTags: true + enableHashesForFMTags: false + enablePrettyRefs: true + enableKatex: true + automaticallyShowPreview: false +publishing: + enableFMTitle: true + enableNoteTitleForLink: true + enablePrettyRefs: true + enableKatex: true + copyAssets: true + siteHierarchies: + - root + writeStubs: false + siteRootDir: docs + seo: + title: Dendron + description: Personal Knowledge Space + github: + enableEditLink: true + editLinkText: Edit this page on GitHub + editBranch: main + editViewMode: tree + enableSiteLastModified: true + enableFrontmatterTags: true + enableHashesForFMTags: false + enableRandomlyColoredTags: true + enableTaskNotes: true + enablePrettyLinks: true + searchMode: search diff --git a/public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.md b/public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.md new file mode 100644 index 0000000..dd05d03 --- /dev/null +++ b/public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.md @@ -0,0 +1,20 @@ +--- +id: 2j6qjo78r6y7qr4rvmc39pm +title: Root +desc: '' +updated: 1702002286779 +created: 1702002286779 +--- +# Welcome to Dendron + +This is the root of your dendron vault. If you decide to publish your entire vault, this will be your landing page. You are free to customize any part of this page except the frontmatter on top. + +## Lookup + +This section contains useful links to related resources. + +- [Getting Started Guide](https://link.dendron.so/6b25) +- [Discord](https://link.dendron.so/6b23) +- [Home Page](https://wiki.dendron.so/) +- [Github](https://link.dendron.so/6b24) +- [Developer Docs](https://docs.dendron.so/) \ No newline at end of file diff --git a/public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.schema.yml b/public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.schema.yml new file mode 100644 index 0000000..94335cd --- /dev/null +++ b/public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.schema.yml @@ -0,0 +1,7 @@ +version: 1 +imports: [] +schemas: + - id: root + children: [] + title: root + parent: root diff --git a/public-dendron-notes/notes/.dendron.cache.json b/public-dendron-notes/notes/.dendron.cache.json new file mode 100644 index 0000000..3a1c11f --- /dev/null +++ b/public-dendron-notes/notes/.dendron.cache.json @@ -0,0 +1 @@ +{"version":0,"notes":{"root":{"data":{"id":"5k3t3gxg2j1c2ycg19z1xi2","title":"Root","desc":"","updated":1702002267257,"created":1702002039427,"custom":{},"fname":"root","type":"note","vault":{"fsPath":".","selfContained":true,"name":"public-dendron-notes"},"contentHash":"3c52ba8913731c395cbf65f50083028a","links":[],"anchors":{"welcome-to-dendron":{"type":"header","text":"Welcome to Dendron","value":"welcome-to-dendron","line":7,"column":0,"depth":1},"lookup":{"type":"header","text":"Lookup","value":"lookup","line":11,"column":0,"depth":2},"testing":{"type":"header","text":"Testing","value":"testing","line":21,"column":0,"depth":2}},"children":[],"parent":null,"data":{}},"hash":"3c52ba8913731c395cbf65f50083028a"},"Stuff27":{"data":{"id":"48m0xl0wccoacr2qun4p7kd","title":"Stuff27","desc":"","updated":1702002233754,"created":1702002218523,"custom":{},"fname":"Stuff27","type":"note","vault":{"fsPath":".","selfContained":true,"name":"public-dendron-notes"},"contentHash":"17bb9b7131e9a31e5633959d5743544b","links":[],"anchors":{"stuff-27":{"type":"header","text":"Stuff 27","value":"stuff-27","line":8,"column":0,"depth":1},"stuff":{"type":"header","text":"Stuff","value":"stuff","line":10,"column":0,"depth":2}},"children":[],"parent":null,"data":{}},"hash":"17bb9b7131e9a31e5633959d5743544b"}}}