From ed62ece491310e75d336db844d8ce56d3d26be31 Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Sat, 12 Aug 2023 06:27:59 +0000
Subject: [PATCH] fix broken tag listing links to tags

---
 content/features/upcoming features.md |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)

diff --git a/content/features/upcoming features.md b/content/features/upcoming features.md
index b5676fd..424f028 100644
--- a/content/features/upcoming features.md
+++ b/content/features/upcoming features.md
@@ -2,19 +2,35 @@
 draft: true
 ---
 
-## high priority
+## todo
+
+- wikilink to anchors in the same document
+- folders, tags, and content emit overlapping (e.g. for tags/component)
+- 404 using base url
+- nested tags showing duplicate
+  - tag page markdown file for description not being rendered
+- back button with anchors / popovers + spa is broken
+- search should be fast for large repos
+- 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
+## misc backlog
 
 - breadcrumbs component
 - filetree component
 - recent notes component
 - cursor chat extension
 - https://giscus.app/ extension
-- custom md blocks (e.g. for poetry)
 - sidenotes? https://github.com/capnfabs/paperesque
 - direct match in search using double quotes
 - https://help.obsidian.md/Advanced+topics/Using+Obsidian+URI

--
Gitblit v1.10.0