From 0c199975f2d469ecdfd7efcf2ddd16ffa1dc492b Mon Sep 17 00:00:00 2001
From: Jacky Zhao <j.zhao2k19@gmail.com>
Date: Thu, 17 Aug 2023 07:55:28 +0000
Subject: [PATCH] various path fixes for links to extensions, fix relative paths in links

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

diff --git a/content/features/upcoming features.md b/content/features/upcoming features.md
index b5676fd..bbf962b 100644
--- a/content/features/upcoming features.md
+++ b/content/features/upcoming features.md
@@ -2,19 +2,29 @@
 draft: true
 ---
 
-## high priority
+## todo
+
+- static icon path (in head) never gets updated
+	- do we update relative links on spa?
+- 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
+
+## 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