user
01/21/2022, 12:32 AMseadude
01/30/2022, 6:48 AMUsers/me/Documents
(and the disconnect between my Dendron workspace and the repo contents...)
- I can instead clone one subdirectory from the repo (like blog-posts/
!!) to my Dendron/vault/blog-posts
directory!
- Git Commands:
- git clone --depth 1 --sparse <your_git_repo_url>
- cd <repo_name>
- git sparse-checkout set <subdirectory_name
- Reference: https://stackoverflow.com/a/52269934/5976033seadude
01/30/2022, 6:51 AMp0lyg0n
01/30/2022, 3:39 PMp0lyg0n
01/30/2022, 3:39 PMseadude
02/03/2022, 3:44 PMworkbench.enable.enablePreview
option to unchecked.
- Now each file you click will open a new VS Code tabseadude
02/03/2022, 7:39 PMnpm
to install [decktape
](https://github.com/astefanutti/decktape)
- *Example cli usage: *
- Click Open presentation in Browser
from the extension
- Open terminal
- From dendron/vault/assets/pdfs
directory, run:
- decktape --pdf-author "<youir_name>" --pdf-title "<pdf_title>" reveal "http://localhost:<whatever_port#>" <pdf_filename>.pdf
seadude
02/04/2022, 11:48 PMCTRL+L
!!!!
- I'm juuust getting to the point where I STOP looking for files in the VS Code File Explorer.
- Its refreshing to CTRL+L and find (and also create) things!!kevins8
02/04/2022, 11:59 PMctrl+l
when browsing regular code 😅seadude
02/05/2022, 12:03 AMCTRL+L
for looking up "things" in your Dendron kb
- CTRL+P
for looking up "things" in your workspace (I think)
- CTRL+O
for looking up "things" outside your workspace but on your machinealeksey
02/05/2022, 12:09 AMseadude
02/05/2022, 12:09 AMseadude
02/05/2022, 4:55 AM<table>
<tr>
<td style="border: 5px solid black; border-collapse: collapse; padding:0px; border-color: #FAFAFA;">
<img src=".\assets\images\test.png"/>
</td>
</tr>
</table>
Looks really nice in Preview. Its super easy to show two (or more) images on the same span using this method tooScriptAutomate
02/05/2022, 6:16 PMseadude
02/05/2022, 6:17 PMseadude
02/05/2022, 6:18 PMseadude
02/05/2022, 6:19 PMaleksey
02/09/2022, 5:39 PMkevins8
02/09/2022, 6:26 PMuser
02/09/2022, 8:07 PMPaul_J
02/12/2022, 10:48 PMmoksha
02/13/2022, 3:16 AMPaul_J
02/13/2022, 10:28 AMseadude
02/14/2022, 6:02 AMFile/Add Folder to Workspace
AND
2. YOU CAN TAG CODE to aid when searching!!seadude
02/14/2022, 6:03 AMseadude
02/14/2022, 6:03 AMkevins8
02/14/2022, 5:01 PMseadude
02/14/2022, 5:05 PM