Commit Graph

35 Commits

Author SHA1 Message Date
4525576341 Fix popover 2022-05-03 08:47:42 -07:00
c9af35742b fix: keep / at end of URL to avoid redirects
Removed strings.TrimRight "/" in line 10 to keep the trailing slash at the end of URLs in regular links. This avoids having every single internal link being a 301 redirect.
2022-05-03 09:10:45 +02:00
b3e699bbf6 fix: missing whitespace chomp in link render hook 2022-04-05 18:07:40 -07:00
3bcfa8936a feat: hide toc for short notes 2022-04-04 23:25:24 -07:00
fc342fe8a3 add a collapsible ToC 2022-04-03 22:12:55 -03:00
8c1bf40202 disable ToC if frontmatter has "enableToc: false" 2022-04-03 16:29:10 -03:00
e247835d15 feat: wikilinks implementation 2022-04-02 20:06:31 -07:00
129d13743b feat: grey out broken links 2022-04-02 13:34:26 -07:00
39794d4d69 fix: non-unicode character in popover and search #67, #68 2022-04-02 12:59:38 -07:00
1929b466c0 Move popover to the end of the page
The popover script doesn’t ever start in until the DOM has finished
Loading, so wait for the script to be downloaded and parsed before
Showing the content to the user makes no sense.
2022-03-04 03:24:32 +00:00
15ff24a483 fix links being broken for pages with spaces 2022-02-20 21:40:10 -05:00
ce4c95b8ab fix #54: root all image urls 2022-02-15 23:03:02 -05:00
cf4e921ca4 fix relative pathing for dynamic fetch 2022-02-15 22:54:20 -05:00
556d6799f2 feat: add rtl support as part of #47 2022-02-15 17:12:08 -05:00
3ea23a0d1c Add disableToc parameter to not show TOC on a page 2022-02-11 17:15:28 -05:00
671fe795b2 popover implementation 2022-01-03 13:18:31 -05:00
5359ffe35f fix render link for apostrophe 2021-12-28 14:28:08 -05:00
722a8c645b add pagination to section, fix graph linking 2021-12-27 20:16:21 -05:00
05bee3c878 add taxonomy and term lists 2021-12-27 19:35:42 -05:00
f664d5e49e fix last modified not working for capitalized pages 2021-12-27 17:53:33 -05:00
2e7801d20b modify obsidian 2021-12-27 17:34:53 -05:00
8b1cc8ffc1 enable last modified info 2021-12-27 17:28:53 -05:00
64596c3742 content section 2021-12-27 15:59:19 -05:00
000611b2ea add graph depth config 2021-12-27 13:06:58 -05:00
c6412ea6e4 fix config setting, fix font size for h1 in article 2021-12-23 14:40:59 -08:00
74e1092b44 actually display site title 2021-12-23 14:32:47 -08:00
c457f0af60 remove unnecessary regex, use encodeuri for label instead of replace 2021-10-26 16:58:08 -07:00
b1b2913834 fix last commit 2021-10-22 18:32:57 -07:00
c942c5e09d fix for notes with spaces not linking properly 2021-10-22 14:04:09 -07:00
efe3932bfb Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2021-08-27 14:08:18 -04:00
1c851271ea add search support 2021-08-27 14:08:11 -04:00
9d47dc942e Execute darkmode script before first render 2021-08-13 22:50:02 +02:00
92d18b1ee5 more docs + link fixing 2021-07-18 15:19:58 -04:00
ea69050587 add base pages 2021-07-18 11:54:00 -04:00
c01138a81c add base structure 2021-07-18 09:35:42 -04:00