From bbf433d309442bdc9543f10f6a00a68e804a03bd Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Fri, 8 Dec 2023 02:25:25 +0000 Subject: [PATCH] Dec 7, 2023, 8:25 PM --- public-dendron-notes/.gitignore | 3 +- public-dendron-notes/dendron.code-workspace | 74 +++++++++++---------- public-dendron-notes/dendron.yml | 9 +++ public-dendron-notes/notes/Stuff27.md | 20 ++++++ public-dendron-notes/notes/root.md | 8 ++- 5 files changed, 76 insertions(+), 38 deletions(-) create mode 100644 public-dendron-notes/notes/Stuff27.md diff --git a/public-dendron-notes/.gitignore b/public-dendron-notes/.gitignore index 77ad2f5..7fbf1c0 100644 --- a/public-dendron-notes/.gitignore +++ b/public-dendron-notes/.gitignore @@ -3,4 +3,5 @@ node_modules build seeds .next -pods/service-connections \ No newline at end of file +pods/service-connections +dependencies/localhost/CTO Stuff \ No newline at end of file diff --git a/public-dendron-notes/dendron.code-workspace b/public-dendron-notes/dendron.code-workspace index 58d317a..e11efbe 100644 --- a/public-dendron-notes/dendron.code-workspace +++ b/public-dendron-notes/dendron.code-workspace @@ -1,37 +1,41 @@ { - "folders": [ - { - "path": "notes", - "name": "public-dendron-notes" - } - ], - "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" + "folders": [ + { + "path": "dependencies/localhost/CTO Stuff/notes", + "name": "CTO Stuff" + }, + { + "path": "notes", + "name": "public-dendron-notes" + } ], - "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" - ] - } -} + "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" + ] + } +} \ No newline at end of file diff --git a/public-dendron-notes/dendron.yml b/public-dendron-notes/dendron.yml index d9d7f55..bacde42 100644 --- a/public-dendron-notes/dendron.yml +++ b/public-dendron-notes/dendron.yml @@ -22,6 +22,10 @@ commands: templateHierarchy: template workspace: vaults: + - + fsPath: dependencies/localhost/CTO Stuff + selfContained: true + name: CTO Stuff - fsPath: . selfContained: true @@ -106,3 +110,8 @@ publishing: enableTaskNotes: true enablePrettyLinks: true searchMode: search + duplicateNoteBehavior: + action: useVault + payload: + - CTO Stuff + - public-dendron-notes diff --git a/public-dendron-notes/notes/Stuff27.md b/public-dendron-notes/notes/Stuff27.md new file mode 100644 index 0000000..d2b5d13 --- /dev/null +++ b/public-dendron-notes/notes/Stuff27.md @@ -0,0 +1,20 @@ +--- +id: 48m0xl0wccoacr2qun4p7kd +title: Stuff27 +desc: '' +updated: 1702002233754 +created: 1702002218523 +--- + +# Stuff 27 + +## Stuff + +27 + +1 + + +test + +blah blah diff --git a/public-dendron-notes/notes/root.md b/public-dendron-notes/notes/root.md index a599057..f7e60de 100644 --- a/public-dendron-notes/notes/root.md +++ b/public-dendron-notes/notes/root.md @@ -2,7 +2,7 @@ id: 5k3t3gxg2j1c2ycg19z1xi2 title: Root desc: '' -updated: 1702002039427 +updated: 1702002267257 created: 1702002039427 --- # Welcome to Dendron @@ -17,4 +17,8 @@ This section contains useful links to related resources. - [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 +- [Developer Docs](https://docs.dendron.so/) + +## Testing + +Testing the note functionality. Figuring out how to put things in places etc.... \ No newline at end of file