Skip to content

Commit

Permalink
Update dendron
Browse files Browse the repository at this point in the history
  • Loading branch information
dnnsmnstrr committed Feb 19, 2024
1 parent 1ac44ee commit f9a270f
Show file tree
Hide file tree
Showing 6 changed files with 82 additions and 106 deletions.
19 changes: 9 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
.neuron
.obsidian
.dendron.*
.mft
*.log
node_modules
.dendron.*
build
repos
docs
seeds
.next
pods/service-connections

.neuron
.obsidian
.dendron.*
.backup
.flowershow
# Ignore Smart Connections folder because embeddings file is large and updated frequently
.smart-connections
docs
*.log
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cache:
- .next/cache/

pages:
image: node:14
image: node:20
script:
- npm install
- (test -d .next) && (echo 'updating dendron next...' && cd .next && git reset --hard && git clean -f && git pull) || (echo 'init dendron next' && npx dendron publish init)
Expand Down
22 changes: 0 additions & 22 deletions dendron.2021.12.06.025002455.migrate-configs.yml

This file was deleted.

70 changes: 37 additions & 33 deletions dendron.code-workspace
Original file line number Diff line number Diff line change
@@ -1,36 +1,40 @@
{
"folders": [
{
"name": "zettelkasten",
"path": "."
}
],
"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"
"folders": [
{
"path": "notes",
"name": "zettelkasten"
},
"extensions": {
"recommendations": [
"dendron.dendron-paste-image",
"equinusocio.vsc-material-theme",
"dendron.dendron-markdown-shortcuts",
"dendron.dendron-markdown-preview-enhanced",
"dendron.dendron-markdown-links",
"github.github-vscode-theme"
],
"unwantedRecommendations": [
"dendron.dendron-markdown-notes",
"shd101wyy.markdown-preview-enhanced",
"kortina.vscode-markdown-notes",
"mushan.vscode-paste-image"
]
{
"path": "."
}
}
],
"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"
]
}
}
67 changes: 34 additions & 33 deletions dendron.yml
Original file line number Diff line number Diff line change
@@ -1,28 +1,31 @@
version: 5
dev:
enablePreviewV2: true
enableSelfContainedVaults: true
commands:
lookup:
note:
selectionMode: extract
confirmVaultOnCreate: false
confirmVaultOnCreate: true
vaultSelectionModeOnCreate: smart
leaveTrace: false
bubbleUpCreateNew: true
vaultSelectionModeOnCreate: smart
fuzzThreshold: 0.2
insertNote:
initialValue: templates
randomNote: {}
insertNoteLink:
aliasMode: none
enableMultiSelect: false
insertNoteIndex:
enableMarker: false
randomNote: {}
copyNoteLink:
aliasMode: title
templateHierarchy: template
workspace:
dendronVersion: 0.83.0
vaults:
-
fsPath: .
selfContained: true
name: zettelkasten
journal:
dailyDomain: daily
name: journal
Expand All @@ -32,23 +35,10 @@ workspace:
name: scratch
dateFormat: y.MM.dd.HHmmss
addBehavior: asOwnDomain
graph:
zoomSpeed: 1
createStub: false
disableTelemetry: true
enableAutoCreateOnDefinition: false
enableXVaultWikiLink: false
enableRemoteVaultInit: true
workspaceVaultSyncMode: noCommit
enableAutoFoldFrontmatter: false
maxPreviewsCached: 10
maxNoteLength: 204800
enableUserTags: true
enableHashTags: true
task:
name: ''
dateFormat: ''
addBehavior: childOfCurrent
name: task
dateFormat: y.MM.dd
addBehavior: asOwnDomain
statusSymbols:
'': ' '
wip: w
Expand All @@ -59,28 +49,40 @@ workspace:
delegated: l
dropped: d
pending: 'y'
taskCompleteStatus:
- done
- x
prioritySymbols:
H: high
M: medium
L: low
todoIntegration: false
createTaskSelectionType: selection2link
taskCompleteStatus:
- done
- x
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
vaults: []
enablePersistentHistory: false
preview:
enableFMTitle: false
enableFMTitle: true
enableNoteTitleForLink: true
enablePrettyRefs: true
enableKatex: true
enableFrontmatterTags: true
enableHashesForFMTags: false
enablePrettyRefs: true
enableKatex: true
automaticallyShowPreview: false
publishing:
enableFMTitle: false
enableFMTitle: true
enableNoteTitleForLink: true
enablePrettyRefs: true
enableKatex: true
Expand All @@ -91,7 +93,7 @@ publishing:
siteRootDir: docs
seo:
title: Zettelkasten
description: Personal knowledge space
description: Personal Knowledge Space
github:
enableEditLink: true
editLinkText: Edit this page on GitHub
Expand All @@ -103,5 +105,4 @@ publishing:
enableRandomlyColoredTags: true
enableTaskNotes: true
enablePrettyLinks: true
searchMode: lookup
siteUrl: https://dnnsmnstrr.gitlab.io/zettelkasten
searchMode: search
8 changes: 1 addition & 7 deletions notes/.vscode/dendron.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,6 @@
"body": "- [ ] ",
"description": "render todo box"
},
"tag": {
"prefix": "#",
"scope": "markdown,yaml",
"body": "[[#${1:my-tag}|tag.${1}]]",
"description": "tag"
},
"date": {
"prefix": "date",
"scope": "markdown,yaml",
Expand Down Expand Up @@ -40,4 +34,4 @@
"scope": "markdown,yaml",
"body": "| ${1:header} | ${2:header} |\n| --- | --- |\n| ${3:cell} | ${4:cell} |",
}
}
}

0 comments on commit f9a270f

Please sign in to comment.