14 Commits (0cfd93c57cdb31c0f0c48bddb407158ea2e0d7db)

Author SHA1 Message Date
Jacky Zhao 146e975932 bump hugo obsidian, fix backlinks for subpathed quartz, update homepage 3 years ago
Jacky Zhao 1ddd15afc6 fix: non-unicode character in popover and search #67, #68 3 years ago
Jacky Zhao 6605b13b86 more troubleshooting, backlinks reference private page fix 3 years ago
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.
3 years ago
Jacky Zhao 5234fae080 fix backlinks not using baseurl 3 years ago
Jacky Zhao fcd5d2807d feat: dynamically fetch indices 3 years ago
Jacky Zhao 094ab9d064 dedupe backlinks 3 years ago
Jacky Zhao 56d2382c28 fix relative link styling, change graph and backlinks to refer to name rather than path 3 years ago
Blake Allen 9292de6333 remove unnecessary regex, use encodeuri for label instead of replace 3 years ago
Blake Allen e1366ecb61 fix accidental code 3 years ago
Blake Allen fc00ad5bff fix for notes with spaces not linking properly 3 years ago
jackyzha0 9b427faa93 backlinks fix 3 years ago
jackyzha0 6896cb007b proper backlink and graph display in footer 3 years ago
jackyzha0 c01138a81c add base structure 3 years ago