Notes&2do
Notes:
To do:
Code Notation
Different ways for code notation in code block. describe how to correctly use it in qmd and vscode
---
format:
html:
code-fold: true
code-copy: true
code-overflow: wrap
------
title: Simple Lightbox Example
filters:
- lightbox
lightbox: auto
---
{group="my-gallery"}
{group="my-gallery"}
{group="my-gallery"}``` markdown
```{.r}
#| fig-cap:
#| - Caption for first plot
#| - Caption for second plot
#| lightbox:
#| group: cars
#| description:
#| - This is the decription for first graph
#| - This is the decription for second graph
plot(mtcars)
plot(cars)
`
Symlinks in Git
Want to make simlinks to the blog files so I do not repeat files (copy/paste, etc)
~/.dotfiles in 100 Seconds
Git Bare Repository - A Better Way To Manage Dotfiles
Git-Bash Windows and Symlinks [OLD]