tsnieman
11/29/2021, 5:18 PMkevins8
11/29/2021, 5:21 PMaleksey
12/01/2021, 2:47 AMkevins8
12/01/2021, 3:18 AMChairos
12/01/2021, 1:47 PMkevins8
12/02/2021, 9:39 PMDendron: Delete Node
Β· Issue #963 Β· dendronhq/dendron](https://github.com/dendronhq/dendron/issues/963)
2. [Vault rename command Β· Issue #840 Β· dendronhq/dendron](https://github.com/dendronhq/dendron/issues/840)
3. [Interactive checkboxes in Dendron Preview Β· Issue #1828 Β· dendronhq/dendron](https://github.com/dendronhq/dendron/issues/1828)
4. None of these (if there's an issue you'd like to add to rotation, please reply with a github issue)
To vote, respond with a 1οΈβ£ 2οΈβ£ 3οΈβ£ or 4οΈβ£ to this message. voting closes Monday at noon Pacific Timekevins8
12/07/2021, 1:37 AMWildMagic
12/09/2021, 7:16 PMWildMagic
12/09/2021, 7:24 PMScriptAutomate
12/09/2021, 9:11 PMTika
12/13/2021, 7:20 AMkevins8
12/14/2021, 10:58 PMWildMagic
12/14/2021, 11:25 PMkevins8
12/14/2021, 11:51 PMWildMagic
12/15/2021, 12:37 AMkevins8
12/15/2021, 12:44 AMWildMagic
12/15/2021, 12:49 AMWildMagic
12/16/2021, 10:38 PMdendron publish dev
in rapid succession, sometimes the pages show up at localhost:3001 instead of localhost:3000 (maybe because port 3000 is still "busy" from the previous attempt?) That's not a problem. The problem is that localhost:3000
seems to be hard-coded as the URL for the site title in the top left corner, even when the site is being served at localhost:3001. See the annotated screenshot below for a better understanding of this.kevins8
12/18/2021, 3:30 PMkevins8
12/18/2021, 3:31 PMuntoldbytes
12/20/2021, 2:46 PMsifb
12/20/2021, 5:14 PMjyeung
12/21/2021, 1:48 AMandrey-jef
12/21/2021, 5:44 AMpage build failure
with GitHub Pages, leads me to publishing methods via Netlify. TIL that with this Netlify workflow, I just need to push updated contents to GitHub repo by Dendron: Workspace: Sync
, and all of the built process will be executed automatically by Netlify.
Much better, both in execution time, number of keystroke, size of local folder on disk and manual effort, vs the workflow of publishing via GitHub Pages.
Thank you who took time and wrote the tutorial in details with gif screen cap. Imho, this is a tutorial written under a newbie's point of view. Awesome! π
https://blog.dendron.so/notes/7h7zZkjF4Yqz8XSrHS1je/Tika
12/21/2021, 1:30 PMjsamr
12/21/2021, 2:44 PMmshamilna
12/21/2021, 3:05 PMkevins8
12/21/2021, 3:11 PMyml
version: 4
useFMTitle: true
useNoteTitleForLink: true
mermaid: true
useKatex: true
dev:
enablePreviewV2: true
site:
copyAssets: true
siteHierarchies:
- root
siteRootDir: docs
usePrettyRefs: true
title: Dendron
description: Personal knowledge space
siteLastModified: true
gh_edit_branch: main
duplicateNoteBehavior:
action: useVault
payload:
- vault
commands:
lookup:
note:
selectionMode: extract
confirmVaultOnCreate: false
leaveTrace: false
bubbleUpCreateNew: true
fuzzThreshold: 0.2
randomNote: {}
insertNote:
initialValue: templates
insertNoteLink:
aliasMode: none
enableMultiSelect: false
insertNoteIndex:
enableMarker: false
workspace:
vaults:
-
fsPath: vault
journal:
dailyDomain: daily
name: journal
dateFormat: y.MM.dd
addBehavior: childOfDomain
scratch:
name: scratch
dateFormat: y.MM.dd.HHmmss
addBehavior: asOwnDomain
task:
name: ''
dateFormat: ''
addBehavior: childOfCurrent
statusSymbols:
'': ' '
wip: w
done: x
assigned: a
moved: m
blocked: b
delegated: l
dropped: d
pending: 'y'
prioritySymbols:
H: high
M: medium
L: low
todoIntegration: false
createTaskSelectionType: selection2link
graph:
zoomSpeed: 1
enableAutoCreateOnDefinition: false
enableXVaultWikiLink: false
enableRemoteVaultInit: true
enableUserTags: true
enableHashTags: true
workspaceVaultSyncMode: noCommit
enableAutoFoldFrontmatter: false
enableEditorDecorations: true
maxPreviewsCached: 10
maxNoteLength: 204800
preview:
enableFMTitle: true
enableNoteTitleForLink: true
enableMermaid: true
enablePrettyRefs: true
enableKatex: true
automaticallyShowPreview: false
kevins8
12/21/2021, 3:12 PMkevins8
12/21/2021, 3:26 PM