36 Commits (e884f4927f3e48285ca6689507f5e0f61072de04)

Author SHA1 Message Date
Jacky Zhao f2078ee621 fix: prefix images with base url for non-root quartz 2 years ago
Aiden Bai 77485b754d
Fix popover 3 years ago
benbohmer 97607c3ca5
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.
3 years ago
Jacky Zhao 2d55b6ac2e fix: missing whitespace chomp in link render hook 3 years ago
Jacky Zhao e245505082 feat: hide toc for short notes 3 years ago
meleu a287d11246 add a collapsible ToC 3 years ago
meleu e62d512d95 disable ToC if frontmatter has "enableToc: false" 3 years ago
Jacky Zhao c117e38899 feat: wikilinks implementation 3 years ago
Jacky Zhao c51573efa9 feat: grey out broken links 3 years ago
Jacky Zhao 1ddd15afc6 fix: non-unicode character in popover and search #67, #68 3 years ago
Claudio Yanes 7f6523337c 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.
3 years ago
Jacky Zhao 714b4fcfa3 fix links being broken for pages with spaces 3 years ago
Jacky Zhao f192f9a23d fix #54: root all image urls 3 years ago
Jacky Zhao 3b3e6ec3b2 fix relative pathing for dynamic fetch 3 years ago
Jacky Zhao 4587b13360 feat: add rtl support as part of #47 3 years ago
earnest ma 41c443dbf0
Add disableToc parameter to not show TOC on a page 3 years ago
Jacky Zhao 4a3c4fdef5 popover implementation 3 years ago
Jacky Zhao ca886e4075 fix render link for apostrophe 3 years ago
Jacky Zhao efeaf0f4e4 add pagination to section, fix graph linking 3 years ago
Jacky Zhao e4caa0d1d7 add taxonomy and term lists 3 years ago
Jacky Zhao a45856d788 fix last modified not working for capitalized pages 3 years ago
Jacky Zhao 612c44d719 modify obsidian 3 years ago
Jacky Zhao e1911a58ff enable last modified info 3 years ago
Jacky Zhao b4e2697116 content section 3 years ago
Jacky Zhao 39592347cc add graph depth config 3 years ago
Jacky Zhao 48d01810c4 fix config setting, fix font size for h1 in article 3 years ago
Jacky Zhao 3a98c8b554 actually display site title 3 years ago
Blake Allen 9292de6333 remove unnecessary regex, use encodeuri for label instead of replace 3 years ago
Blake Allen 776ef084c9 fix last commit 3 years ago
Blake Allen fc00ad5bff fix for notes with spaces not linking properly 3 years ago
jackyzha0 cb38667c1d Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 3 years ago
jackyzha0 1c851271ea add search support 3 years ago
Brecht Savelkoul f9920f6d73 Execute darkmode script before first render 3 years ago
jackyzha0 92d18b1ee5 more docs + link fixing 3 years ago
jackyzha0 ea69050587 add base pages 3 years ago
jackyzha0 c01138a81c add base structure 3 years ago