alpha
Login
or
Join now
evan.jarrett.net
/
core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Monorepo for Tangled — https://tangled.org
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
core
/
nix
/
pkgs
/
at
missing-pathescape
10 files
Nate Spilman
appview/markup: add mermaid diagram rendering support
5mo ago
a1e6f903
appview-static-files.nix
appview/markup: add mermaid diagram rendering support Add MermaidJS diagram rendering for markdown content (READMEs, issues, PRs) using goldmark-mermaid with client-side rendering. Mermaid fenced code blocks are transformed to <pre class="mermaid"> elements, which MermaidJS picks up and renders in the browser. Changes: - Add go.abhg.dev/goldmark/mermaid dependency with client-side render mode - Add mermaid extender before highlighting in goldmark pipeline - Allow "mermaid" class on <pre> elements through bluemonday sanitizer - Conditionally load MermaidJS from CDN only on pages with diagrams - Add basic mermaid container styling with dark mode support - Add tests verifying mermaid blocks produce correct HTML output Closes https://tangled.org/tangled.org/core/issues/424 Signed-off-by: Nate Spilman <nate.spilman@gmail.com> Signed-off-by: Seongmin Lee <git@boltless.me>
5 months ago
appview.nix
nix: dedup appview static files into a package, and use that everywhere, including copying before watching appview Signed-off-by: dusk <y.bera003.06@protonmail.com>
1 year ago
docs.nix
docs: add favicons to the site Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
dolly.nix
nix,dolly: subset input files to dolly derivation this greatly improves build speed of derivations that depend on the dolly derivation, because it no longer rebuilds everytime there is a change to appview. Signed-off-by: oppiliappan <me@oppi.li>
6 months ago
goat.nix
appview/oauth: use client attestation this change makes our tangled appview a "confidential" client. this change includes breaking changes to the appview service, it now requires two different environment variables: - TANGLED_OAUTH_CLIENT_SECRET: the secret component of the old JWKs object - TANGLED_OAUTH_CLIENT_KID: the key ID the old JWKs object both of these can be extracted from the old JWKs object: `obj.d` and `obj.kid` respectively. Signed-off-by: oppiliappan <me@oppi.li>
9 months ago
knot-unwrapped.nix
nix: bump knots to v1.11.0-alpha Signed-off-by: oppiliappan <me@oppi.li>
8 months ago
knot.nix
nix: break out knot pkgs into separate files Signed-off-by: oppiliappan <me@oppi.li>
1 year ago
lexgen.nix
nix: update lexgen package Now we can generate the same files that have been committed recently. ;)
1 year ago
spindle.nix
nix: use filesets instead of gitignore.nix This allows us to easily do things like ignoring Nix source files within our source tree (also done in this commit), which prevents unnecessary rebuilds. Signed-off-by: Winter <winter@winter.cafe>
1 year ago
sqlite-lib.nix
nix: fix up builds it seems latest nixpkgs broke sqlite-lib builds. the static pkg set does not provide ranlib or ar anymore. Signed-off-by: oppiliappan <me@oppi.li>
7 months ago