7891daae8a
[obsidian] vault backup: 2024-08-28 09:28:23[
2024-08-28 09:28:23 +09:00
1381fa5f3a
[obsidian] vault backup: 2024-08-28 00:25:57[
2024-08-28 00:25:57 +09:00
ed410fd085
[obsidian] vault backup: 2024-08-27 22:54:04[
2024-08-27 22:54:04 +09:00
b3faf87a89
[obsidian] vault backup: 2024-08-27 21:54:04[
2024-08-27 21:54:04 +09:00
4e03d60d43
[obsidian] vault backup: 2024-08-27 19:54:05[
2024-08-27 19:54:05 +09:00
b35aaff7a8
[obsidian] vault backup: 2024-08-27 18:54:08[
2024-08-27 18:54:08 +09:00
dependabot[bot]
303df192a7
chore(deps): bump unified from 11.0.4 to 11.0.5 ( #1373 )
...
Bumps [unified](https://github.com/unifiedjs/unified ) from 11.0.4 to 11.0.5.
- [Release notes](https://github.com/unifiedjs/unified/releases )
- [Changelog](https://github.com/unifiedjs/unified/blob/main/changelog.md )
- [Commits](https://github.com/unifiedjs/unified/compare/11.0.4...11.0.5 )
---
updated-dependencies:
- dependency-name: unified
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 14:13:09 -07:00
dependabot[bot]
130dc468c9
chore(deps-dev): bump @types/yargs from 17.0.32 to 17.0.33 ( #1374 )
...
Bumps [@types/yargs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/yargs ) from 17.0.32 to 17.0.33.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/yargs )
---
updated-dependencies:
- dependency-name: "@types/yargs"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 14:13:00 -07:00
dependabot[bot]
9de8fd0b1b
chore(deps-dev): bump @types/node from 22.1.0 to 22.5.0 ( #1375 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 22.1.0 to 22.5.0.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node )
---
updated-dependencies:
- dependency-name: "@types/node"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 14:12:51 -07:00
dependabot[bot]
24c599c90e
chore(deps): bump @napi-rs/simple-git from 0.1.17 to 0.1.19 ( #1376 )
...
Bumps [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git ) from 0.1.17 to 0.1.19.
- [Release notes](https://github.com/Brooooooklyn/simple-git/releases )
- [Commits](https://github.com/Brooooooklyn/simple-git/compare/v0.1.17...v0.1.19 )
---
updated-dependencies:
- dependency-name: "@napi-rs/simple-git"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 14:12:45 -07:00
dependabot[bot]
39f3e651e7
chore(deps-dev): bump tsx from 4.17.0 to 4.18.0 ( #1377 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.17.0 to 4.18.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.17.0...v4.18.0 )
---
updated-dependencies:
- dependency-name: tsx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-26 14:12:35 -07:00
Iker Larrea
d59e3b0a46
fix: Popover z-index issue on left sidebar ( #1230 )
2024-08-25 19:33:34 -07:00
Aaron Pham
4d5bd0d72f
perf(graph): canvas implementation ( #1328 )
...
* perf(graph): initial canvas layout
include nodes and links drawn
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix(graph): update persistent for nodeGfx
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* chore(graph): add canvas element to avoid rerendering glitch
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix(spa): only render graph once in global
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix(graph): change svg as button
render global graph on toggle
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* fix(graph): fix anchor position and zIndex behaviour
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* chore(graph): increase linkDistance
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
* refactor
* fmt
* pkg
---------
Signed-off-by: Aaron Pham <contact@aarnphm.xyz >
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2024-08-25 00:33:14 -07:00
Andrew
e4e70b31cb
a11y(darkmode): use a button for the theme toggle ( #1335 )
...
* Use a `<button>` for theme toggle
* docs: Adds back Xinyang's cs garden to showcase (#1323 )
adding back my garden which was deleted from the cleanup showcase
* feat(toc,explorer): add accessibility for toggle (#1327 )
* Restore focus highlight on explorer toggle button.
Remove `unset: all` declaration causing `outline`
property to be unset. This allows the default
browser focus highlight to be shown.
* Fix semantics of expandable sections (explorer, toc).
This adds the appropriate aria attributes for the [disclosure pattern](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/examples/disclosure-image-description/#javascriptandcsssourcecode ) and uses `visibility: hidden` to remove the hidden elements from the focus order without disrupting the animations. Further work is needed on the tree view nodes.
* Run prettier for SCSS files.
* feat: custom global latex macros (closes #1325 )
* chore: ts fixes
* docs: recommend at least node 20 in gh
* fix: unmemoize explorer on rebuild (closes #1077 )
* fix: pass buildId to worker
* Fix theme button DOM hierarchy and styles
* Restore functionality of theme button
* `aria-label` on theme svgs so their accessible labels are included in button content
---------
Co-authored-by: Xinyang Yu <47915643+xy-241@users.noreply.github.com >
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com >
2024-08-24 13:33:30 -07:00
Danny van Tol
6cb170924b
fix: Link visibility in exampanded TOC while collapseByDefault is true ( #1371 )
2024-08-24 12:56:17 -07:00
Andrew
0221a6b932
fix: Add a wrapper element to dates in PageList. ( #1345 )
...
* Add a wrapper span to dates in PageList.
This means there is a placeholder when date is not specified, so the values in grid-template-columns always line up correctly.
* Use a <div> instead -- better practice to stick to block elements.
2024-08-24 10:13:55 -07:00
Aaron Pham
42ad076f78
chore(features): remove implemented ( #1350 )
2024-08-24 10:13:14 -07:00
Tony Jackson
0383e38e87
docs: Update Gitlab CI runner tag to use Gitlab runner ( #1365 )
...
Co-authored-by: Tony Jackson <tony.aaj.jackson@protonmail.com >
2024-08-23 18:55:03 -07:00
Elijah Kennedy
b9b53c76c6
docs: added permalink description to supported frontmatter doc ( #1369 )
2024-08-23 18:35:52 -07:00
166971f54c
[obsidian] vault backup: 2024-08-23 13:58:31[
2024-08-23 13:58:31 +09:00
aef6686c98
[obsidian] vault backup: 2024-08-22 14:58:16[
2024-08-22 14:58:16 +09:00
751c945c62
[obsidian] vault backup: 2024-08-22 13:56:40[
2024-08-22 13:56:40 +09:00
a20b6de67d
Merge commit '4bbcc0c50aca68d470542c1af8fd5f8060d97ab8' into HEAD
2024-08-21 17:07:03 +09:00
2396bcfc47
revert cli removal
2024-08-21 17:02:37 +09:00
1e27514b0b
Merge remote-tracking branch 'origin/v4' into v4
2024-08-21 16:06:08 +09:00
Eledah
f98bcb81bc
docs: RTL showcase ( #1362 )
2024-08-20 09:28:52 -07:00
dependabot[bot]
14d89141ef
chore(deps): bump @floating-ui/dom from 1.6.8 to 1.6.10 ( #1358 )
...
Bumps [@floating-ui/dom](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/dom ) from 1.6.8 to 1.6.10.
- [Release notes](https://github.com/floating-ui/floating-ui/releases )
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/dom/CHANGELOG.md )
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/dom@1.6.10/packages/dom )
---
updated-dependencies:
- dependency-name: "@floating-ui/dom"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:18:00 -07:00
dependabot[bot]
52adba5be6
chore(deps): bump lightningcss from 1.25.1 to 1.26.0 ( #1359 )
...
Bumps [lightningcss](https://github.com/parcel-bundler/lightningcss ) from 1.25.1 to 1.26.0.
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases )
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.25.1...v1.26.0 )
---
updated-dependencies:
- dependency-name: lightningcss
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:15:43 -07:00
dependabot[bot]
42d9850528
chore(deps): bump preact-render-to-string from 6.5.7 to 6.5.9 ( #1360 )
...
Bumps [preact-render-to-string](https://github.com/preactjs/preact-render-to-string ) from 6.5.7 to 6.5.9.
- [Release notes](https://github.com/preactjs/preact-render-to-string/releases )
- [Changelog](https://github.com/preactjs/preact-render-to-string/blob/main/CHANGELOG.md )
- [Commits](https://github.com/preactjs/preact-render-to-string/compare/v6.5.7...v6.5.9 )
---
updated-dependencies:
- dependency-name: preact-render-to-string
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:15:34 -07:00
dependabot[bot]
c063b9b126
chore(deps): bump @napi-rs/simple-git from 0.1.16 to 0.1.17 ( #1357 )
...
Bumps [@napi-rs/simple-git](https://github.com/Brooooooklyn/simple-git ) from 0.1.16 to 0.1.17.
- [Release notes](https://github.com/Brooooooklyn/simple-git/releases )
- [Commits](https://github.com/Brooooooklyn/simple-git/compare/v0.1.16...v0.1.17 )
---
updated-dependencies:
- dependency-name: "@napi-rs/simple-git"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:14:45 -07:00
dependabot[bot]
137ca71948
chore(deps): bump rehype-katex from 7.0.0 to 7.0.1 ( #1356 )
...
Bumps [rehype-katex](https://github.com/remarkjs/remark-math ) from 7.0.0 to 7.0.1.
- [Release notes](https://github.com/remarkjs/remark-math/releases )
- [Commits](https://github.com/remarkjs/remark-math/compare/rehype-katex@7.0.0...rehype-katex@7.0.1 )
---
updated-dependencies:
- dependency-name: rehype-katex
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-19 14:14:29 -07:00
dependabot[bot]
4ecb09657a
chore(deps-dev): bump tsx from 4.16.2 to 4.17.0 ( #1340 )
...
Bumps [tsx](https://github.com/privatenumber/tsx ) from 4.16.2 to 4.17.0.
- [Release notes](https://github.com/privatenumber/tsx/releases )
- [Changelog](https://github.com/privatenumber/tsx/blob/master/release.config.cjs )
- [Commits](https://github.com/privatenumber/tsx/compare/v4.16.2...v4.17.0 )
---
updated-dependencies:
- dependency-name: tsx
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 05:07:05 -04:00
dependabot[bot]
a5379075d9
chore(deps): bump rehype-citation from 2.0.0 to 2.1.1 ( #1341 )
...
Bumps [rehype-citation](https://github.com/timlrx/rehype-citation ) from 2.0.0 to 2.1.1.
- [Release notes](https://github.com/timlrx/rehype-citation/releases )
- [Commits](https://github.com/timlrx/rehype-citation/compare/v2.0.0...v2.1.1 )
---
updated-dependencies:
- dependency-name: rehype-citation
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 04:25:07 -04:00
dependabot[bot]
865c84ea8f
chore(deps-dev): bump typescript from 5.5.3 to 5.5.4 ( #1343 )
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-15 04:24:48 -04:00
Andrew
97d76a9de3
feat: Mark the external link icon as aria-hidden ( #1346 )
2024-08-12 20:06:19 -07:00
dependabot[bot]
e7fbd299ff
chore(deps): bump shiki from 1.10.3 to 1.12.1 ( #1344 )
...
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki ) from 1.10.3 to 1.12.1.
- [Release notes](https://github.com/shikijs/shiki/releases )
- [Changelog](https://github.com/shikijs/shiki/blob/main/CHANGELOG.md )
- [Commits](https://github.com/shikijs/shiki/commits/v1.12.1/packages/shiki )
---
updated-dependencies:
- dependency-name: shiki
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 13:38:15 -07:00
dependabot[bot]
4d4c7785eb
chore(deps): bump preact from 10.22.1 to 10.23.2 ( #1342 )
...
Bumps [preact](https://github.com/preactjs/preact ) from 10.22.1 to 10.23.2.
- [Release notes](https://github.com/preactjs/preact/releases )
- [Commits](https://github.com/preactjs/preact/compare/10.22.1...10.23.2 )
---
updated-dependencies:
- dependency-name: preact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-12 13:37:54 -07:00
8364879175
[obsidian] vault backup: 2024-08-12 16:28:50
2024-08-12 16:28:50 +09:00
388568235d
[obsidian] vault backup: 2024-08-12 15:21:26[
2024-08-12 15:21:26 +09:00
3cd415f7b2
[obsidian] vault backup: 2024-08-12 11:19:23[
2024-08-12 11:19:23 +09:00
Karthi Fair Hawn
ad04409f70
docs(hosting): missing key with: ( #1334 )
2024-08-10 08:32:51 -07:00
Andrew
587668f226
feat(search): keyboard-accessible search button ( #1331 )
...
* Use a `<button>` for search
* Fix search button styles to match preexisting styling
* Remove additional native button properties.
* Invoke search button on click or keyboard.
* Reorganize search button DOM hierarchy
* Restore focus to the search button when exiting the search overlay
* Run prettier on Search.tsx
2024-08-09 18:46:50 -07:00
37d086c700
[obsidian] vault backup: 2024-08-09 17:37:50
2024-08-09 17:37:50 +09:00
Jacky Zhao
c686658610
fix: pass buildId to worker
2024-08-08 19:33:27 -07:00
Jacky Zhao
2a9966272c
fix: unmemoize explorer on rebuild ( closes #1077 )
2024-08-08 19:17:20 -07:00
Jacky Zhao
900c732cba
docs: recommend at least node 20 in gh
2024-08-08 18:38:17 -07:00
Jacky Zhao
90dd8b8278
chore: ts fixes
2024-08-08 18:28:13 -07:00
Jacky Zhao
f344efca7d
feat: custom global latex macros ( closes #1325 )
2024-08-08 18:19:45 -07:00
Andrew
94c4437fe5
feat(toc,explorer): add accessibility for toggle ( #1327 )
...
* Restore focus highlight on explorer toggle button.
Remove `unset: all` declaration causing `outline`
property to be unset. This allows the default
browser focus highlight to be shown.
* Fix semantics of expandable sections (explorer, toc).
This adds the appropriate aria attributes for the [disclosure pattern](https://www.w3.org/WAI/ARIA/apg/patterns/disclosure/examples/disclosure-image-description/#javascriptandcsssourcecode ) and uses `visibility: hidden` to remove the hidden elements from the focus order without disrupting the animations. Further work is needed on the tree view nodes.
* Run prettier for SCSS files.
2024-08-08 18:07:47 -07:00
Xinyang Yu
efad73cfdc
docs: Adds back Xinyang's cs garden to showcase ( #1323 )
...
adding back my garden which was deleted from the cleanup showcase
2024-08-08 18:00:20 -07:00