update npx quartz update script
This commit is contained in:
		
							parent
							
								
									cea6834fef
								
							
						
					
					
						commit
						ebf3263b7e
					
				
					 3 changed files with 23 additions and 3 deletions
				
			
		| 
						 | 
					@ -2,14 +2,34 @@
 | 
				
			||||||
draft: true
 | 
					draft: true
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## high priority
 | 
					## todo
 | 
				
			||||||
 | 
					- docs for making plugins
 | 
				
			||||||
 | 
					- nested tags showing duplicate
 | 
				
			||||||
 | 
					- 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
 | 
				
			||||||
 | 
					- write feature docs
 | 
				
			||||||
 | 
					    - callouts
 | 
				
			||||||
 | 
					    - folder and tag listings
 | 
				
			||||||
 | 
					    - mermaid diagrams
 | 
				
			||||||
 | 
					    - rss
 | 
				
			||||||
 | 
					    - spa-routing
 | 
				
			||||||
 | 
					    - table of contents
 | 
				
			||||||
 | 
					    - darkmode
 | 
				
			||||||
 | 
					    - frontmatter parsing
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## high priority backlog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- block links: https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+block+in+a+note
 | 
					- 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
 | 
					- note/header/block transcludes: https://help.obsidian.md/Linking+notes+and+files/Embedding+files
 | 
				
			||||||
- static dead link detection
 | 
					- static dead link detection
 | 
				
			||||||
- docker support
 | 
					- docker support
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## misc
 | 
					## misc backlog
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- breadcrumbs component
 | 
					- breadcrumbs component
 | 
				
			||||||
- filetree component
 | 
					- filetree component
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -129,7 +129,7 @@ async function popContentFolder(contentFolder) {
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
function gitPull(origin, branch) {
 | 
					function gitPull(origin, branch) {
 | 
				
			||||||
  const flags = ["-s", "recursive", "-X", "ours", "--no-edit"]
 | 
					  const flags = ["--no-rebase", "--autostash", "-s", "recursive", "-X", "ours", "--no-edit"]
 | 
				
			||||||
  spawnSync("git", ["pull", ...flags, origin, branch], { stdio: "inherit" })
 | 
					  spawnSync("git", ["pull", ...flags, origin, branch], { stdio: "inherit" })
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue