Commit Graph

1585 Commits

Author SHA1 Message Date
dependabot[bot]
47024022e8
chore(deps-dev): bump @types/node from 20.11.24 to 20.11.25 (#990)
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.24 to 20.11.25.
- [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-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 18:29:14 -04:00
Mara-Li
b98e4be665
feat(i18n): Add French translation for reading time (#998)
Signed-off-by: Mara-Li <lili.simonetti@outlook.fr>
2024-03-15 18:28:31 -04:00
semanticdata
5073fa1acb ofm.ts re-cloned, added formatting 2024-03-15 11:28:46 -05:00
semanticdata
dacdf290d0 update dependencies 2024-03-15 11:26:10 -05:00
semanticdata
60dd23f9b4 Merge branch 'v4' of https://github.com/jackyzha0/quartz 2024-03-15 11:24:58 -05:00
Miguel Pimentel
fb3b6f0f50
Pull-Request [ariasae-vault-backup-3-15-2024] from Obsidian (#61) 2024-03-15 11:23:08 -05:00
catcodeme
8be51a0504
fix: wikiLink in table (#993)
* fix: wikiLink in table

- update regexp to make '\' to group in alias
- handle alias using block_id

* style: format with prettier

* style: add comment for block_ref(without alias) in table

---------

Co-authored-by: hulinjiang <hulinjiang@58.com>
2024-03-14 23:25:01 -07:00
Miguel Pimentel
048333ef0e
Pull-Request [ariasae-vault-backup-3-14-2024] from Obsidian (#60) 2024-03-14 15:42:10 -05:00
Miguel Pimentel
453acd8928
Pull-Request [ariasae-vault-backup-3-14-2024] from Obsidian (#59) 2024-03-14 15:31:09 -05:00
semanticdata
58f99c31ee Merge branch 'main' of https://github.com/semanticdata/forgetful-notes 2024-03-14 14:29:41 -05:00
semanticdata
3bfcba6913 formatting 2024-03-14 14:29:32 -05:00
semanticdata
9d713967ac reorg layout 2024-03-14 14:28:49 -05:00
Miguel Pimentel
ecd29a5932
Pull-Request [ariasae-vault-backup-3-14-2024] from Obsidian (#58) 2024-03-14 14:15:30 -05:00
Miguel Pimentel
28ab8a66d7
Pull-Request [ariasae-vault-backup-3-14-2024] from Obsidian (#57) 2024-03-14 13:55:18 -05:00
semanticdata
6f31bdee56 remove all content 2024-03-14 13:45:43 -05:00
semanticdata
af02b25084 pnpm run format 2024-03-14 13:22:59 -05:00
semanticdata
6ce5261892 new layout test 2024-03-14 13:22:04 -05:00
semanticdata
75d6af9422 pnpm run format 2024-03-14 12:28:44 -05:00
semanticdata
bea7d9fccc fix plugin missing, must have deleted it by mistake 2024-03-14 12:28:04 -05:00
semanticdata
b96ee051a2 mirror other prettier configs 2024-03-14 12:24:34 -05:00
semanticdata
e63d532ae1 Merge branch 'v4' of https://github.com/jackyzha0/quartz 2024-03-14 12:20:06 -05:00
Linus Sehn
92cc23dc45
feat(plugin): citations (#984)
* feat: add rehype-citations

* feat: add citations transformer plugin

* feat: add rehype-rewrite

* feat: add csl option and add no-popover to citation links

* revert: add rehype-rewrite

04b2692 'feat: add rehype-rewrite'

* feat: use existing package for html manipulation

* fix: remove `console.log()`
2024-03-13 03:59:37 -04:00
dependabot[bot]
097abc3cda
chore(deps): bump async-mutex from 0.4.1 to 0.5.0 (#991)
Bumps [async-mutex](https://github.com/DirtyHairy/async-mutex) from 0.4.1 to 0.5.0.
- [Changelog](https://github.com/DirtyHairy/async-mutex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/DirtyHairy/async-mutex/compare/v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: async-mutex
  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-03-11 13:41:48 -07:00
dependabot[bot]
a00324ddfd
chore(deps-dev): bump typescript from 5.3.3 to 5.4.2 (#989)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2.
- [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.3.3...v5.4.2)

---
updated-dependencies:
- dependency-name: typescript
  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-03-11 13:41:41 -07:00
Mara-Li
9fff6d7d0d
fix: spelling error (#987)
I really don't know why I translated this like that into "pas trouvé", and it bugged me a lot. I finally fixed it…

Signed-off-by: Mara-Li <lili.simonetti@outlook.fr>
2024-03-11 09:46:53 -07:00
semanticdata
7eabbf2407 pnpm run format 2024-03-11 08:58:43 -05:00
semanticdata
663b0673a3 update dependencies 2024-03-11 08:54:09 -05:00
semanticdata
95da75f003 Merge branch 'v4' of https://github.com/jackyzha0/quartz 2024-03-11 08:53:58 -05:00
Matt Vogel
0f5a9d7b66
feat: separated content meta (#929)
to allow for CSS styling
2024-03-10 09:57:10 -07:00
kabirgh
b4236e5142
feat(perf:fast-rebuilds): Stop mutating resources param in ComponentResources emitter (#977)
* Stop mutating resources param in ComponentResources emitter

* Add done rebuilding log for fast rebuilds

* Move google font loading to Head component

* Simplify code and fix comment
2024-03-09 16:42:23 -08:00
Emile Bangma
6e0c102970
fix(transclusion): prevent duplicate transclusion if multiple transclusions are present. (#982) 2024-03-09 16:14:31 -08:00
Emile Bangma
94a54698ab
fix(resources): Use full path to font when cdnCache is false (#976) 2024-03-09 11:59:55 -05:00
Emile Bangma
2e9a0c21db
fix(description): first sentence no longer repeats until max length (#981) 2024-03-09 08:43:40 -08:00
Aaron Pham
b30a200bd4
fix(i18n): make sure to use correct fileData for manual localization (#975)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-03-08 09:14:22 -08:00
Emile Bangma
6d59aa8201
fix(description): counts characters instead of words (#972)
* fix(description): make sure description counts characters instead of words

* ref: removed duplicate ternary
2024-03-08 04:04:44 -05:00
semanticdata
b957e67dcc clean and start new workflow test 2024-03-07 13:49:10 -06:00
semanticdata
9ab961b323 gitignore package-lock 2024-03-07 13:39:46 -06:00
semanticdata
872ba28070 Update deploy-test-only.yml 2024-03-07 13:38:12 -06:00
semanticdata
664f9b5bd5 Update deploy-test-only.yml 2024-03-07 13:35:24 -06:00
semanticdata
abe2ca2862 more workflow shenanigans, trying something new 2024-03-07 13:29:53 -06:00
semanticdata
0a0cbcc023 workflow test 2024-03-07 13:12:39 -06:00
semanticdata
a6f9d26c55 update workflows 2024-03-07 13:07:56 -06:00
semanticdata
ac5f363932 minor changes/adjustments 2024-03-07 12:46:33 -06:00
semanticdata
3df9bea6e2 rem unused action, moved it to the dotfiles repo 2024-03-07 12:44:00 -06:00
semanticdata
43a53db30c rename md showcase, rem python cheat sheet 2024-03-07 12:36:21 -06:00
semanticdata
dc97b3b585 clean formatting and remove wikilinks 2024-03-07 12:33:17 -06:00
semanticdata
8c5ca87543 Merge branch 'v4' of https://github.com/jackyzha0/quartz 2024-03-07 12:20:25 -06:00
semanticdata
17356cc266 update README, add information from meta page to README 2024-03-07 12:19:21 -06:00
Aaron Pham
141dd3b51f
fix(description): make sure to we join space correctly (#970)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-03-06 19:45:02 -08:00
Tyler Funk
3d4a94dda3
feat(analytics): Goatcounter support (#956)
* Add options to support goatcounter analytics

* goatcounter: support self-hosted

* Add to configuration docs for goatcounter settings

* use https instead of protocol-relative link for goatcounter js
2024-03-06 19:44:34 -08:00