Commit Graph

17 Commits

Author SHA1 Message Date
cea0f3eb74 feat: contextual backlinks (closes #106) 2022-05-05 00:58:50 -04:00
24d08d580d cfg: make SPA optional 2022-05-03 10:43:22 -04:00
3c7ece5405 fix: append trailing slash, fixes #111 2022-04-28 10:48:31 -07:00
146e975932 bump hugo obsidian, fix backlinks for subpathed quartz, update homepage 2022-04-02 20:21:16 -07:00
1ddd15afc6 fix: non-unicode character in popover and search #67, #68 2022-04-02 12:59:38 -07:00
6605b13b86 more troubleshooting, backlinks reference private page fix 2022-03-31 23:15:54 -07:00
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.
2022-03-04 02:25:30 +00:00
5234fae080 fix backlinks not using baseurl 2022-02-28 08:24:29 -08:00
fcd5d2807d feat: dynamically fetch indices 2022-02-15 19:39:14 -05:00
094ab9d064 dedupe backlinks 2021-12-27 13:15:10 -05:00
56d2382c28 fix relative link styling, change graph and backlinks to refer to name rather than path 2021-12-23 14:05:27 -08:00
9292de6333 remove unnecessary regex, use encodeuri for label instead of replace 2021-10-26 16:58:08 -07:00
e1366ecb61 fix accidental code 2021-10-22 18:56:26 -07:00
fc00ad5bff fix for notes with spaces not linking properly 2021-10-22 14:04:09 -07:00
9b427faa93 backlinks fix 2021-08-12 09:29:35 -04:00
6896cb007b proper backlink and graph display in footer 2021-07-18 13:02:53 -04:00
c01138a81c add base structure 2021-07-18 09:35:42 -04:00