GitXplorerGitXplorer
a

aarnphm.github.io

public
3 stars
0 forks
5 issues

Commits

List of commits on branch main.
Verified
a3a9d2921e4b526392d58891c7fb719667748ad9

fix: set to min v22 for build

aaarnphm committed 10 hours ago
Verified
04025d1f0f0b8f900b417818f4492fd57befcdf6

perf: faster rebuild with correct file watcher

aaarnphm committed 11 hours ago
Verified
9643458f7ce27468efb861d27b7bc301bcb0f271

chore: remove duplication

aaarnphm committed 20 hours ago
Verified
33f1773480f2079f7418c700fd6495df4d9a3257

chore(toolbar): remove global graph

aaarnphm committed 20 hours ago
Verified
5f655f26531cca8158ce51105b88d3d072a9203d

perf(serve): disable GitHub integration during serve

aaarnphm committed 20 hours ago
Verified
f4019df551a1374ebc8672186c148892e57a8643

perf: improve serve-time performance, keep build original features

aaarnphm committed 21 hours ago

README

The README file for this repository.

garden v2, on top of quartz v4.

“[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” — Richard Hamming

features

A modified/personal enhancement from bare Quartz

Support a small subsets of the features, with wikilinks parsing

```telescopic
* reading
  * reading a lot of Nietzsche,
  * hosting functions,
    * go on longs walks,
    * building [[thoughts/work|open-source project]],
    * this [pan](https://example.com)
```

TikZ support

to use in conjunction with obsidian-tikzjax

```tikz
\usepackage{tikz-cd}
\begin{document}
\begin{tikzcd}
\pi^{-1}(U) \arrow[r, "\varphi"] \arrow[d, "\pi"'] & U \times F \arrow[ld, "proj_1"] \\
U &
\end{tikzcd}
\end{document}
```

Currently, there is a few pgfplots bug upstream in node port, so to remove the graph from target rendering add alt as the URI svg:

```tikz alt="data:image/svg+xml..."
```

pseudocode support

```pseudo
\begin{algorithm}
\caption{LLM token sampling}
\begin{algorithmic}
\Function{sample}{$L$}
\State $s \gets ()$
\For{$i \gets 1, L$}
\State $\alpha \gets \text{LM}(s, \theta)$
\State Sample $s \sim \text{Categorical}(\alpha)$
\If{$s = \text{EOS}$}
\State \textbf{break}
\EndIf
\State $s \gets \text{append}(s, s)$
\EndFor
\State \Return $s$
\EndFunction
\end{algorithmic}
\end{algorithm}
```

The target render should also include a copy button

collapsible header

inspired by dynalist

Gaussian-scaling TOC

inspired by press.stripe.com

reader view

press cmd/ctrl+b