ichimga
04/22/2022, 5:24 PMnpx dendron publish dev
. If a run the publish command on a new Dendron workspace, it works fine. So I believe there must be something in the content of my .md files or in the title of a file that gives back this error. Any hints on how I could find what the file in question is? What should I look for? I have too many files to look into each one by one and I'm not sure what I'm looking for. Thanks!
See error here https://matemates.com/zerobin/?39eea7f7a6584c85#8d1FvBS7i3YAcJeV3wDB6sqb5XJ2GRKxbZcLWbuSTcuwkevins8
04/22/2022, 5:54 PMkevins8
04/22/2022, 5:57 PMtitle: {number}
?
also - what version of dendron are you running?ichimga
04/22/2022, 7:25 PMHeyyyyJinn
04/22/2022, 11:27 PMbradw
04/22/2022, 11:30 PMkevins8
04/22/2022, 11:45 PMkevins8
04/22/2022, 11:45 PMbradw
04/23/2022, 12:16 AMSylvan
04/24/2022, 4:33 AMSeriousBug
04/24/2022, 4:35 AMSylvan
04/24/2022, 4:36 AMSylvan
04/24/2022, 4:36 AMrioka
04/24/2022, 11:49 AMkevins8
04/24/2022, 4:17 PMxyz
04/24/2022, 4:32 PMgravelcrab
04/24/2022, 5:47 PMPaste Image
, what's the best way to caption those images (i.e., text below the image that describes the image). Currently, I'm just putting an italicized description on the next line immediately below the image. But this doesn't always render properly in all markdown viewers (e.g. in Gitlab, it shows the caption to the right of the image, instead of directly below it). I checked through the documentation and searched through previous chats and I'm not seeing an obvious solution. Thanks!RenStrike
04/24/2022, 8:38 PMSeriousBug
04/24/2022, 8:41 PMfile://C:...
. It should work when you put it on a server. You'll just want to make sure assetsPrefix
is set correctly if it is published in a subfolder (like example.com/my-notes/
): https://wiki.dendron.so/notes/zvFzP2vGufKPBZJ2KvvfQ/SeriousBug
04/24/2022, 8:43 PMSeriousBug
04/24/2022, 8:48 PM<figure>
<img src="https://example.com/image.png">
<figcaption style="font-style: italic">This is the caption.</figcaption>
</figure>
RenStrike
04/24/2022, 8:55 PMSeriousBug
04/24/2022, 9:07 PMdendron publish dev
to get a preview. It doesn't automatically update every time you change a note though, that's not implemented yet. https://wiki.dendron.so/notes/e5st4LFLtIwwbQmC6JBaF/#previewRenStrike
04/25/2022, 1:59 AMSeriousBug
04/25/2022, 2:01 AMdendron.yml
and dendron.code-workspace
files, then you can open the workspace file and press the open workspace button. It should work then.
2. You can initialize a new workspace, then use the "Vault Add" command in it. When prompted pick "remote", then paste the clone url for your vault.dvy
04/25/2022, 8:10 AMgrndstt
04/25/2022, 8:52 AMgrndstt
04/25/2022, 8:53 AMgrndstt
04/25/2022, 8:54 AMgrndstt
04/25/2022, 8:55 AM