Commit Graph

14 Commits (5c3ef884c78b190e5fc22e122d55af097d8bef3e)

Author SHA1 Message Date
Jacky Zhao 146e975932 bump hugo obsidian, fix backlinks for subpathed quartz, update homepage
Jacky Zhao 1ddd15afc6 fix: non-unicode character in popover and search ,
Jacky Zhao 6605b13b86 more troubleshooting, backlinks reference private page fix
Claudio Yanes 7e0f2e4449 Fix fetchData
The fetchData function suffer from a race condition. If the function is
called before the promise finishes, it will result in another pair of
HTTP request. This does not only make the function useless but
Actually, it makes it harmful as the data might be redownloaded twice.

Now fetchData is not a function but rather the promise by itself.
Previous callers are expected to await the variable instead, this
should be not concern as awaiting a promise multiple time in
JavaScript is completely safe.
Jacky Zhao 5234fae080 fix backlinks not using baseurl
Jacky Zhao fcd5d2807d feat: dynamically fetch indices
Jacky Zhao 094ab9d064 dedupe backlinks
Jacky Zhao 56d2382c28 fix relative link styling, change graph and backlinks to refer to name rather than path
Blake Allen 9292de6333 remove unnecessary regex, use encodeuri for label instead of replace
Blake Allen e1366ecb61 fix accidental code
Blake Allen fc00ad5bff fix for notes with spaces not linking properly
jackyzha0 9b427faa93 backlinks fix
jackyzha0 6896cb007b proper backlink and graph display in footer
jackyzha0 c01138a81c add base structure