Commit Graph

47 Commits

Author SHA1 Message Date
falsycat 1d0a63ba5b update 2023-02-24 12:30:40 +09:00
Md Jawad Noor Asif c5b103c85f
fix: fix unicode broken tags (#261) 2023-01-03 22:10:25 -05:00
Brendan Ang 5f3d430699
feat: add support for mermaid diagrams (#244) 2022-11-27 10:53:52 -08:00
SafEight f08a76a738
fix: External links ending in .md don't get trimmed (#236)
Co-authored-by: SAF <saf@saf.saf>
fixes https://github.com/jackyzha0/quartz/issues/229
2022-11-21 13:05:46 -08:00
Youssif Shaaban Alsager 25ba1159ad
feat: Add internationalization (i18n) support (#182) 2022-08-23 23:32:40 -04:00
Jacky Zhao e15e39155d fix: give precedence to date created over last modified if defined (#101) 2022-07-15 14:26:31 -07:00
Jacky Zhao b2555ced61 feat: add description section to section/term/taxonomies, fix header margin 2022-07-14 12:02:54 -07:00
Jacky Zhao d7a42a2fd7 feat: improve styling for lists, fix anchor offset 2022-07-14 10:30:07 -07:00
Jacky Zhao c1b8fe1221 feat: restyle search icon 2022-07-13 14:32:32 -07:00
rphla 25a4d3b6e1
Add GitHub "edit" button (#157) 2022-07-05 15:39:29 -07:00
Jacky Zhao eda370334a fix: image scaling for md-style links (closes #155) 2022-07-01 11:27:50 -07:00
Jacky Zhao f2078ee621 fix: prefix images with base url for non-root quartz 2022-06-29 16:15:40 -07:00
Aiden Bai 77485b754d
Fix popover 2022-05-03 08:47:42 -07:00
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.
2022-05-03 09:10:45 +02:00
Jacky Zhao 2d55b6ac2e fix: missing whitespace chomp in link render hook 2022-04-05 18:07:40 -07:00
Jacky Zhao e245505082 feat: hide toc for short notes 2022-04-04 23:25:24 -07:00
meleu a287d11246 add a collapsible ToC 2022-04-03 22:12:55 -03:00
meleu e62d512d95 disable ToC if frontmatter has "enableToc: false" 2022-04-03 16:29:10 -03:00
Jacky Zhao c117e38899 feat: wikilinks implementation 2022-04-02 20:06:31 -07:00
Jacky Zhao c51573efa9 feat: grey out broken links 2022-04-02 13:34:26 -07:00
Jacky Zhao 1ddd15afc6 fix: non-unicode character in popover and search #67, #68 2022-04-02 12:59:38 -07:00
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.
2022-03-04 03:24:32 +00:00
Jacky Zhao 714b4fcfa3 fix links being broken for pages with spaces 2022-02-20 21:40:10 -05:00
Jacky Zhao f192f9a23d fix #54: root all image urls 2022-02-15 23:03:02 -05:00
Jacky Zhao 3b3e6ec3b2 fix relative pathing for dynamic fetch 2022-02-15 22:54:20 -05:00
Jacky Zhao 4587b13360 feat: add rtl support as part of #47 2022-02-15 17:12:08 -05:00
earnest ma 41c443dbf0
Add disableToc parameter to not show TOC on a page 2022-02-11 17:15:28 -05:00
Jacky Zhao 4a3c4fdef5 popover implementation 2022-01-03 13:18:31 -05:00
Jacky Zhao ca886e4075 fix render link for apostrophe 2021-12-28 14:28:08 -05:00
Jacky Zhao efeaf0f4e4 add pagination to section, fix graph linking 2021-12-27 20:16:21 -05:00
Jacky Zhao e4caa0d1d7 add taxonomy and term lists 2021-12-27 19:35:42 -05:00
Jacky Zhao a45856d788 fix last modified not working for capitalized pages 2021-12-27 17:53:33 -05:00
Jacky Zhao 612c44d719 modify obsidian 2021-12-27 17:34:53 -05:00
Jacky Zhao e1911a58ff enable last modified info 2021-12-27 17:28:53 -05:00
Jacky Zhao b4e2697116 content section 2021-12-27 15:59:19 -05:00
Jacky Zhao 39592347cc add graph depth config 2021-12-27 13:06:58 -05:00
Jacky Zhao 48d01810c4 fix config setting, fix font size for h1 in article 2021-12-23 14:40:59 -08:00
Jacky Zhao 3a98c8b554 actually display site title 2021-12-23 14:32:47 -08:00
Blake Allen 9292de6333 remove unnecessary regex, use encodeuri for label instead of replace 2021-10-26 16:58:08 -07:00
Blake Allen 776ef084c9 fix last commit 2021-10-22 18:32:57 -07:00
Blake Allen fc00ad5bff fix for notes with spaces not linking properly 2021-10-22 14:04:09 -07:00
jackyzha0 cb38667c1d Merge branch 'hugo' of https://github.com/jackyzha0/quartz into hugo 2021-08-27 14:08:18 -04:00
jackyzha0 1c851271ea add search support 2021-08-27 14:08:11 -04:00
Brecht Savelkoul f9920f6d73 Execute darkmode script before first render 2021-08-13 22:50:02 +02:00
jackyzha0 92d18b1ee5 more docs + link fixing 2021-07-18 15:19:58 -04:00
jackyzha0 ea69050587 add base pages 2021-07-18 11:54:00 -04:00
jackyzha0 c01138a81c add base structure 2021-07-18 09:35:42 -04:00