seadude
02/04/2022, 4:52 PMseadude
02/04/2022, 4:52 PMTika
02/04/2022, 7:19 PMSeriousBug
02/04/2022, 7:23 PMdendron.code-workspace
file. It's VSCode's own workspace settingsTika
02/04/2022, 7:24 PMSeriousBug
02/04/2022, 7:25 PMTika
02/04/2022, 7:26 PMrrf
02/05/2022, 12:12 AMuser
02/05/2022, 12:31 AMseadude
02/05/2022, 12:31 AMassets/ipynb
folder within my vaultseadude
02/05/2022, 12:33 AMseadude
02/05/2022, 12:35 AMseadude
02/05/2022, 12:40 AMuser
02/05/2022, 12:40 AMuser
02/05/2022, 12:42 AMseadude
02/05/2022, 12:46 AMrrf
02/05/2022, 12:51 AMseadude
02/05/2022, 1:36 AMassets/ipynb
) in my vault...you need to use CTRL+P
to find files within them!!
(not CTRL+L
)seadude
02/05/2022, 2:49 AMruph0us
02/05/2022, 1:26 PMseadude
02/05/2022, 1:35 PMhttps://cdn.discordapp.com/attachments/783027389919658025/938534901702066206/2022-02-02_dendron.remote-full.pngâ–¾
seadude
02/05/2022, 1:39 PMgravelcrab
02/05/2022, 3:32 PMstub:
property is set to true
for these notes, yet they are still visible in the Explorer
section of VSCodium.
Should they be visible? Can I hide them somehow?seadude
02/05/2022, 4:06 PMa.b.c.d.e.f.md
- Only one file has been created
- BUT...if you view the hierarchy in the Tree View AND you click on each level of the hierarchy, Dendron will then create each level as a fileseadude
02/05/2022, 4:08 PMa.b.c.d.e.f.md
gravelcrab
02/05/2022, 4:11 PMseadude
02/05/2022, 4:11 PMseadude
02/05/2022, 4:21 PMtest.md
)
2. Ensure you have an assets/images
folder in your vault
3. Add one image (.png) to the assets/images
folder
4. Add the following HTML table to test.md
(substituting <image file name>
accordingly
<table>
<tr>
<td style="border: 5px solid black; border-collapse: collapse; padding:0px; border-color: #27ad74;">
<img src=".\assets\images\<image file name>"/>
</td>
<tr>
</table>
5. Preview the file (CTRL+SHFT+v
) ensure the image is rendered
6. Export the file as PDF (Right click on the preview / Chrome (Puppeteer) / PDF
)kevins8
02/05/2022, 4:39 PMkevins8
02/05/2022, 4:40 PM