mirror of
https://gitlab.com/MisterBiggs/brain-quartz.git
synced 2025-07-27 00:31:29 +00:00
.github
content
advanced
features
Latex.md
Mermaid diagrams.md
Obsidian compatibility.md
RSS Feed.md
SPA Routing.md
backlinks.md
callouts.md
darkmode.md
folder and tag listings.md
full-text search.md
graph view.md
index.md
popover previews.md
private pages.md
syntax highlighting.md
table of contents.md
upcoming features.md
wikilinks.md
images
tags
authoring content.md
build.md
configuration.md
hosting.md
index.md
layout.md
migrating from Quartz 3.md
philosophy.md
showcase.md
upgrading.md
quartz
.gitattributes
.gitignore
.prettierignore
.prettierrc
CODE_OF_CONDUCT.md
LICENSE.txt
README.md
globals.d.ts
index.d.ts
package-lock.json
package.json
quartz.config.ts
quartz.layout.ts
tsconfig.json
36 lines
1.0 KiB
Markdown
36 lines
1.0 KiB
Markdown
---
|
|
draft: true
|
|
---
|
|
|
|
## todo
|
|
|
|
- relative links broken
|
|
- back button with anchors / popovers + spa is broken
|
|
- debounce cfg rebuild on large repos
|
|
- investigate content rebuild triggering multiple times even when debounced, causing an esbuild deadlock
|
|
- dereference symlink for npx quartz sync
|
|
- test/fix with subpath
|
|
- fix docs with deploy from github
|
|
|
|
## high priority backlog
|
|
|
|
- block links: https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+block+in+a+note
|
|
- note/header/block transcludes: https://help.obsidian.md/Linking+notes+and+files/Embedding+files
|
|
- static dead link detection
|
|
- docker support
|
|
|
|
## misc backlog
|
|
|
|
- breadcrumbs component
|
|
- filetree component
|
|
- recent notes component
|
|
- cursor chat extension
|
|
- https://giscus.app/ extension
|
|
- sidenotes? https://github.com/capnfabs/paperesque
|
|
- direct match in search using double quotes
|
|
- https://help.obsidian.md/Advanced+topics/Using+Obsidian+URI
|
|
- audio/video embed styling
|
|
- Canvas
|
|
- parse all images in page: use this for page lists if applicable?
|
|
- CV mode? with print stylesheet
|