semanticdata
b19510df8a
Merge branch 'main' of https://github.com/semanticdata/forgetful-notes
2024-03-28 11:48:44 -05:00
semanticdata
c7eb7ba086
update README
2024-03-28 11:48:22 -05:00
Miguel Pimentel
000e9a9b5d
Pull-Request [ariasae-vault-backup-3-28-2024] from Obsidian ( #62 )
2024-03-28 11:26:17 -05:00
semanticdata
c15e67fa33
clean the layout a bit
2024-03-25 20:46:10 -05:00
semanticdata
5ce2d882e1
add extension settings
2024-03-25 17:41:37 -05:00
semanticdata
b265149559
Create package-lock.json
2024-03-25 10:39:31 -05:00
Miguel Pimentel
c21aaeaa5c
format tables
2024-03-25 13:27:04 +00:00
Miguel Pimentel
c712e544f4
Update dependencies
2024-03-25 13:25:45 +00:00
Miguel Pimentel
066bf48bee
Merge branch 'v4' of https://github.com/jackyzha0/quartz
2024-03-25 13:21:08 +00:00
Emile Bangma
d75928ad5c
fix(assets): pdf page linking support. ( #1025 )
...
* github-slugger pdf workaround
* Skip sluggifying on pdf file extension
* Account for pdf files without anchor
* Address feedback
2024-03-24 16:23:25 -07:00
Jacky Zhao
0a2b52f618
simpler katex fix
2024-03-24 15:50:38 -07:00
Emile Bangma
8437d9da72
fix(style): LaTex/KaTeX overflow ( #1027 )
...
* LaTex/KaTeX overflow fix
* prettier
* Add !important modifier
* Added overflow-x override
* Refactor without !important
* Refactor scss notation
* Formatting scss
2024-03-24 15:43:36 -07:00
Jorge Marcelo Risco
70d86ff096
i18n: pt-BR translation ( #1024 )
...
* i18n: pt-br
* i18n: pt-br translation
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-03-24 09:40:01 -07:00
Kun-Szabó Kristóf
6efc4dd724
i18n: add Hungarian translations ( #1023 )
...
* add Hungarian translations
* typo: _ instead of - in hu-HU
* run prettier
* revert prettier messing up tsconfig
* Update hu-HU.ts
2024-03-24 09:35:07 -07:00
Xinyang Yu
85a737b4ee
docs: Update showcase.md ( #1031 )
2024-03-24 09:33:53 -07:00
Miguel Pimentel
cb9ee4aa4f
update gitignore
2024-03-23 14:50:20 +00:00
dependabot[bot]
de6f469011
chore(deps-dev): bump @types/node from 20.11.25 to 20.11.29 ( #1010 )
...
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node ) from 20.11.25 to 20.11.29.
- [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-18 18:54:12 -07:00
dependabot[bot]
668640d641
chore(deps): bump shiki from 1.1.7 to 1.2.0 ( #1011 )
...
Bumps [shiki](https://github.com/shikijs/shiki/tree/HEAD/packages/shiki ) from 1.1.7 to 1.2.0.
- [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.2.0/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-03-18 18:54:01 -07:00
dependabot[bot]
8007ec0f82
chore(deps): bump lightningcss from 1.24.0 to 1.24.1 ( #1012 )
...
Bumps [lightningcss](https://github.com/parcel-bundler/lightningcss ) from 1.24.0 to 1.24.1.
- [Release notes](https://github.com/parcel-bundler/lightningcss/releases )
- [Commits](https://github.com/parcel-bundler/lightningcss/compare/v1.24.0...v1.24.1 )
---
updated-dependencies:
- dependency-name: lightningcss
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-03-18 18:53:19 -07:00
semanticdata
583646d1be
update dependencies
2024-03-18 12:29:22 -05:00
semanticdata
e2ab493735
Merge branch 'v4' of https://github.com/jackyzha0/quartz
2024-03-18 12:28:14 -05:00
Emile Bangma
7e22c38f8e
fix(wikilinks): handle wikilinks inside tables seperately from other wikilinks ( #1005 )
...
* fix(wikilinks): handle wikilinks inside tables seperately from other wikilinks
* Prettier
* Cleaned up duplicate code
* Remove test logging
* Refactored and fixed for non-aliased wikilinks inside table
* Updated naming and comments
* Updated comment of wikilink regex
* Updated regex to match previous formatting
* Match table even if EOF is immediately after the table.
* Update quartz/plugins/transformers/ofm.ts
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
* Change table escape replace to non-regex version
* Prettier
* Prettier
---------
Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-03-17 18:16:04 -07:00
Jacky Zhao
daa8796554
fix: format
2024-03-17 18:15:42 -07:00
Jacky Zhao
91f0a2abb2
feat: support rich descriptions in tag listing page ( closes #908 )
2024-03-17 18:00:04 -07:00
makondratev
38d9d52137
feat(search): add search by title/content index and tag at the same time ( #978 )
...
* feat(search): add search by title/content index and tag at the same time
* fix(search): set search type to basic and remove tag from term for proper highlightning and scroll when searched by tag and title/content index
* fix(search): use indexOf to find space so it is easier to read
* fix(search): trim trailing whitespaces before splitting
* fix(search): set limit to 10000 for combined search mode (to make filter by tag more accurate)
2024-03-17 17:48:00 -07:00
Denis Bezykornov
253497cad4
docs: add config for Caddy server ( #1002 )
2024-03-16 10:16:58 -07:00
Emile Bangma
4691369abf
fix(wikilinks): only escape alias in wikilinks inside tables ( #1000 )
2024-03-16 09:23:08 -04:00
Aaron Pham
7164857f6e
chore(ofm): remove unused ( #999 )
...
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-03-15 18:17:42 -07:00
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