Commit Graph

3306 Commits

Author SHA1 Message Date
893b47a6d8 [obsidian] vault backup: 2024-01-22 11:59:53[ 2024-01-22 11:59:53 +09:00
ab4be1ca7e [obsidian] vault backup: 2024-01-22 11:59:53[ 2024-01-22 11:59:53 +09:00
Jacky Zhao
015b4f6a15 fix: remove quartz 3 references, update font style in popovers 2024-01-21 12:39:20 -08:00
Aaron Pham
4d338cec13
feat(ofm): add options to parse arrows (#713)
* feat(ofm): add options to parse arrows

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

* feat(ofm): add options to parse arrows

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>

---------

Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
2024-01-21 11:33:32 -08:00
LUCASTUCIOUS
c11395e7bc
feat: Add an option to display or not reading time from notes (#707)
* add an option to display or not reading time from notes

* Prettier (?)

* Remove ContentMeta override from quartz.layout.ts

* Make it positive ! 🌞

* Update quartz/components/ContentMeta.tsx

---------

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-01-20 13:18:35 -08:00
Jacky Zhao
1f2ea96ae0 fix: allow dashes and underscores in block references (closes #712) 2024-01-20 00:33:14 -08:00
af0e152a9b [obsidian] vault backup: 2024-01-20 01:34:49[ 2024-01-20 01:34:49 +09:00
a9938d693f [obsidian] vault backup: 2024-01-20 01:34:49[ 2024-01-20 01:34:49 +09:00
6863dde05f [obsidian] vault backup: 2024-01-19 18:20:20[ 2024-01-19 18:20:20 +09:00
ddbb99aca0 [obsidian] vault backup: 2024-01-19 18:20:20[ 2024-01-19 18:20:20 +09:00
ad059fe2e6 [obsidian] vault backup: 2024-01-19 14:19:40[ 2024-01-19 14:19:40 +09:00
5bae318302 [obsidian] vault backup: 2024-01-19 14:19:40[ 2024-01-19 14:19:40 +09:00
9c668eaa78 [obsidian] vault backup: 2024-01-19 13:19:40[ 2024-01-19 13:19:40 +09:00
20d87b1902 [obsidian] vault backup: 2024-01-19 13:19:40[ 2024-01-19 13:19:40 +09:00
2a6eaaa499 [obsidian] vault backup: 2024-01-19 12:19:40[ 2024-01-19 12:19:41 +09:00
d3bc6f31aa [obsidian] vault backup: 2024-01-19 12:19:40[ 2024-01-19 12:19:41 +09:00
kabirgh
ce3dd0923b
refactor: move emit from callback to helper file function (#704)
* Change emit from callback to helpers file function

* Update docs, remove commented code, improve type sig
2024-01-18 10:56:14 -08:00
d48240b412 [obsidian] vault backup: 2024-01-19 02:44:33[ 2024-01-19 02:44:33 +09:00
df763a4831 [obsidian] vault backup: 2024-01-19 02:44:33[ 2024-01-19 02:44:33 +09:00
bf1c3388ca [obsidian] vault backup: 2024-01-19 01:44:33[ 2024-01-19 01:44:33 +09:00
1324b4aa29 [obsidian] vault backup: 2024-01-19 01:44:33[ 2024-01-19 01:44:33 +09:00
95c35accfe [obsidian] vault backup: 2024-01-18 21:50:02[ 2024-01-18 21:50:02 +09:00
7354960eae [obsidian] vault backup: 2024-01-18 21:50:02[ 2024-01-18 21:50:02 +09:00
4284907c8a [obsidian] vault backup: 2024-01-18 16:52:25[ 2024-01-18 16:52:25 +09:00
64fbecac9a [obsidian] vault backup: 2024-01-18 16:52:25[ 2024-01-18 16:52:25 +09:00
Jacky Zhao
af811d824f style: make internal link have less visual padding (closes #706) 2024-01-17 20:03:14 -08:00
Jacky Zhao
129e0c60a9 fix: remove extra console log 2024-01-17 09:46:01 -08:00
Jacky Zhao
d7d5d8253c fix: clean up ofm code for video parsing 2024-01-17 09:45:05 -08:00
Matthew Bailin
f6299da182
feat: add ofm option to transform <img> tags with video exts into <video> (closes #463) (#664)
* enableVideoEmbed plugin

* enableVideoEmbed plugin

* enableVideoEmbed plugin

* enableVideoEmbed plugin

* enableVideoEmbed plugin

* cleaned up index validation, regex, conditional, no autoplay

* Update quartz/plugins/transformers/ofm.ts

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>

* Update quartz/plugins/transformers/ofm.ts

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>

* Update quartz/plugins/transformers/ofm.ts

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>

* Update ofm.ts

* Update ofm.ts

---------

Co-authored-by: Jacky Zhao <j.zhao2k19@gmail.com>
2024-01-17 09:32:02 -08:00
ca28b2a958 updated 2024-01-17 15:55:54 +09:00
5a33028027 updated 2024-01-17 15:55:54 +09:00
2647a23c98 [obsidian] vault backup: 2024-01-17 08:16:16[ 2024-01-17 08:16:16 +09:00
12eec1c201 [obsidian] vault backup: 2024-01-17 08:16:16[ 2024-01-17 08:16:16 +09:00
kabirgh
e17ff20244
fix: use joinSegments for contentIndex.json file path (#702) 2024-01-16 08:24:01 -08:00
sean
107d9b8dff
fix: external link icon shouldn't be vertical aligned (#699) 2024-01-16 08:18:55 -08:00
sean
fa7d139ce5
feat: External link icons (#697) 2024-01-15 23:55:32 -08:00
Jacky Zhao
f31cabbbf9 fix: dont use default callout title if theres additional title children left (closes #693) 2024-01-15 12:37:56 -08:00
kabirgh
30640e3441
Revert "fix: rebuild errors on windows (#692)" (#695)
This reverts commit 8eec47c340.
2024-01-15 11:51:46 -08:00
kabirgh
8eec47c340
fix: rebuild errors on windows (#692) 2024-01-15 08:39:16 -08:00
Jacky Zhao
f36376503a fix: allow transcludes of notes with dots (closes #682) 2024-01-13 14:47:39 -08:00
Jacky Zhao
a40dbd55a4 fix: unbork search shortcut 2024-01-13 13:56:03 -08:00
Jacky Zhao
e70312320f feat: improve default layout 2024-01-13 09:47:56 -08:00
Jacky Zhao
4e82b0d8ce docs: add sidneys artist handbook to showcase 2024-01-13 09:37:24 -08:00
Jacky Zhao
783b9b219c fix: dont hijack handlers when search is not focused (closes #680) 2024-01-13 09:29:43 -08:00
Jacky Zhao
4014c4d6d6 fix: add another test for notes with dots 2024-01-13 09:27:00 -08:00
Jacky Zhao
6babb788ed fix: sluggify pound (closes #681) 2024-01-13 09:22:27 -08:00
ikorihn
0a8c38dc21
fix: small typos (#686) 2024-01-13 09:09:41 -08:00
ikorihn
52e6c03730
fix: broken RSS item's link, which were set to https:/${base}. (#687) 2024-01-13 09:08:21 -08:00
10d60d4797 [obsidian] vault backup: 2024-01-10 04:38:43[ 2024-01-10 04:38:43 +09:00
e1f7f3d437 [obsidian] vault backup: 2024-01-10 04:38:43[ 2024-01-10 04:38:43 +09:00