Commit Graph

148 Commits (5230c671d4adaef9127eedd7b56662049dd1bbd3)

Author SHA1 Message Date
Jacky Zhao e482fa1097 fix: graph and tooltip sometimes not showing
Jacky Zhao aa5ab03d4a docs: update to account for github changes
Jacky Zhao 983efab94c fix: recent notes partial sorting
Dev Uni 10e41743e5
fix: Bad UI due to head.html ()
Simon Späti bde44fadf2
feat: Adding Twitter and Social image preview including description ()
Jacky Zhao 7df2bb6f5e fix: fix duplicate link click tracking
Jacky Zhao 11959de11c feat: add more plausible events
Jacky Zhao a73aca8ed9 feat: switch from GA to Plausible for analytics
Apoorv Khandelwal 24c9777a52
feat: Embedding multimodal assets ()
chaosarium eb2f6aeca8
Fix callout behaviour inconsistent with Obsidian (closes ) ()
Adam Brangenberg 614a6222a1
refactor: General performance/style improvements ()
chaosarium c1b0eafce6
feat: Added simplified Chinese translations ()
Jacky Zhao ce5df837f5 feat: latex in search results
Jacky Zhao 4cd6f7efdf fix: text highlighting
Apoorv Khandelwal 5a7936e23a
fix: Replacing "internal-link broken" with link to asset ()
Brendan Ang 5f3d430699
feat: add support for mermaid diagrams ()
Jacky Zhao e374e3abd4 fix: jump to search for operand
Jacky Zhao e9aa6ae9e7 feat: docker docs, semantic search alpha
SafEight de2b6b9a1b
feat: Replace == with <mark> ()
Co-authored-by: SAF <saf@saf.saf>
Jacky Zhao 7f9f58860d feat: allow enableToc to override default no TOC on a per-page basis
Jacky Zhao cd7e2088d5 feat: hide TOC when no headers (closes )
Jacky Zhao e6c7a4e1e2 fix: latex rendering bugs + patch for
Nikola Georgiev ca84da5b31
feat: Hide full path to file in Wikilinks by default ()
Youssif Shaaban Alsager 25ba1159ad
feat: Add internationalization (i18n) support ()
Jacky Zhao a78926ede5 feat: link previews to page-list (closes )
Jacky Zhao 5c76d8dad9 fix: make callout detection case-insensitive (closes )
Jacky Zhao 5ef9aad501 feat: add support for semantic search using operand
Jacky Zhao 14b89105dc refactor: move search utils to util.js
Emile Bangma 728d8529ec
Support Admonition callouts () (closes )
Jacky Zhao e15e39155d fix: give precedence to date created over last modified if defined ()
Jacky Zhao d7a42a2fd7 feat: improve styling for lists, fix anchor offset
Jacky Zhao 22c8981bb9 feat: css refactor for easy font change
Jacky Zhao 8b2a82a96a fix: change / to use base url
Jacky Zhao ffe22689eb feat: use floating-ui for better popover positioning
Jacky Zhao c1b8fe1221 feat: restyle search icon
Jacky Zhao 74993d19b7 docs + fix: broken partial and description of enableGitHubEdit
rphla 25a4d3b6e1
Add GitHub "edit" button ()
Jacky Zhao aaf31f419e fix: copy code block logic for non code pages
Geoffrey Garrett f54df35767
Copy to clipboard feature for code block ()
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
Geoffrey Garrett d3e20b8b94
Added optional rendering of code block titles ()
Jacky Zhao 8d7a7b712f fix: non-SPA fn defs (closes )
Jacky Zhao 8b2fba895a feat: image scaling (closes )
Jacky Zhao e884f4927f fix: anchor formatting (closes )
Jacky Zhao f2078ee621 fix: prefix images with base url for non-root quartz
Geoffrey Garrett b732293f65 fix(head.html): Adds robustness to `config.yaml` favicon definitions
Initially assumed that `href` definitions should have `/...` as their
pattern, and `baseURL` would always end with `/`, however the omission
of `/` as the prefix of the former and suffix of the latter
simultaneously, would result in broken favicon paths. Final comment:
`..///...` is not breaking, which is worst case scenario with this fix.
Geoffrey Garrett 473ea2c66f feat(layouts/partials/head.html): Adds general favicon support with dict and string input format
DhammaCharts 69c74ca6b5 minor adjustment
DhammaCharts ab809249c8
Update layouts/partials/head.html
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
DhammaCharts 84c75d0546
Merge branch 'hugo' into hugo
DhammaCharts c88f31c364 change to object destructuring for drawGraph() arguments