mirror of
https://github.com/pxdg-afk/paxad.git
synced 2026-08-22 19:01:07 -04:00
Quartz sync: Jul 7, 2026, 9:21 PM
This commit is contained in:
6
content/index.md
Normal file
6
content/index.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
title: Welcome to Quartz
|
||||
---
|
||||
|
||||
This is a blank Quartz installation.
|
||||
See the [documentation](https://quartz.jzhao.xyz) for how to get started.
|
||||
306
quartz.config.yaml
Normal file
306
quartz.config.yaml
Normal file
@@ -0,0 +1,306 @@
|
||||
# yaml-language-server: $schema=./quartz/plugins/quartz-plugins.schema.json
|
||||
configuration:
|
||||
pageTitle: "pax.ad"
|
||||
pageTitleSuffix: ""
|
||||
enableSPA: true
|
||||
enablePopovers: true
|
||||
analytics:
|
||||
provider: plausible
|
||||
locale: en-US
|
||||
baseUrl: pax.ad
|
||||
ignorePatterns:
|
||||
- private
|
||||
- templates
|
||||
- .obsidian
|
||||
theme:
|
||||
fontOrigin: googleFonts
|
||||
cdnCaching: true
|
||||
typography:
|
||||
header: Corben
|
||||
body: Sono
|
||||
code: IBM Plex Mono
|
||||
colors:
|
||||
lightMode:
|
||||
light: "#faf8f8"
|
||||
lightgray: "#e5e5e5"
|
||||
gray: "#b8b8b8"
|
||||
darkgray: "#4e4e4e"
|
||||
dark: "#2b2b2b"
|
||||
secondary: "#284b63"
|
||||
tertiary: "#84a59d"
|
||||
highlight: rgba(143, 159, 169, 0.15)
|
||||
textHighlight: "#fff23688"
|
||||
darkMode:
|
||||
light: "#161618"
|
||||
lightgray: "#393639"
|
||||
gray: "#646464"
|
||||
darkgray: "#d4d4d4"
|
||||
dark: "#ebebec"
|
||||
secondary: "#7b97aa"
|
||||
tertiary: "#84a59d"
|
||||
highlight: rgba(143, 159, 169, 0.15)
|
||||
textHighlight: "#b3aa0288"
|
||||
plugins:
|
||||
- source: github:quartz-community/created-modified-date
|
||||
enabled: true
|
||||
options:
|
||||
defaultDateType: modified
|
||||
priority:
|
||||
- frontmatter
|
||||
- git
|
||||
- filesystem
|
||||
order: 10
|
||||
- source: github:quartz-community/syntax-highlighting
|
||||
enabled: true
|
||||
options:
|
||||
theme:
|
||||
light: github-light
|
||||
dark: github-dark
|
||||
keepBackground: false
|
||||
order: 20
|
||||
- source: github:quartz-community/obsidian-flavored-markdown
|
||||
enabled: true
|
||||
options:
|
||||
comments: true
|
||||
highlight: true
|
||||
wikilinks: true
|
||||
callouts: true
|
||||
mermaid: true
|
||||
parseTags: true
|
||||
parseArrows: true
|
||||
parseBlockReferences: true
|
||||
enableInHtmlEmbed: false
|
||||
enableYouTubeEmbed: true
|
||||
enableVideoEmbed: true
|
||||
enableCheckbox: true
|
||||
order: 30
|
||||
- source: github:quartz-community/github-flavored-markdown
|
||||
enabled: true
|
||||
order: 40
|
||||
- source: github:quartz-community/table-of-contents
|
||||
enabled: true
|
||||
order: 50
|
||||
layout:
|
||||
position: right
|
||||
priority: 30
|
||||
- source: github:quartz-community/crawl-links
|
||||
enabled: true
|
||||
options:
|
||||
markdownLinkResolution: shortest
|
||||
order: 60
|
||||
- source: github:quartz-community/description
|
||||
enabled: true
|
||||
order: 70
|
||||
- source: github:quartz-community/latex
|
||||
enabled: true
|
||||
options:
|
||||
renderEngine: katex
|
||||
order: 80
|
||||
- source: github:quartz-community/citations
|
||||
enabled: false
|
||||
order: 85
|
||||
- source: github:quartz-community/hard-line-breaks
|
||||
enabled: true
|
||||
order: 90
|
||||
- source: github:quartz-community/ox-hugo
|
||||
enabled: false
|
||||
order: 91
|
||||
- source: github:quartz-community/roam
|
||||
enabled: false
|
||||
order: 92
|
||||
- source: github:quartz-community/fonts
|
||||
enabled: true
|
||||
options:
|
||||
useThemeFonts: false
|
||||
fontOrigin: googleFonts
|
||||
header: Corben
|
||||
body: Sono
|
||||
code: IBM Plex Mono
|
||||
interface: Corben
|
||||
- source: github:quartz-community/remove-draft
|
||||
enabled: true
|
||||
- source: github:quartz-community/explicit-publish
|
||||
enabled: false
|
||||
- source: github:quartz-community/unlisted-pages
|
||||
enabled: true
|
||||
options: {}
|
||||
order: 45
|
||||
- source: github:quartz-community/encrypted-pages
|
||||
enabled: true
|
||||
options:
|
||||
iterations: 600000
|
||||
passwordField: password
|
||||
unlistWhenEncrypted: false
|
||||
outputPath: static/encryptedContentIndex.json
|
||||
- source: github:quartz-community/stacked-pages
|
||||
enabled: false
|
||||
layout:
|
||||
position: afterBody
|
||||
priority: 50
|
||||
display: all
|
||||
- source: github:quartz-community/alias-redirects
|
||||
enabled: true
|
||||
- source: github:quartz-community/content-index
|
||||
enabled: true
|
||||
options:
|
||||
enableSiteMap: true
|
||||
enableRSS: true
|
||||
- source: github:quartz-community/favicon
|
||||
enabled: true
|
||||
- source: github:quartz-community/og-image
|
||||
enabled: true
|
||||
- source: github:quartz-community/cname
|
||||
enabled: true
|
||||
- source: github:quartz-community/canvas-page
|
||||
enabled: true
|
||||
- source: github:quartz-community/content-page
|
||||
enabled: true
|
||||
- source: github:quartz-community/folder-page
|
||||
enabled: true
|
||||
- source: github:quartz-community/tag-page
|
||||
enabled: true
|
||||
- source: github:quartz-community/explorer
|
||||
enabled: true
|
||||
layout:
|
||||
position: left
|
||||
priority: 50
|
||||
- source: github:quartz-community/graph
|
||||
enabled: true
|
||||
layout:
|
||||
position: right
|
||||
priority: 10
|
||||
- source: github:quartz-community/search
|
||||
enabled: true
|
||||
layout:
|
||||
position: left
|
||||
priority: 20
|
||||
group: toolbar
|
||||
groupOptions:
|
||||
grow: true
|
||||
- source: github:quartz-community/backlinks
|
||||
enabled: true
|
||||
layout:
|
||||
position: right
|
||||
priority: 50
|
||||
- source: github:quartz-community/article-title
|
||||
enabled: true
|
||||
layout:
|
||||
position: beforeBody
|
||||
priority: 10
|
||||
- source: github:quartz-community/content-meta
|
||||
enabled: true
|
||||
layout:
|
||||
position: beforeBody
|
||||
priority: 20
|
||||
- source: github:quartz-community/tag-list
|
||||
enabled: false
|
||||
layout:
|
||||
position: beforeBody
|
||||
priority: 30
|
||||
- source: github:quartz-community/page-title
|
||||
enabled: true
|
||||
layout:
|
||||
position: left
|
||||
priority: 10
|
||||
- source: github:quartz-community/darkmode
|
||||
enabled: true
|
||||
layout:
|
||||
position: left
|
||||
priority: 30
|
||||
group: toolbar
|
||||
- source: github:quartz-community/reader-mode
|
||||
enabled: true
|
||||
layout:
|
||||
position: left
|
||||
priority: 35
|
||||
group: toolbar
|
||||
- source: github:quartz-community/breadcrumbs
|
||||
enabled: true
|
||||
layout:
|
||||
position: beforeBody
|
||||
priority: 5
|
||||
condition: not-index
|
||||
- source: github:quartz-community/comments
|
||||
enabled: false
|
||||
options:
|
||||
provider: giscus
|
||||
options: {}
|
||||
layout:
|
||||
position: afterBody
|
||||
priority: 10
|
||||
- source: github:quartz-community/footer
|
||||
enabled: true
|
||||
options:
|
||||
links:
|
||||
GitHub: https://github.com/jackyzha0/quartz
|
||||
Discord Community: https://discord.gg/cRFFHYye7t
|
||||
- source: github:quartz-community/recent-notes
|
||||
enabled: false
|
||||
- source: github:quartz-community/spacer
|
||||
enabled: true
|
||||
options: {}
|
||||
order: 25
|
||||
layout:
|
||||
position: left
|
||||
priority: 25
|
||||
display: mobile-only
|
||||
- source: github:quartz-community/bases-page
|
||||
enabled: true
|
||||
options: {}
|
||||
order: 50
|
||||
- source: github:quartz-community/note-properties
|
||||
enabled: true
|
||||
options:
|
||||
includeAll: false
|
||||
includedProperties:
|
||||
- description
|
||||
- tags
|
||||
- aliases
|
||||
excludedProperties: []
|
||||
hidePropertiesView: false
|
||||
delimiters: ---
|
||||
language: yaml
|
||||
order: 5
|
||||
layout:
|
||||
position: beforeBody
|
||||
priority: 15
|
||||
display: all
|
||||
- source:
|
||||
name: quartz-themes
|
||||
repo: github:saberzero1/quartz-themes
|
||||
subdir: plugin
|
||||
enabled: true
|
||||
options:
|
||||
theme: dracula-official
|
||||
- source: github:quartz-community/obsidian-plugin-excalidraw
|
||||
enabled: true
|
||||
options:
|
||||
enableInteraction: true
|
||||
darkMode: auto
|
||||
exportPadding: 20
|
||||
order: 50
|
||||
layout:
|
||||
groups:
|
||||
toolbar:
|
||||
priority: 35
|
||||
direction: row
|
||||
gap: 0.5rem
|
||||
byPageType:
|
||||
"404":
|
||||
positions:
|
||||
beforeBody: []
|
||||
left: []
|
||||
right: []
|
||||
content: {}
|
||||
folder:
|
||||
exclude:
|
||||
- reader-mode
|
||||
positions:
|
||||
right: []
|
||||
tag:
|
||||
exclude:
|
||||
- reader-mode
|
||||
positions:
|
||||
right: []
|
||||
canvas: {}
|
||||
bases: {}
|
||||
@@ -5,199 +5,199 @@
|
||||
"source": "github:quartz-community/alias-redirects",
|
||||
"resolved": "https://github.com/quartz-community/alias-redirects.git",
|
||||
"commit": "73a98dda7e4f55239310833299d91daf8611349f",
|
||||
"installedAt": "2026-06-09T17:57:45.809Z"
|
||||
"installedAt": "2026-07-08T01:16:23.652Z"
|
||||
},
|
||||
"article-title": {
|
||||
"source": "github:quartz-community/article-title",
|
||||
"resolved": "https://github.com/quartz-community/article-title.git",
|
||||
"commit": "e608ca815e137e22b598094f735bcd8a481dafaa",
|
||||
"installedAt": "2026-06-03T13:32:35.204Z"
|
||||
"installedAt": "2026-07-08T01:16:24.369Z"
|
||||
},
|
||||
"backlinks": {
|
||||
"source": "github:quartz-community/backlinks",
|
||||
"resolved": "https://github.com/quartz-community/backlinks.git",
|
||||
"commit": "7490f921b7bd974c3f2f985ad3744b06160827d6",
|
||||
"installedAt": "2026-06-03T13:32:35.225Z"
|
||||
"installedAt": "2026-07-08T01:16:24.313Z"
|
||||
},
|
||||
"bases-page": {
|
||||
"source": "github:quartz-community/bases-page",
|
||||
"resolved": "https://github.com/quartz-community/bases-page.git",
|
||||
"commit": "f8fc7da3515a4d4bbe0bd4be0fd9188823866a01",
|
||||
"installedAt": "2026-06-03T13:32:35.344Z"
|
||||
"installedAt": "2026-07-08T01:16:25.056Z"
|
||||
},
|
||||
"breadcrumbs": {
|
||||
"source": "github:quartz-community/breadcrumbs",
|
||||
"resolved": "https://github.com/quartz-community/breadcrumbs.git",
|
||||
"commit": "cf2e161425165e1ac713f1feb7250b07fe0250ae",
|
||||
"installedAt": "2026-06-03T13:32:35.270Z"
|
||||
"installedAt": "2026-07-08T01:16:24.664Z"
|
||||
},
|
||||
"canvas-page": {
|
||||
"source": "github:quartz-community/canvas-page",
|
||||
"resolved": "https://github.com/quartz-community/canvas-page.git",
|
||||
"commit": "84fc96799671a65f76b66e30217dbefdd43a2905",
|
||||
"installedAt": "2026-06-03T13:32:35.291Z"
|
||||
"installedAt": "2026-07-08T01:16:24.048Z"
|
||||
},
|
||||
"citations": {
|
||||
"source": "github:quartz-community/citations",
|
||||
"resolved": "https://github.com/quartz-community/citations.git",
|
||||
"commit": "2ad133a123c5b15b7c41d4fb684d422622113081",
|
||||
"installedAt": "2026-06-03T13:16:37.060Z"
|
||||
"installedAt": "2026-07-08T01:16:23.129Z"
|
||||
},
|
||||
"cname": {
|
||||
"source": "github:quartz-community/cname",
|
||||
"resolved": "https://github.com/quartz-community/cname.git",
|
||||
"commit": "ec4c81c91da13a6f6c2cbe1656daf5c14575dab3",
|
||||
"installedAt": "2026-06-03T13:16:37.301Z"
|
||||
"installedAt": "2026-07-08T01:16:23.742Z"
|
||||
},
|
||||
"comments": {
|
||||
"source": "github:quartz-community/comments",
|
||||
"resolved": "https://github.com/quartz-community/comments.git",
|
||||
"commit": "42c5023e42cf62495219095a862b2ea144b65600",
|
||||
"installedAt": "2026-06-03T13:32:35.236Z"
|
||||
"installedAt": "2026-07-08T01:16:24.678Z"
|
||||
},
|
||||
"content-index": {
|
||||
"source": "github:quartz-community/content-index",
|
||||
"resolved": "https://github.com/quartz-community/content-index.git",
|
||||
"commit": "c3d4f5c85311712c3355cd71da46b28e2d8eba71",
|
||||
"installedAt": "2026-06-03T13:32:35.431Z"
|
||||
"installedAt": "2026-07-08T01:16:24.044Z"
|
||||
},
|
||||
"content-meta": {
|
||||
"source": "github:quartz-community/content-meta",
|
||||
"resolved": "https://github.com/quartz-community/content-meta.git",
|
||||
"commit": "dd6e94b5ca1cb195104a2b5e624a43ee6aa0a324",
|
||||
"installedAt": "2026-06-03T13:32:35.221Z"
|
||||
"installedAt": "2026-07-08T01:16:24.334Z"
|
||||
},
|
||||
"content-page": {
|
||||
"source": "github:quartz-community/content-page",
|
||||
"resolved": "https://github.com/quartz-community/content-page.git",
|
||||
"commit": "d22fae357ae74a3e97a2f450862f23f5227842c4",
|
||||
"installedAt": "2026-06-03T13:32:35.505Z"
|
||||
"installedAt": "2026-07-08T01:16:23.872Z"
|
||||
},
|
||||
"crawl-links": {
|
||||
"source": "github:quartz-community/crawl-links",
|
||||
"resolved": "https://github.com/quartz-community/crawl-links.git",
|
||||
"commit": "43edc6d5182e79bf1b63fed7eb3ba0c7624a1526",
|
||||
"installedAt": "2026-06-03T13:32:35.242Z"
|
||||
"installedAt": "2026-07-08T01:16:22.741Z"
|
||||
},
|
||||
"created-modified-date": {
|
||||
"source": "github:quartz-community/created-modified-date",
|
||||
"resolved": "https://github.com/quartz-community/created-modified-date.git",
|
||||
"commit": "c003199fb842969d43ee9e0f54120a85e588260e",
|
||||
"installedAt": "2026-06-03T13:16:36.740Z"
|
||||
"installedAt": "2026-07-08T01:16:22.779Z"
|
||||
},
|
||||
"darkmode": {
|
||||
"source": "github:quartz-community/darkmode",
|
||||
"resolved": "https://github.com/quartz-community/darkmode.git",
|
||||
"commit": "c6484f72ebc6ea89339be7cf86ad14b40c47dcc7",
|
||||
"installedAt": "2026-06-03T13:32:35.196Z"
|
||||
"installedAt": "2026-07-08T01:16:24.517Z"
|
||||
},
|
||||
"description": {
|
||||
"source": "github:quartz-community/description",
|
||||
"resolved": "https://github.com/quartz-community/description.git",
|
||||
"commit": "56dc546614d905ad07dd0da8dd5820e25e5ea97b",
|
||||
"installedAt": "2026-06-03T13:32:35.233Z"
|
||||
"installedAt": "2026-07-08T01:16:22.721Z"
|
||||
},
|
||||
"encrypted-pages": {
|
||||
"source": "github:quartz-community/encrypted-pages",
|
||||
"resolved": "https://github.com/quartz-community/encrypted-pages.git",
|
||||
"commit": "89e88af565dfaa9ab2d9c99677b82394ea7be356",
|
||||
"installedAt": "2026-06-03T13:32:35.661Z"
|
||||
"installedAt": "2026-07-08T01:16:23.346Z"
|
||||
},
|
||||
"explicit-publish": {
|
||||
"source": "github:quartz-community/explicit-publish",
|
||||
"resolved": "https://github.com/quartz-community/explicit-publish.git",
|
||||
"commit": "4afb630a1cc9034267beb93c928e81d0fa2f4d4b",
|
||||
"installedAt": "2026-06-03T13:16:36.746Z"
|
||||
"installedAt": "2026-07-08T01:16:23.253Z"
|
||||
},
|
||||
"explorer": {
|
||||
"source": "github:quartz-community/explorer",
|
||||
"resolved": "https://github.com/quartz-community/explorer.git",
|
||||
"commit": "a2dfd1373abe58ace461ebea0b4e94cb287f894e",
|
||||
"installedAt": "2026-06-03T13:32:35.808Z"
|
||||
"installedAt": "2026-07-08T01:16:24.376Z"
|
||||
},
|
||||
"favicon": {
|
||||
"source": "github:quartz-community/favicon",
|
||||
"resolved": "https://github.com/quartz-community/favicon.git",
|
||||
"commit": "85842d5c15f937a3d1a02c45accee27118146d73",
|
||||
"installedAt": "2026-06-03T13:16:37.198Z"
|
||||
"installedAt": "2026-07-08T01:16:23.720Z"
|
||||
},
|
||||
"folder-page": {
|
||||
"source": "github:quartz-community/folder-page",
|
||||
"resolved": "https://github.com/quartz-community/folder-page.git",
|
||||
"commit": "93304d22e1d7f09f93a33658ec273f7cb8d17793",
|
||||
"installedAt": "2026-06-03T13:32:35.810Z"
|
||||
"installedAt": "2026-07-08T01:16:24.067Z"
|
||||
},
|
||||
"fonts": {
|
||||
"source": "github:quartz-community/fonts",
|
||||
"resolved": "https://github.com/quartz-community/fonts.git",
|
||||
"commit": "8be5be706d19ca34fa8e342327b78e11aff3d4f0",
|
||||
"installedAt": "2026-06-10T21:13:18.081Z"
|
||||
"installedAt": "2026-07-08T01:16:23.254Z"
|
||||
},
|
||||
"footer": {
|
||||
"source": "github:quartz-community/footer",
|
||||
"resolved": "https://github.com/quartz-community/footer.git",
|
||||
"commit": "6ed61928d3c0178d7cef972ebcbca6a206a2f065",
|
||||
"installedAt": "2026-06-03T13:32:35.802Z"
|
||||
"installedAt": "2026-07-08T01:16:24.780Z"
|
||||
},
|
||||
"github-flavored-markdown": {
|
||||
"source": "github:quartz-community/github-flavored-markdown",
|
||||
"resolved": "https://github.com/quartz-community/github-flavored-markdown.git",
|
||||
"commit": "3eabbaa252ce175665ab3f62e1af25948a83e8b6",
|
||||
"installedAt": "2026-06-03T13:16:36.665Z"
|
||||
"installedAt": "2026-07-08T01:16:22.887Z"
|
||||
},
|
||||
"graph": {
|
||||
"source": "github:quartz-community/graph",
|
||||
"resolved": "https://github.com/quartz-community/graph.git",
|
||||
"commit": "46f0ba1c3c0cc484697572e7bcf315fa384d80d2",
|
||||
"installedAt": "2026-06-03T13:32:35.872Z"
|
||||
"installedAt": "2026-07-08T01:16:24.284Z"
|
||||
},
|
||||
"hard-line-breaks": {
|
||||
"source": "github:quartz-community/hard-line-breaks",
|
||||
"resolved": "https://github.com/quartz-community/hard-line-breaks.git",
|
||||
"commit": "0d448f38a24c568c5539ff2cd57d813293430ccd",
|
||||
"installedAt": "2026-06-03T13:16:36.965Z"
|
||||
"installedAt": "2026-07-08T01:16:22.801Z"
|
||||
},
|
||||
"latex": {
|
||||
"source": "github:quartz-community/latex",
|
||||
"resolved": "https://github.com/quartz-community/latex.git",
|
||||
"commit": "3dcfedcb5ae5e28b71248a72665ccb881e82c185",
|
||||
"installedAt": "2026-06-03T13:16:36.841Z"
|
||||
"installedAt": "2026-07-08T01:16:23.000Z"
|
||||
},
|
||||
"note-properties": {
|
||||
"source": "github:quartz-community/note-properties",
|
||||
"resolved": "https://github.com/quartz-community/note-properties.git",
|
||||
"commit": "3cb40141e792a8a9ba9f99553cd436f36411bf8d",
|
||||
"installedAt": "2026-06-03T13:32:35.812Z"
|
||||
"installedAt": "2026-07-08T01:16:25.161Z"
|
||||
},
|
||||
"obsidian-flavored-markdown": {
|
||||
"source": "github:quartz-community/obsidian-flavored-markdown",
|
||||
"resolved": "https://github.com/quartz-community/obsidian-flavored-markdown.git",
|
||||
"commit": "07eaca7b31a537c7c4a0fd2848b1f00014c940af",
|
||||
"installedAt": "2026-06-03T13:32:35.815Z"
|
||||
"installedAt": "2026-07-08T01:16:22.865Z"
|
||||
},
|
||||
"obsidian-plugin-excalidraw": {
|
||||
"source": "github:quartz-community/obsidian-plugin-excalidraw",
|
||||
"resolved": "https://github.com/quartz-community/obsidian-plugin-excalidraw.git",
|
||||
"commit": "dad0a4c0abdc8b3c2786277a2cbd67dc039c754c",
|
||||
"installedAt": "2026-06-03T13:32:35.851Z"
|
||||
"installedAt": "2026-07-08T01:16:25.074Z"
|
||||
},
|
||||
"og-image": {
|
||||
"source": "github:quartz-community/og-image",
|
||||
"resolved": "https://github.com/quartz-community/og-image.git",
|
||||
"commit": "31343c612d02c5fd22ff27a1e6035b2486be75f5",
|
||||
"installedAt": "2026-06-03T13:32:35.899Z"
|
||||
"installedAt": "2026-07-08T01:16:23.923Z"
|
||||
},
|
||||
"ox-hugo": {
|
||||
"source": "github:quartz-community/ox-hugo",
|
||||
"resolved": "https://github.com/quartz-community/ox-hugo.git",
|
||||
"commit": "832871da9ab33d52f904456c1a5e14f1b2057d83",
|
||||
"installedAt": "2026-06-03T13:16:36.714Z"
|
||||
"installedAt": "2026-07-08T01:16:23.219Z"
|
||||
},
|
||||
"page-title": {
|
||||
"source": "github:quartz-community/page-title",
|
||||
"resolved": "https://github.com/quartz-community/page-title.git",
|
||||
"commit": "a1c1fe0a9c6a5ce1acf6efa01d473a7d9850e2a3",
|
||||
"installedAt": "2026-06-03T13:32:36.002Z"
|
||||
"installedAt": "2026-07-08T01:16:24.448Z"
|
||||
},
|
||||
"quartz-themes": {
|
||||
"source": {
|
||||
@@ -208,79 +208,79 @@
|
||||
"resolved": "https://github.com/saberzero1/quartz-themes.git",
|
||||
"commit": "945135e8b70576753d0591e1713fe56553100b3d",
|
||||
"subdir": "plugin",
|
||||
"installedAt": "2026-06-11T15:50:25.576Z"
|
||||
"installedAt": "2026-07-08T01:17:12.880Z"
|
||||
},
|
||||
"reader-mode": {
|
||||
"source": "github:quartz-community/reader-mode",
|
||||
"resolved": "https://github.com/quartz-community/reader-mode.git",
|
||||
"commit": "73c8bce66df8835510ffac47e53b1ca0f7efd51e",
|
||||
"installedAt": "2026-06-03T13:32:36.320Z"
|
||||
"installedAt": "2026-07-08T01:16:24.740Z"
|
||||
},
|
||||
"recent-notes": {
|
||||
"source": "github:quartz-community/recent-notes",
|
||||
"resolved": "https://github.com/quartz-community/recent-notes.git",
|
||||
"commit": "3c3d104335e2fc5ff62371ead157667adb79b046",
|
||||
"installedAt": "2026-06-03T13:32:36.284Z"
|
||||
"installedAt": "2026-07-08T01:16:24.851Z"
|
||||
},
|
||||
"remove-draft": {
|
||||
"source": "github:quartz-community/remove-draft",
|
||||
"resolved": "https://github.com/quartz-community/remove-draft.git",
|
||||
"commit": "0a51a4c6abb3c86961a9bbf46f4538da87fcf9f8",
|
||||
"installedAt": "2026-06-03T13:16:36.691Z"
|
||||
"installedAt": "2026-07-08T01:16:23.189Z"
|
||||
},
|
||||
"roam": {
|
||||
"source": "github:quartz-community/roam",
|
||||
"resolved": "https://github.com/quartz-community/roam.git",
|
||||
"commit": "b2aad70fdf548d07b8fd28df9edbdba7f256f166",
|
||||
"installedAt": "2026-06-03T13:16:36.771Z"
|
||||
"installedAt": "2026-07-08T01:16:23.211Z"
|
||||
},
|
||||
"search": {
|
||||
"source": "github:quartz-community/search",
|
||||
"resolved": "https://github.com/quartz-community/search.git",
|
||||
"commit": "0f4c1a233cd03a0f562e13636b89b7708f8e2698",
|
||||
"installedAt": "2026-06-03T13:32:36.597Z"
|
||||
"installedAt": "2026-07-08T01:16:24.367Z"
|
||||
},
|
||||
"spacer": {
|
||||
"source": "github:quartz-community/spacer",
|
||||
"resolved": "https://github.com/quartz-community/spacer.git",
|
||||
"commit": "64b135dcfb78c4911f8c42d942872d645cd2a456",
|
||||
"installedAt": "2026-06-03T13:16:37.913Z"
|
||||
"installedAt": "2026-07-08T01:16:24.804Z"
|
||||
},
|
||||
"stacked-pages": {
|
||||
"source": "github:quartz-community/stacked-pages",
|
||||
"resolved": "https://github.com/quartz-community/stacked-pages.git",
|
||||
"commit": "e88fe063c68f74e6ba2dc7c54ddb353bb10c7982",
|
||||
"installedAt": "2026-06-03T13:32:36.330Z"
|
||||
"installedAt": "2026-07-08T01:16:23.540Z"
|
||||
},
|
||||
"syntax-highlighting": {
|
||||
"source": "github:quartz-community/syntax-highlighting",
|
||||
"resolved": "https://github.com/quartz-community/syntax-highlighting.git",
|
||||
"commit": "5bfdc2c3f42d3d0326c4e777eb575f3fb68d51fb",
|
||||
"installedAt": "2026-06-03T13:16:37.737Z"
|
||||
"installedAt": "2026-07-08T01:16:23.636Z"
|
||||
},
|
||||
"table-of-contents": {
|
||||
"source": "github:quartz-community/table-of-contents",
|
||||
"resolved": "https://github.com/quartz-community/table-of-contents.git",
|
||||
"commit": "6984305e5dae0830c025450e160f12610406f7a4",
|
||||
"installedAt": "2026-06-03T13:32:36.265Z"
|
||||
"installedAt": "2026-07-08T01:16:22.858Z"
|
||||
},
|
||||
"tag-list": {
|
||||
"source": "github:quartz-community/tag-list",
|
||||
"resolved": "https://github.com/quartz-community/tag-list.git",
|
||||
"commit": "c48324e2ba768e2a0a5c4c17cd0661b190d075c5",
|
||||
"installedAt": "2026-06-03T13:32:36.346Z"
|
||||
"installedAt": "2026-07-08T01:16:24.516Z"
|
||||
},
|
||||
"tag-page": {
|
||||
"source": "github:quartz-community/tag-page",
|
||||
"resolved": "https://github.com/quartz-community/tag-page.git",
|
||||
"commit": "eabf3eec55c0bab7f49e69957341f34d2ae3c5a1",
|
||||
"installedAt": "2026-06-03T13:32:36.377Z"
|
||||
"installedAt": "2026-07-08T01:16:24.250Z"
|
||||
},
|
||||
"unlisted-pages": {
|
||||
"source": "github:quartz-community/unlisted-pages",
|
||||
"resolved": "https://github.com/quartz-community/unlisted-pages.git",
|
||||
"commit": "f512d8672862c5891e63d755ba04b66277e6d760",
|
||||
"installedAt": "2026-06-03T13:32:36.647Z"
|
||||
"installedAt": "2026-07-08T01:16:23.245Z"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user