kevins8
07/29/2021, 3:23 PM7even
07/29/2021, 3:25 PMuser
07/29/2021, 3:25 PMDendron: Launch Tutorial? I couldn't find another way.
Thank you very much and keep the good work! πkevins8
07/29/2021, 3:25 PMkevins8
07/29/2021, 3:26 PMkevins8
07/29/2021, 3:26 PMKiran
07/29/2021, 3:27 PMKiran
07/29/2021, 3:27 PMkevins8
07/29/2021, 3:28 PMDendron: Initialize Workspace to start Dendron in a new folderfoureyedsoul
07/29/2021, 5:11 PM/assets/images folder of one of my Dendron vaults. At first, it only displayed the path, not the image, in Dendron's preview. But then I went into Typora's settings, clicked on "Image", and clicked "Use relative path if possible." I tried it again and the image displayed in Dendron as well as in Typora.
So I think the "use relative path if possible" setting is the key.aleksey
07/29/2021, 5:58 PMjson
{
"key": "ctrl+l m",
"command": "dendron.lookup",
"args": {
"noteType": "journal",
"value": "${fileBasenameNoExtension}"
}
}
Getting ${fileBasenameNoExtension}.journal.2021.07.29. Is there a trick to it?kevins8
07/29/2021, 6:07 PMkevins8
07/29/2021, 6:07 PMTika
07/29/2021, 11:56 PMmandarvaze
07/30/2021, 12:44 AMkevins8
07/30/2021, 1:05 AMbuildSite command via the cli should still workkevins8
07/30/2021, 1:19 AMuser
07/30/2021, 9:13 AMuser
07/30/2021, 9:13 AMuser
07/30/2021, 9:14 AMuser
07/30/2021, 9:15 AMmandarvaze
07/30/2021, 3:46 PM.gitignore and is a different repo altogether.
shell
-rw-rw-r-- 1 mandar mandar 1.2K Jul 27 16:14 dendron.code-workspace
-rw-rw-r-- 1 mandar mandar 1.1K Jul 30 11:47 dendron.yml
drwxrwxr-x 7 mandar mandar 4.0K Jul 30 20:58 docs/ <------------------- this is under .gitignore and different git repo
-rw-rw-r-- 1 mandar mandar 16K Jul 22 14:15 favicon.ico
drwxrwxr-x 748 mandar mandar 28K Jul 30 11:16 node_modules/
-rw-rw-r-- 1 mandar mandar 187 Jul 30 11:16 package.json
-rw-rw-r-- 1 mandar mandar 690K Jul 30 11:16 package-lock.json
drwxrwxr-x 6 mandar mandar 4.0K Jul 30 09:22 private/ <------------------- this is under .gitignore and different git repo
drwxrwxr-x 3 mandar mandar 4.0K Jul 29 10:49 public/
I think this setup of private git repo inside of other git repo confuses lot of extensions like "Git Automator" and "Git Doc"
Both of them ignore private repo, which is where I would rather have "Git Doc" (Automatic commits after fixed interval)
I would like suggestions as to how to maintain "Two vaults in separate git repos"Bassmann
07/30/2021, 3:48 PMmandarvaze
07/30/2021, 3:49 PMBassmann
07/30/2021, 4:02 PMmandarvaze
07/30/2021, 4:03 PMkevins8
07/30/2021, 4:07 PMrainmaker
07/30/2021, 8:17 PMBassmann
07/30/2021, 8:20 PMrainmaker
07/30/2021, 8:23 PM