Commit Graph

143 Commits

Author SHA1 Message Date
Jacky Zhao 965e568c6f feat: max-width for large screens 2023-02-06 12:58:34 -08:00
Jacky Zhao 0fb84029ec feat: add more plausible events 2023-02-05 11:34:39 -08:00
Adam Brangenberg 981b6465d8 feat: Remove leading slash of folders in graph view (#282) 2023-02-01 12:34:18 -08:00
Adam Brangenberg cfe923a1fd refactor: General performance/style improvements (#262) 2022-12-29 10:43:41 -05:00
Jacky Zhao 1088441458 feat: latex in search results 2022-12-03 21:03:12 -08:00
Jacky Zhao b9d9ec44af fix: jump to search for operand 2022-11-21 23:36:27 -08:00
Morgan Gallant fec8fd9a09 fix: Semantic Search: Use Operand Beta API (#235) 2022-11-21 08:54:45 -08:00
Jacky Zhao 37bd59d5ad feat: docker docs, semantic search alpha 2022-11-20 15:09:58 -08:00
SafEight 64c3e75651 feat: Replace == with <mark> (#234)
Co-authored-by: SAF <saf@saf.saf>
2022-11-19 13:17:55 -08:00
Charles Chamberlain 483190d244 fix: Apply monospace style to all meta in a popover (#216) 2022-10-16 09:43:43 -07:00
Pavol Komlos bc81bd7e65 Decode the heading id from split link (#214) 2022-10-12 08:21:28 -07:00
Jacky Zhao b19135cab2 fix: make latex rendering size more simialr to obsidian 2022-09-12 11:08:07 -07:00
Jacky Zhao f879a2e0ac fix: latex rendering bugs + patch for #195 2022-09-11 18:03:55 -07:00
Jacky Zhao 0862dc7751 fix: tag list styling 2022-08-24 00:45:08 -04:00
Youssif Shaaban Alsager bd65d242be feat: Add internationalization (i18n) support (#182) 2022-08-23 23:32:40 -04:00
Vincent Huang 9bc0849280 Popover preview should show relevant heading (#180) 2022-08-20 21:31:06 -04:00
Jacky Zhao a9fdaf9787 feat: link previews to page-list (closes #173) 2022-08-11 11:42:16 -07:00
Jacky Zhao ad5905128d fix: make callout detection case-insensitive (closes #171) 2022-08-05 11:08:52 -07:00
Jacky Zhao d315e75b91 feat: better graph scaling (closes #170) 2022-08-05 11:04:01 -07:00
Jacky Zhao ff4872e8a3 style: _callouts.scss simplification (#169) 2022-08-04 14:50:24 -07:00
Jacky Zhao 07ccc23f6f fix: CJK search (closes #163) 2022-08-03 23:46:55 -07:00
Jacky Zhao d35cb82ef7 fix: highlights being stripped in non-semantic search mode 2022-08-01 07:59:49 -07:00
Jacky Zhao e64b2c378a docs: update, re-added debounce 2022-07-31 18:21:17 -07:00
Jacky Zhao 16f571fcf9 docs: add documentation for Operand Search, remove debounce 2022-07-31 18:02:06 -07:00
Jacky Zhao c30c823253 fix: title not being selected properly, bump hugo-obsidian for uri fix 2022-07-31 16:55:25 -07:00
Jacky Zhao bcc3196abd feat: add support for semantic search using operand 2022-07-31 12:16:36 -07:00
Jacky Zhao 71488dec88 refactor: move search utils to util.js 2022-07-31 10:54:23 -07:00
Jacky Zhao 4cafc64eb9 docs: improve scss structure and admonition styling, update docs 2022-07-30 18:46:19 -07:00
Emile Bangma ee33b49d89 Support Admonition callouts (#166) (closes #88) 2022-07-30 17:29:26 -07:00
Pranav M 09474da51b feat: edit the clipboard button to change border colour on success (#162)
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2022-07-18 08:45:36 -07:00
Jacky Zhao 50c3b5ab0a style: improve header anchor styling 2022-07-14 13:09:21 -07:00
Jacky Zhao a0da04d298 feat: add description section to section/term/taxonomies, fix header margin 2022-07-14 12:02:54 -07:00
Jacky Zhao 216ceb9a34 fix: styling on page-list for smaller screens 2022-07-14 11:49:47 -07:00
Jacky Zhao 5352c38b01 fix: make section-li scss more generic 2022-07-14 10:38:34 -07:00
Jacky Zhao b5d964364b feat: improve styling for lists, fix anchor offset 2022-07-14 10:30:07 -07:00
Jacky Zhao 9cad2af01f feat: css typography improvements 2022-07-13 23:51:33 -07:00
Jacky Zhao 4db93bf384 feat: css refactor for easy font change 2022-07-13 23:37:54 -07:00
y1450 5a784fc8f4 fix: remove console log (#159) 2022-07-13 15:02:11 -07:00
Jacky Zhao 9cb48adf29 feat: use floating-ui for better popover positioning 2022-07-13 15:01:50 -07:00
Jacky Zhao dc58887a92 feat: restyle search icon 2022-07-13 14:32:32 -07:00
Jacky Zhao c00d4014f7 fix: tabsize not being respected 2022-07-12 14:37:10 -07:00
Geoffrey Garrett a47218d28c Copy to clipboard feature for code block (#152)
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2022-07-03 11:42:35 -07:00
Aiden Bai 白宇彤 4f088e1312 Fix `width: auto` for SPA routing (#156) 2022-07-02 19:40:18 -07:00
Jacky Zhao 541eac9497 fix: adjust weird colours for err highlighting 2022-07-02 17:14:17 -07:00
Geoffrey Garrett c67ffb76ef Added optional rendering of code block titles (#148) 2022-07-01 11:03:52 -07:00
Jacky Zhao 96fd6a5d1e feat: image scaling (closes #131) 2022-06-29 17:34:05 -07:00
Aiden Bai f3ddbe8860 Bump million to 1.11.3 2022-06-28 21:43:28 -07:00
DhammaCharts 32354d4d9d minor adjustment 2022-06-06 16:48:16 +01:00
DhammaCharts ca6a6f67fa Merge branch 'hugo' into hugo 2022-06-06 12:56:47 +01:00
DhammaCharts 4bdfbcfbfb better font behaviour 2022-06-02 08:35:28 +01:00