user
06/13/2021, 10:21 AMKiran
06/13/2021, 10:22 AMuser
06/13/2021, 10:22 AMJoMXL
06/13/2021, 1:23 PMUnable to open 'biomed.courses.mera.schreurs.clinical.md': Unable to read file '\\C:\Users\my-name\repos\Dendron\vault\biomed.courses.mera.schreurs.clinical.md' (Unknown (FileSystemError): Error: UNKNOWN: unknown error, stat '\\C:\Users\my-name\repos\Dendron\vault\biomed.courses.mera.schreurs.clinical.md').user
06/13/2021, 1:56 PMkevins8
06/13/2021, 2:07 PMhenry
06/13/2021, 5:23 PMuser
06/13/2021, 8:02 PMuser
06/13/2021, 8:26 PM{
"key": "ctrl+shift+alt+g",
"command": "workbench.action.findInFiles",
"args": {
"query": "tag.",
"replace": "",
"preserveCase": false,
"triggerSearch": true,
"filesToInclude": "*.md",
"filesToExclude": "",
"isRegex": false,
"isCaseSensitive": false,
"matchWholeWord": false,
"useExcludeSettingsAndIgnoreFiles": true
}
},ebear
06/14/2021, 6:11 AMRefactor Hierarchy to remove a hierarchy tier?
Example: I have a bunch of notes like todos.2021.06.14.114540.md and I'd like to refactor them to remove the time part of that time stamp (114540 in this case).
I couldn't get JS special replacement patterns to work. Example: I tried todos.2021.(\d+).(\d+). and todos.2021.$1.$2. The $1 replaced as itself instead of the matched contents of (\d+). It looks like this command is using a plain JS regexp under the hood: https://github.com/dendronhq/dendron/blob/master/packages/plugin-core/src/commands/RefactorHierarchyV2.ts#L122
Am I missing something in my setup?zebrastuhl
06/14/2021, 7:48 AMzebrastuhl
06/14/2021, 7:51 AMadithya321
06/14/2021, 9:31 AMDarrenBrierton
06/14/2021, 11:13 AMJoshi
06/14/2021, 11:30 AMadithya321
06/14/2021, 11:52 AMIf you paste a rich text, it will try to convert the rich text to Markdown.(Linux only)user
06/14/2021, 12:10 PMmandarvaze
06/14/2021, 12:31 PMuser
06/14/2021, 1:00 PMid: jQRRxXPxJnmEaz8vRbvSW
id: '-8DxIfaJddgjdPedL3DzB'mandarvaze
06/14/2021, 1:49 PMuser
06/14/2021, 1:55 PMvk-l.nanoid-generator although oddly only 1 instead of a bunch... but if it works, don't fix it! (except, of course, if you're refactoring to reduce tech debt 🙂 )user
06/14/2021, 8:19 PMSwamiji
06/15/2021, 2:02 AMSwamiji
06/15/2021, 2:03 AMkevins8
06/15/2021, 3:53 AMSwamiji
06/16/2021, 6:09 AMuser
06/16/2021, 1:52 PMkevins8
06/16/2021, 2:07 PMdendron.yml?kevins8
06/16/2021, 2:08 PMSwamiji
06/16/2021, 2:20 PMversion: 1
vaults:
-
fsPath: vault
useFMTitle: true
useNoteTitleForLink: true
noAutoCreateOnDefinition: true
noLegacyNoteRef: true
lookupConfirmVaultOnCreate: false
site:
siteUrl: https://notes.samkitk.com
copyAssets: true
siteHierarchies:
- root
siteRootDir: docs
usePrettyRefs: true
title: Samkit's Notes
description: Personal knowledge space
duplicateNoteBehavior:
action: useVault
payload:
- vault
ga_tracking: UA-174569008-1
logo: vault/logo-new.gif
siteLastModified: true
author: Samkit
siteFaviconPath: vault/favicon.ico
initializeRemoteVaults: true