| | |
| | | draft: true |
| | | --- |
| | | |
| | | - parse tags in content |
| | | ## 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 backlog |
| | | |
| | | - breadcrumbs component |
| | | - filetree component |
| | | - recent notes component |
| | | - cursor chat extension |
| | | - [https://giscus.app/](https://giscus.app/) extension |
| | | - custom md blocks (e.g. for poetry) |
| | | - sidenotes? [https://github.com/capnfabs/paperesque](https://github.com/capnfabs/paperesque) |
| | | - watch mode |
| | | - watch for markdown changes and quartz config changes |
| | | - markdown changes only involve processing that single markdown file (at least for parsing) and then rerunning the filter and emitters |
| | | - config changes rebuild the whole thing |
| | | - https://giscus.app/ extension |
| | | - sidenotes? https://github.com/capnfabs/paperesque |
| | | - direct match in search using double quotes |
| | | - attachments path |
| | | - [https://help.obsidian.md/Advanced+topics/Using+Obsidian+URI](https://help.obsidian.md/Advanced+topics/Using+Obsidian+URI) |
| | | - [https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Task+lists](https://help.obsidian.md/Editing+and+formatting/Basic+formatting+syntax#Task+lists) task list styling |
| | | - [https://help.obsidian.md/Editing+and+formatting/Tags#Nested+tags](https://help.obsidian.md/Editing+and+formatting/Tags#Nested+tags) nested tags?? |
| | | - public metadata [https://help.obsidian.md/Editing+and+formatting/Metadata#Metadata+for+Obsidian+Publish](https://help.obsidian.md/Editing+and+formatting/Metadata#Metadata+for+Obsidian+Publish) |
| | | - metadata aliases: [https://help.obsidian.md/Editing+and+formatting/Metadata#Predefined+metadata](https://help.obsidian.md/Editing+and+formatting/Metadata#Predefined+metadata) |
| | | - \%\% style comments |
| | | - https://help.obsidian.md/Advanced+topics/Using+Obsidian+URI |
| | | - audio/video embed styling |
| | | - Canvas |
| | | - mermaid styling: [https://mermaid.js.org/config/theming.html#theme-variables-reference-table](https://mermaid.js.org/config/theming.html#theme-variables-reference-table) |
| | | - [https://github.com/jackyzha0/quartz/issues/331](https://github.com/jackyzha0/quartz/issues/331) |
| | | - block links: [https://help.obsidian.md/Linking+notes+and+files/Internal+links#Link+to+a+block+in+a+note](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](https://help.obsidian.md/Linking+notes+and+files/Embedding+files) |
| | | - parse all images in page: use this for page lists if applicable? |
| | | - CV mode? with print stylesheet |