Commit Graph

84 Commits

Author SHA1 Message Date
e0fd9570d7 Bump million to 1.9.4 2022-05-27 09:49:28 -07:00
bc32bbeaed Bump milliomn to 1.9.3 2022-05-27 09:02:01 -07:00
efb6c7845f Add prefetch to graph 2022-05-27 08:40:00 -07:00
bd316d8249 Bump million to 1.9.2 2022-05-27 08:39:44 -07:00
0293c12217 feat: recent posts section/partial 2022-05-23 22:25:13 -07:00
0b6711c218 fix: tag boxes overlapping for content with many tags (closes #130) 2022-05-14 16:47:50 -04:00
ed9a8efd1f fix inline link highlighting, safer latex render 2022-05-05 21:11:23 -04:00
e302f6c423 fix: more generic style to match bad nesting generated by popover interp 2022-05-05 20:35:32 -04:00
b21b27d1d3 fix: clean wikilinks and render latex in popover 2022-05-05 20:30:55 -04:00
364aee36fc fix: merge conf 2022-05-05 01:03:09 -04:00
cea0f3eb74 feat: contextual backlinks (closes #106) 2022-05-05 00:58:50 -04:00
2b5c03c972 Remove redundant URL construction 2022-05-03 10:55:45 -07:00
aaed5dc1f1 Support /path root sites 2022-05-03 10:54:39 -07:00
1a5d158fce Support active node with other data at end of url 2022-05-03 10:38:41 -07:00
d38f9bec70 Rename API and generalize router API 2022-05-03 10:16:09 -07:00
771ebd8031 Merge 2022-05-03 10:07:38 -07:00
e646cdb0be Use explicit regex for trailing slash trim 2022-05-03 09:27:25 -07:00
3c660dd9b5 Remove unnecessary 'url' param in drawGraph 2022-05-03 09:20:01 -07:00
4cca3c1f2d Peg router version 2022-05-03 09:04:15 -07:00
9d3bbd6076 Fix active node on graph 2022-05-03 08:53:18 -07:00
77485b754d Fix popover 2022-05-03 08:47:42 -07:00
6e6dd4cb0b fix: trim trailing slash when calculating popover 2022-05-03 10:57:20 -04:00
24d08d580d cfg: make SPA optional 2022-05-03 10:43:22 -04:00
fc89ff2680 fix: broken semi and graph min-height 2022-05-02 13:00:41 -04:00
e9a33c04b5 fmt: remove semis for good 2022-05-02 12:56:44 -04:00
9ba0a4b34f fmt: remove semis :) 2022-05-02 12:14:51 -04:00
5c602ab16f Add clarification comments 2022-05-02 09:04:36 -07:00
bcb166c21c Add router 2022-05-01 22:06:33 -07:00
b8a660e208 feat: copyable header anchors (fixes #86) 2022-04-30 13:10:12 -07:00
87b5a7a251 feat: show graph titles on zoom (fixes #92) 2022-04-28 15:49:16 -07:00
c8d390dbc5 fix: always hide popover on mobile (fixes #104) 2022-04-28 13:45:29 -07:00
3c7ece5405 fix: append trailing slash, fixes #111 2022-04-28 10:48:31 -07:00
f05ff5e62d fix: add dropshadow to popover, cleanup animation 2022-04-05 23:19:33 -07:00
12ed9722d8 fix: popover selection wrongly including line breaks 2022-04-05 22:43:11 -07:00
f9c7cdf928 fix: check for src before attempting to add popover 2022-04-05 20:44:39 -07:00
7808c66c4d fix: align footer links 2022-04-05 09:41:13 -07:00
671fe05312 padding and border-radius matching bottom cards
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2022-04-04 17:07:43 -03:00
a287d11246 add a collapsible ToC 2022-04-03 22:12:55 -03:00
e6e04c03c4 fix latex misrendering 2022-04-02 20:34:55 -07:00
c117e38899 feat: wikilinks implementation 2022-04-02 20:06:31 -07:00
4fd983277e fix: cjk support + demo page 2022-04-02 17:38:39 -07:00
cc86136bcb feat: basic latex support 2022-04-02 17:00:14 -07:00
8e083d4a93 Merge pull request #83 from meleu/patch-2 2022-04-02 14:53:05 -07:00
a469653f75 separate contact links semantically 2022-04-02 18:50:58 -03:00
c51573efa9 feat: grey out broken links 2022-04-02 13:34:26 -07:00
1ddd15afc6 fix: non-unicode character in popover and search #67, #68 2022-04-02 12:59:38 -07:00
3674df48b8 fix pagination styling 2022-04-01 10:13:01 -07:00
94e987dab5 feat: better titles for empty pages #61 2022-03-15 00:37:56 -07:00
f70128a3de Prevent overflow of long links and words
When a word (or any string withtout breakpoints (spaces, dashes....), making links the most common place where this becamoes an issue)  is wider than its container, the text will simply overflow any container, including the viewport. This commit fixes this behaviour by making the word-drap strategy of the browser more aggresive.
2022-03-09 17:58:01 +00:00
b96c60edfc Merge branch 'hugo' of https://github.com/jackyzha0/quartz into jackyzha0-hugo 2022-03-07 18:27:45 +00:00