josh
02/18/2022, 9:06 PMSoto Ducani
02/18/2022, 9:25 PMSoto Ducani
02/18/2022, 9:27 PMSoto Ducani
02/18/2022, 9:38 PMSoto Ducani
02/18/2022, 9:48 PMSoto Ducani
02/18/2022, 9:49 PMSoto Ducani
02/18/2022, 9:52 PMjosh
02/18/2022, 10:05 PMseadude
02/18/2022, 11:34 PMseadude
02/18/2022, 11:36 PMkevins8
02/19/2022, 12:06 AMkevins8
02/19/2022, 12:45 AMscionow
02/19/2022, 9:09 AMSeriousBug
02/19/2022, 9:36 AMdendron.code-workspace
file entirely in which case VSCode will display the name of the folder instead, but you'll miss some features like recommended extensions and vault names in the breadcrumbs then.scionow
02/19/2022, 9:39 AMaleksey
02/19/2022, 12:44 PMPetew
02/19/2022, 11:25 PMjosh
02/20/2022, 5:13 PMSeriousBug
02/20/2022, 6:05 PMjosh
02/20/2022, 6:06 PMNeverSleep360
02/20/2022, 11:04 PMkevins8
02/21/2022, 12:10 AMElderFallGuy
02/21/2022, 11:03 AM//dendron.yml
workspace:
vaults:
-
fsPath: ../vault/person
name: person
//dendron.code-workspace
...
{
"name": "person",
"path": "../vault/person"
},
...
Other main features work fine (e.g. lookup)
but when I try to refactor "person.someone" to "friend.someone", the preprocessing is OK (I see the list of before/after notes)
I got a "vault no found" error...
Any idea? thanksElderFallGuy
02/21/2022, 11:36 AM[[dendron://person/friend.someone]]
to link to the person page. I wonder if there is an easier way to add wiki links. (I am trying some custum code snippets).tyh2305
02/21/2022, 11:39 AMLoading...
and I had to reload the entire window. Previously when I making note without using Katex equation, it worked smoothly, is it my setting problem or the markdown previewer has some issue on this?kevins8
02/21/2022, 4:39 PMkevins8
02/21/2022, 4:42 PMCopyNoteLink
command, dendron will add the linkk to the clipboard. we have a setting to toggle whether these links should be xavult by default -> https://wiki.dendron.so/notes/3i4ABJutl7NGeXRHTnUEC.html#enablexvaultwikilinkkevins8
02/21/2022, 4:43 PML3n
02/21/2022, 6:32 PMbenhsm | Jack of N trades
02/21/2022, 6:50 PM