not using dendron
settled on (going back to) Joplin (combined with VsCode plugin) for my notes.
This commit is contained in:
parent
d0fe35cd28
commit
73d11e7bd1
7
public-dendron-notes/.gitignore
vendored
7
public-dendron-notes/.gitignore
vendored
@ -1,7 +0,0 @@
|
||||
node_modules
|
||||
.dendron.*
|
||||
build
|
||||
seeds
|
||||
.next
|
||||
pods/service-connections
|
||||
dependencies/localhost/CTO Stuff
|
@ -1,41 +0,0 @@
|
||||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "dependencies/localhost/CTO Stuff/notes",
|
||||
"name": "CTO Stuff"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
],
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}
|
@ -1,117 +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: dependencies/localhost/CTO Stuff
|
||||
selfContained: true
|
||||
name: CTO Stuff
|
||||
-
|
||||
fsPath: .
|
||||
selfContained: true
|
||||
name: public-dendron-notes
|
||||
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
|
||||
duplicateNoteBehavior:
|
||||
action: useVault
|
||||
payload:
|
||||
- CTO Stuff
|
||||
- public-dendron-notes
|
@ -1,20 +0,0 @@
|
||||
{
|
||||
"todo": {
|
||||
"prefix": "to",
|
||||
"scope": "markdown,yaml",
|
||||
"body": "- [ ] ",
|
||||
"description": "render todo box"
|
||||
},
|
||||
"date": {
|
||||
"prefix": "date",
|
||||
"scope": "markdown,yaml",
|
||||
"body": "$CURRENT_YEAR.$CURRENT_MONTH.$CURRENT_DATE",
|
||||
"description": "today's date"
|
||||
},
|
||||
"time": {
|
||||
"prefix": "time",
|
||||
"scope": "markdown,yaml",
|
||||
"body": "$CURRENT_YEAR-$CURRENT_MONTH-$CURRENT_DATE $CURRENT_HOUR:$CURRENT_MINUTE",
|
||||
"description": "time"
|
||||
}
|
||||
}
|
@ -1,20 +0,0 @@
|
||||
---
|
||||
id: 48m0xl0wccoacr2qun4p7kd
|
||||
title: Stuff27
|
||||
desc: ''
|
||||
updated: 1702002233754
|
||||
created: 1702002218523
|
||||
---
|
||||
|
||||
# Stuff 27
|
||||
|
||||
## Stuff
|
||||
|
||||
27
|
||||
|
||||
1
|
||||
|
||||
|
||||
test
|
||||
|
||||
blah blah
|
@ -1,24 +0,0 @@
|
||||
---
|
||||
id: 5k3t3gxg2j1c2ycg19z1xi2
|
||||
title: Root
|
||||
desc: ''
|
||||
updated: 1702002267257
|
||||
created: 1702002039427
|
||||
---
|
||||
# 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/)
|
||||
|
||||
## Testing
|
||||
|
||||
Testing the note functionality. Figuring out how to put things in places etc....
|
@ -1,7 +0,0 @@
|
||||
version: 1
|
||||
imports: []
|
||||
schemas:
|
||||
- id: root
|
||||
children: []
|
||||
title: root
|
||||
parent: root
|
Loading…
Reference in New Issue
Block a user