8c4b7cfa2e
Further specified selector
2025-11-23 14:23:31 -05:00
08a63d8852
Changed selector as other selector was not working
2025-11-23 14:17:41 -05:00
66ba981fb2
Still fiddling and testing
2025-11-23 14:10:14 -05:00
02cb290e0e
Changed some custom styles, added other ones
2025-11-23 14:04:11 -05:00
4b7a570b6e
Again re-customized background for callout quote blockquotes
2025-11-23 13:17:51 -05:00
1fa871646f
Changed colors for callout quote blockquotes and their titles
2025-11-23 13:13:01 -05:00
637367fb3b
Customized some SCSS
2025-11-23 13:02:22 -05:00
c6776e2dde
Encountered errors in plugin creation, disabled new code for now
2025-11-23 12:43:16 -05:00
65994f81a4
Added Argdown plugin capabilities
2025-11-23 12:36:33 -05:00
4dfd1cd696
Added new Argdown components for use with Obsidian markdown transformer plugin
2025-11-23 12:35:11 -05:00
8bb86cdae7
Altered selectors, ids and class names to fit plugin I currently use in Obsidian
2025-11-23 10:45:23 -05:00
e5247695f5
Altered selectors, ids and class names to fit plugin I currently use in Obsidian
2025-11-23 10:33:17 -05:00
114eb0b729
Altered selectors, ids and class names to fit plugin I currently use in Obsidian
2025-11-23 10:25:14 -05:00
0c97f08768
Added some custom SCSS
2025-11-23 15:07:11 +00:00
4e6d732f08
Changed the favicon image of site
2025-11-23 15:06:45 +00:00
Lunyaa
ef29c69828
add rybbit analytics ( #2197 )
2025-11-07 16:48:28 +01:00
Emile Bangma
86a30ad150
fix(callouts): set height to entire callout content ( #2194 )
...
* fix(callouts): set height to entire callout content
* Refactor callout-content to collapse all children simultaneously
* Testing better transition
2025-11-06 09:05:32 -05:00
Marco Ciotola
0ecb859d2d
feat(i18n): update Italian translations for coherency ( #2189 )
...
Update Italian translation for better plurals and idioms consistency
2025-11-02 05:35:23 -05:00
Michael Thomason
2fdc8129b6
fix(components): prevent infinite recursion from circular transcludes ( #2187 )
...
* fix(components): prevent infinite recursion from circular transcludes
* chore(components): modify warning message
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2025-11-01 06:22:29 -04:00
松浦 知也 Matsuura Tomoya
8bc6cb9061
fix(css): not break word in the search button placeholder ( #2182 )
...
* fixed not to break in the button
* fixed style
2025-10-31 17:01:51 -07:00
Jiangnan Li
af5773f0e4
fix(api): adapt to updated API parameter format from ( #2185 )
...
is-absolute-url v5.0.0
2025-10-31 16:59:46 -07:00
yavidor
4260214a07
feat(i18n): add Hebrew translations for UI components and pages ( #2186 )
...
* Added hebrew
* Better translations
* Added NewLine at EOF
2025-10-31 16:58:37 -07:00
Alexei Chernyavsky
0c4386dce1
feat(i18n): add Kazakh translations for UI components and pages ( #2056 )
2025-10-30 01:27:51 -04:00
Jairus Joer
08c861707b
fix(explorer): Disable keyboard navigation on collapsed folders ( #2169 )
2025-10-28 09:37:32 -07:00
FishCat233
52460f376f
fix: modified time data of frontmatter didnt loaded. ( #2165 )
2025-10-16 09:10:25 -07:00
martyone
f14260b2ba
fix(oxhugo): Do not discard embedded HTML ( #2151 )
...
In 'processors/parse.ts' the 'remarkRehype' plugin is used with
'allowDangerousHtml' enabled, but that needs to be combined with (e.g.)
'rehypeRaw' to have any effect on the output.
2025-10-02 10:51:40 -07:00
Emile Bangma
4923affa77
fix(callouts)!: match callout DOM to Obsidian ( #2104 )
...
* fix(callouts): match callout DOM to Obsidian
* use new transition curve for all callout transitions
* chore!: bump version to 4.5.2
2025-09-21 19:14:03 +02:00
Jacky Zhao
4c78d29c13
fix(search): css min padding
2025-09-18 13:45:17 -07:00
Amir Pourmand
7a77f54e50
fix(i18n): Add RTL Detection based on Config Set Language ( #2100 )
...
* Add rtl automatic detection to base.scss
* Implement RTL support for Arabic and Persian locales and update HTML direction attribute in renderPage component
* Update HTML direction attribute in renderPage component to prioritize frontmatter dir value
* Refactor renderPage component to simplify HTML direction attribute assignment by removing frontmatter dir fallback
2025-09-17 16:04:22 -07:00
Amir Pourmand
03ccac2872
feat: Update FlexSearch and Add Support for All Languages ( #2108 )
...
* chore(deps): update flexsearch to version 0.8.205 and adjust search encoder.
* refactor(search): enhance search encoder and update search results type
- Improved the encoder function to filter out empty tokens.
- Updated the search results type from a specific FlexSearch type to a more generic 'any' type for flexibility.
- Removed redundant rtl property from the index configuration.
* refactor(search): remove rtl property from search index configuration
* refactor(search): improve encoder function formatting
- Updated the encoder function to use consistent arrow function syntax for better readability.
* refactor(search): update search results type to DefaultDocumentSearchResults
- Imported DefaultDocumentSearchResults from FlexSearch for improved type safety.
- Changed the type of searchResults from 'any' to DefaultDocumentSearchResults<Item> for better clarity and maintainability.
2025-09-17 15:39:30 -07:00
Jacky Zhao
6add0c837e
fix(style): layout flow, search restyle
2025-09-17 15:26:49 -07:00
Eritque arcus
8df8d5c6ef
fix: fix CNAME path error ( #2096 )
...
* fix: fix CNAME path error
* chore: Update quartz/plugins/emitters/cname.ts
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
* chore: remove unused import
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2025-09-17 14:50:12 -07:00
BVBFuchs
7bcab60f3e
Update de-DE.ts ( #2128 )
2025-09-15 11:59:10 -07:00
siaikin
e77a051144
feat(analytics): add support for Vercel Web Analytics provider ( #2119 )
...
* feat(analytics): add support for Vercel Web Analytics provider
* fix: correct indentation for Vercel analytics provider condition
2025-09-08 20:06:28 -07:00
Giuseppe Alfieri
ecb3d92941
Fix: normalize chokidar paths for hot reload on Windows ( #2120 )
...
Hot reload was not updating pages when editing Markdown files inside subfolders on Windows only.
The issue was caused by inconsistent path separators from chokidar.
This patch ensures paths are normalized with toPosixPath before rebuild.
2025-09-07 11:58:47 -07:00
Lumen Yang
0a57d032a7
feat(typst): invert the math equation for typst rendered equation in darkmode ( #2095 )
...
There was no dark mode support for quartz equations in typst. This
commit implements such support in order for proper render of typst math
equation in dark mode.
2025-08-21 09:37:59 -07:00
Paweł Świątkowski
ebff6617bb
Add pl translation for search placeholder ( #2090 )
2025-08-15 13:27:56 -07:00
John Barker
e918f11652
feat: add support for matomo analytics ( #2051 )
...
* feat: Support Matomo as analytics provider (self-hosted)
* SPA support
* Don't use var
* inline
* Revert fixing issues outside of this change
2025-08-12 23:56:04 -04:00
Jacky Zhao
53d6e18e81
fix(a11y): aria-controls and role fixes
2025-08-03 22:44:35 -07:00
reagenzn
91059843ae
fix(search): prevent Enter key handling during IME composition ( #2070 )
...
Add !e.isComposing check to Enter key handler in search functionality
to prevent unwanted navigation during Japanese/Asian text input composition
2025-08-01 11:57:32 -04:00
Emile Bangma
efddd798e8
revert(graph): roll back changes due to issues with Safari ( #2067 )
...
* chore: remove unused dependency
* fix(graph): rolled back webgpu changes
2025-07-30 18:43:36 +02:00
Abhi
059848f8b0
fix(rss): add cdata to escape html content for rss feed ( #2046 )
...
* add cdata to escape html content
* fix: remove redundant CDATA
2025-07-14 10:00:38 +02:00
Wen Taichi
7253557d2c
fix(goatcounter): properly count SPA page hits ( #2035 )
...
1. Should not create new instance after count.js, as it already setup an
instance.
2. Script block would be removed when navigating with SPA, and it cause
count.js can not find endpoint by query. The solution is to set
endpoint manually.
2025-07-07 22:52:49 -04:00
Emile Bangma
40f30bef45
fix(emoji): duplicate mappings ( #2042 )
2025-07-07 06:18:29 -04:00
Emile Bangma
467896413f
fix(emoji): added missing skintone variations to emoji map ( #2040 )
2025-07-04 19:37:20 +02:00
Emile Bangma
74606a1bd3
fix(emoji): map multi-unicode emoji properly ( #2037 )
...
* fix(emoji): map multi-unicode emoji properly
* Regenerated emoji map
2025-07-03 21:40:29 +02:00
circular
930eb1c413
fix(cli): filter files on rebuild using --serve ( #2039 )
...
* filter files on rebuild
* fix prettier
2025-07-02 04:05:46 -04:00
Emile Bangma
52a5196f38
chore: converted Emoji version 16 ( #2018 )
2025-06-18 01:18:57 -04:00
Jiangnan Li
cdd0be2aa8
feat(giscus): expose language option for Comments component ( #2012 )
...
* add language support for Comment
* docs: let users know they can customize their language preference
2025-06-08 11:23:01 +02:00
Jacky Zhao
9de370ae14
watcher: manually ignore .git changes
2025-06-04 15:00:41 -07:00