Commit Graph

1670 Commits

Author SHA1 Message Date
bfahrenfort
d9a2a9245e Quartz sync: Sep 18, 2023, 10:31 AM 2023-09-18 10:31:57 -05:00
bfahrenfort
fe3ea33bdc Merge branch 'v4' of github-bfahrenfort:jackyzha0/quartz into v4 2023-09-18 10:29:50 -05:00
bfahrenfort
5e4ef3ce9f Merge branch 'v4' of github-bfahrenfort:jackyzha0/quartz into v4 2023-09-18 10:29:50 -05:00
Ben Schlegel
6a2e0b3ad3
fix: bad visibility for last explorer item (#478)
* fix: bad visibility for last explorer item

* feat(explorer): add pseudo element for observer
2023-09-17 22:04:44 +02:00
Ben Schlegel
3eaf8f6cf0 fix: bad visibility for last explorer item (#478)
* fix: bad visibility for last explorer item

* feat(explorer): add pseudo element for observer
2023-09-17 22:04:44 +02:00
Ben Schlegel
e67f409ec1
Merge pull request #479 from benschlegel/explorer-config
feat(explorer): add config for custom sort/map/filter functions
2023-09-17 21:36:04 +02:00
Ben Schlegel
5ac1dd0c01 Merge pull request #479 from benschlegel/explorer-config
feat(explorer): add config for custom sort/map/filter functions
2023-09-17 21:36:04 +02:00
Ben Schlegel
4afb099bf3
docs: fix examples 2023-09-17 21:32:23 +02:00
Ben Schlegel
bbfa384be3 docs: fix examples 2023-09-17 21:32:23 +02:00
Ben Schlegel
6914d4b40c
docs: fix intra page links 2023-09-17 21:20:09 +02:00
Ben Schlegel
696eeaf4f3 docs: fix intra page links 2023-09-17 21:20:09 +02:00
Christian Gill
af41f34bfd
fix(slug): Handle question mark (#481) 2023-09-17 11:02:00 -07:00
Christian Gill
64fef0b5ec fix(slug): Handle question mark (#481) 2023-09-17 11:02:00 -07:00
Ben Schlegel
7ac772fca8
fix: darkmode scroll bars (#480) 2023-09-17 10:29:20 -07:00
Ben Schlegel
6f010e2997 fix: darkmode scroll bars (#480) 2023-09-17 10:29:20 -07:00
bfahrenfort
dbc1071e4a Quartz sync: Sep 17, 2023, 12:13 PM 2023-09-17 12:13:35 -05:00
bfahrenfort
de7e313eab Quartz sync: Sep 17, 2023, 12:13 PM 2023-09-17 12:13:35 -05:00
bfahrenfort
f15fcdfe64 Quartz sync: Sep 17, 2023, 12:07 PM 2023-09-17 12:07:07 -05:00
bfahrenfort
e791e663a4 Quartz sync: Sep 17, 2023, 12:07 PM 2023-09-17 12:07:07 -05:00
Ben Schlegel
5cc9253c41
docs(explorer): write docs for new features 2023-09-17 16:41:23 +02:00
Ben Schlegel
6b572796f8 docs(explorer): write docs for new features 2023-09-17 16:41:23 +02:00
Ben Schlegel
94a04ab1c9
fix(explorer): filter function in ExplorerNode 2023-09-17 15:51:08 +02:00
Ben Schlegel
2ac70939ee fix(explorer): filter function in ExplorerNode 2023-09-17 15:51:08 +02:00
Ben Schlegel
9358f73f1c
fix: display name for file nodes 2023-09-17 12:41:06 +02:00
Ben Schlegel
734fa79703 fix: display name for file nodes 2023-09-17 12:41:06 +02:00
Ben Schlegel
f7029012df
feat: black magic
add config for `order` array, which determines the order in which all passed config functions for explorer will get executed in.

functions will now dynamically be called on `fileTree` via array accessor (e.g. fileTree["sort"].call(...)) with corresponding function from options being passed to call)
2023-09-16 21:58:38 +02:00
Ben Schlegel
051f68e538 feat: black magic
add config for `order` array, which determines the order in which all passed config functions for explorer will get executed in.

functions will now dynamically be called on `fileTree` via array accessor (e.g. fileTree["sort"].call(...)) with corresponding function from options being passed to call)
2023-09-16 21:58:38 +02:00
Ben Schlegel
fea352849c
fix: create deep copy of file passed into tree 2023-09-16 19:45:21 +02:00
Ben Schlegel
f46735a060 fix: create deep copy of file passed into tree 2023-09-16 19:45:21 +02:00
Ben Schlegel
3d8c470c0d
feat(explorer): implement map fn argument
Add a function for mapping over all FileNodes as an option for `Explorer`
2023-09-16 19:35:27 +02:00
Ben Schlegel
b1164b792d feat(explorer): implement map fn argument
Add a function for mapping over all FileNodes as an option for `Explorer`
2023-09-16 19:35:27 +02:00
Ben Schlegel
31d16fbd2c
feat(explorer): integrate filter option 2023-09-16 19:18:59 +02:00
Ben Schlegel
2682850796 feat(explorer): integrate filter option 2023-09-16 19:18:59 +02:00
Ben Schlegel
036a33f70b
fix: use correct import for QuartzPluginData 2023-09-16 17:47:44 +02:00
Ben Schlegel
fcd4f840b3 fix: use correct import for QuartzPluginData 2023-09-16 17:47:44 +02:00
Ben Schlegel
58aea1cb07
feat: implement filter function for explorer 2023-09-16 17:28:58 +02:00
Ben Schlegel
4e9104cb61 feat: implement filter function for explorer 2023-09-16 17:28:58 +02:00
Ben Schlegel
c7d3474ba8
feat(explorer): add config to support custom sort fn 2023-09-16 12:40:19 +02:00
Ben Schlegel
f168140eb0 feat(explorer): add config to support custom sort fn 2023-09-16 12:40:19 +02:00
Yuto Nagata
422ba5c365
fix: umami analytics date attribute (#477) 2023-09-15 19:17:20 -07:00
Yuto Nagata
217e3eb6f2 fix: umami analytics date attribute (#477) 2023-09-15 19:17:20 -07:00
Jacky Zhao
9ae6343dd0 Revert "fix: use git dates by default, @napi/git is fast enough"
This reverts commit 5dcb7e83fc.
2023-09-15 10:33:38 -07:00
Jacky Zhao
e05af59f79 Revert "fix: use git dates by default, @napi/git is fast enough"
This reverts commit 9bfdc24161.
2023-09-15 10:33:38 -07:00
bfahrenfort
82419209c7 Quartz sync: Sep 15, 2023, 12:17 PM 2023-09-15 12:17:44 -05:00
bfahrenfort
3c3a143ea0 Quartz sync: Sep 15, 2023, 12:17 PM 2023-09-15 12:17:44 -05:00
bfahrenfort
3e892a900d Merge branch 'v4' of github-bfahrenfort:jackyzha0/quartz into v4 2023-09-15 12:13:35 -05:00
bfahrenfort
55b214a00f Merge branch 'v4' of github-bfahrenfort:jackyzha0/quartz into v4 2023-09-15 12:13:35 -05:00
bfahrenfort
53ecc317d3 Quartz sync: Sep 15, 2023, 12:13 PM 2023-09-15 12:13:25 -05:00
bfahrenfort
ec84759ff5 Quartz sync: Sep 15, 2023, 12:13 PM 2023-09-15 12:13:25 -05:00
Jacky Zhao
5dcb7e83fc fix: use git dates by default, @napi/git is fast enough 2023-09-15 09:46:06 -07:00