cleanup
This commit is contained in:
parent
aa8adab1c4
commit
6f8c68a008
1
public-dendron-notes/.dendron.port
Normal file
1
public-dendron-notes/.dendron.port
Normal file
@ -0,0 +1 @@
|
|||||||
|
36756
|
1
public-dendron-notes/.dendron.ws
Normal file
1
public-dendron-notes/.dendron.ws
Normal file
@ -0,0 +1 @@
|
|||||||
|
{"version":"0.124.0","activationTime":1713795813687}
|
7
public-dendron-notes/dependencies/localhost/CTO Stuff/.gitignore
vendored
Normal file
7
public-dendron-notes/dependencies/localhost/CTO Stuff/.gitignore
vendored
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
node_modules
|
||||||
|
.dendron.*
|
||||||
|
build
|
||||||
|
seeds
|
||||||
|
.next
|
||||||
|
pods/service-connections
|
||||||
|
.dendron.cache.*
|
@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
@ -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
|
@ -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/)
|
@ -0,0 +1,7 @@
|
|||||||
|
version: 1
|
||||||
|
imports: []
|
||||||
|
schemas:
|
||||||
|
- id: root
|
||||||
|
children: []
|
||||||
|
title: root
|
||||||
|
parent: root
|
1
public-dendron-notes/notes/.dendron.cache.json
Normal file
1
public-dendron-notes/notes/.dendron.cache.json
Normal file
@ -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"}}}
|
Loading…
Reference in New Issue
Block a user