Commit Graph

16 Commits

Author SHA1 Message Date
39794d4d69 fix: non-unicode character in popover and search #67, #68 2022-04-02 12:59:38 -07:00
3c6e446678 fix: bump hugo-obsidian version to account for contentIndex paths on windows 2022-03-15 01:12:08 -07:00
a1c6b89740 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
58332d0b30 bump hugo-obsidian to support root 2022-02-28 07:30:59 -08:00
03a276a00a fix: explicitly set root as current directory to fix ignore files 2022-02-28 07:14:55 -08:00
6b680a43bb change output to static instead of data 2022-02-15 19:42:45 -05:00
fdf1d9bbe3 feat: dynamically fetch indices 2022-02-15 19:39:14 -05:00
fac4950315 bump hugo-obsidian 2021-12-27 20:52:30 -05:00
8b1cc8ffc1 enable last modified info 2021-12-27 17:28:53 -05:00
ab17ca5816 better search, fix spacing support, bump hugo-obsidian 2021-11-20 22:53:26 -08:00
5577b46db3 bump hugo-obsidian version 2021-10-24 23:17:00 -07:00
1c851271ea add search support 2021-08-27 14:08:11 -04:00
ef396d552d bump ga ver 2021-07-18 16:46:34 -04:00
92d18b1ee5 more docs + link fixing 2021-07-18 15:19:58 -04:00
8989324571 bump ga version 2021-07-18 11:55:45 -04:00
ea69050587 add base pages 2021-07-18 11:54:00 -04:00