diff --git a/public-dendron-notes/.dendron.port b/public-dendron-notes/.dendron.port deleted file mode 100644 index 2c468e9..0000000 --- a/public-dendron-notes/.dendron.port +++ /dev/null @@ -1 +0,0 @@ -36756 \ No newline at end of file diff --git a/public-dendron-notes/.dendron.ws b/public-dendron-notes/.dendron.ws deleted file mode 100644 index 8f0e06a..0000000 --- a/public-dendron-notes/.dendron.ws +++ /dev/null @@ -1 +0,0 @@ -{"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 deleted file mode 100644 index 449c502..0000000 --- a/public-dendron-notes/dependencies/localhost/CTO Stuff/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index c0f9609..0000000 --- a/public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.code-workspace +++ /dev/null @@ -1,37 +0,0 @@ -{ - "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 deleted file mode 100644 index 8ebcb7e..0000000 --- a/public-dendron-notes/dependencies/localhost/CTO Stuff/dendron.yml +++ /dev/null @@ -1,108 +0,0 @@ -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 deleted file mode 100644 index dd05d03..0000000 --- a/public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -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 deleted file mode 100644 index 94335cd..0000000 --- a/public-dendron-notes/dependencies/localhost/CTO Stuff/notes/root.schema.yml +++ /dev/null @@ -1,7 +0,0 @@ -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 deleted file mode 100644 index 3a1c11f..0000000 --- a/public-dendron-notes/notes/.dendron.cache.json +++ /dev/null @@ -1 +0,0 @@ -{"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"}}}