Commit Graph

118 Commits

Author SHA1 Message Date
74f03f5b82 fixed build 2023-11-27 18:03:13 +09:00
cb68b92059 Merge commit '76f2664277e07a7d1b011fac236840c6e8e69fdd' into v4 2023-11-27 18:01:51 +09:00
Jacky Zhao
a24f625379 fix: make :has img selector direct 2023-11-12 14:33:19 -08:00
Jacky Zhao
b4f5c0b837 fix(style): dont internal-link highlight when image (closes #581) 2023-11-11 21:13:10 -08:00
Jacky Zhao
5da1be1b18 style: scrollable tables 2023-11-11 11:39:56 -08:00
Jacky Zhao
1857c17d5c fix(css): import base from custom instead of the other way around (#536) 2023-10-14 13:45:56 -07:00
Jacky Zhao
6c8e7e5bb0 css: make article relative 2023-10-05 13:48:52 -07:00
Jacky Zhao
0d500da752 style: styling for codeblocks without langs (#527) 2023-10-05 13:30:06 -07:00
Jacky Zhao
242b37034e fix: mermaid copy source position 2023-09-24 10:31:54 -07:00
Jacky Zhao
96abbf63d3 feat: display name for folders, expand explorer a little bit (#489)
* feat: display name for folders, expand explorer a little bit

* update docs
2023-09-20 16:08:54 -07:00
Ben Schlegel
515ac8d9a1 feat: implement file explorer component (closes #201) (#452)
* feat: add basic explorer structure„

* feat: integrate new component/plugin

* feat: add basic explorer structure

* feat: add sort to FileNodes

* style: improve style for explorer

* refactor: remove unused explorer plugin

* refactor: clean explorer structure, fix base (toc)

* refactor: clean css, respect displayClass

* style: add styling to chevron

* refactor: clean up debug statements

* refactor: remove unused import

* fix: clicking folder icon sometimes turns invisible

* refactor: clean css

* feat(explorer): add config for title

* feat: add config for folder click behavior

* fix: `no-pointer` not being set for all elements

new approach, have one `no-pointer` class, that removes pointer events and one `clickable` class on the svg and button (everything that can normally be clicked). then, find all children with `clickable` and toggle `no-pointer`

* fix: bug where nested folders got incorrect height

this fixes the bug where nested folders weren't calculating their total height correctly. done by adding class to main container of all children and calculating total

* feat: introduce `folderDefaultState` config

* feat: store depth for explorer nodes

* feat: implement option for collapsed state + bug fixes

folderBehavior: "link" still has bad styling, but major bugs with pointers fixed (not clean yet, but working)

* fix: default folder icon rotation

* fix: hitbox problem with folder links, fix style

* fix: redirect url for nested folders

* fix: inconsistent behavior with 'collapseFolders' opt

* chore: add comments to `ExplorerNode`

* feat: save explorer state to local storage (not clean)

* feat: rework `getFolders()`, fix localstorage read + write

* feat: set folder state from localStorage

needs serious refactoring but functional (except folder icon orientation)

* fix: folder icon orientation after local storage

* feat: add config for `useSavedState`

* refactor: clean `explorer.inline.ts`

remove unused functions, comments, unused code, add types to EventHandler

* refactor: clean explorer

merge `isSvg` paths, remove console logs

* refactor: add documentation, remove unused funcs

* feat: rework folder collapse logic

use grids instead of jank scuffed solution with calculating total heights

* refactor: remove depth arg from insert

* feat: restore collapse functionality to clicks

allow folder icon + folder label to collapse folders again

* refactor: remove `pointer-event` jank

* feat: improve svg viewbox + remove unused props

* feat: use css selector to toggle icon

rework folder icon to work purely with css instead of JS manipulation

* refactor: remove unused cfg

* feat: move TOC to right sidebar

* refactor: clean css

* style: fix overflow + overflow margin

* fix: use `resolveRelative` to resolve file paths

* fix: `defaultFolderState` config option

* refactor: rename import, rename `folderLi` + ul

* fix: use `QuartzPluginData` type

* docs: add explorer documentation
2023-09-15 09:39:16 -07:00
Jacky Zhao
0a6e9c3f86 feat: note transclusion (#475)
* basic transclude

* feat: note transclusion
2023-09-13 11:28:53 -07:00
Jacky Zhao
29c4087dea style: fix mulitline callout styling 2023-08-26 10:48:34 -07:00
f37b157ff4 Merge remote-tracking branch 'upstream/v4' into v4 2023-08-25 09:07:19 +09:00
Jacky Zhao
477922e5f0 format, ensure ci runs on prs 2023-08-24 12:31:15 -07:00
Jacky Zhao
e4e048bbe6 format, ensure ci runs on prs 2023-08-24 12:31:15 -07:00
Ben Schlegel
818fa95f0f style: integrate tertiary color to text-select (#413) 2023-08-24 12:28:06 -07:00
Ben Schlegel
7596d80c2b style: integrate tertiary color to text-select (#413) 2023-08-24 12:28:06 -07:00
dea070ec27 Merge branch 'v4' of github.com:jackyzha0/quartz into v4 2023-08-22 17:28:49 +09:00
Jacky Zhao
a920416db2 format, update default sidepanel width 2023-08-21 09:00:13 -07:00
Jacky Zhao
dc94ae8324 format, update default sidepanel width 2023-08-21 09:00:13 -07:00
00a89caae3 Merge remote-tracking branch 'upstream/v4' into v4 2023-08-21 12:27:12 +09:00
Jacky Zhao
987d72d67f css fixes, add recent notes, more robust quartz update 2023-08-20 12:46:37 -07:00
Jacky Zhao
0f1a768174 css fixes, add recent notes, more robust quartz update 2023-08-20 12:46:37 -07:00
Jacky Zhao
cacdb200b0 docs: update notes for tag and folder listings 2023-08-20 00:52:49 -07:00
Jacky Zhao
b1dddab1c8 docs: update notes for tag and folder listings 2023-08-20 00:52:49 -07:00
Jacky Zhao
604fc3be04 css: fix scrollbars on windows 2023-08-19 21:55:09 -07:00
Jacky Zhao
c57f98b1cc css: fix scrollbars on windows 2023-08-19 21:55:09 -07:00
Jacky Zhao
b6a3fa4f62 fix relative path resolution logic, add more path tests 2023-08-12 21:16:43 -07:00
Jacky Zhao
eb3981d514 fix relative path resolution logic, add more path tests 2023-08-12 21:16:43 -07:00
Jacky Zhao
e5869624bd 404 page styling on local 2023-08-12 21:16:43 -07:00
Jacky Zhao
118712fddb 404 page styling on local 2023-08-12 21:16:43 -07:00
Jacky Zhao
d256e359b8 fix nested callout folding 2023-08-12 21:16:43 -07:00
Jacky Zhao
619be0e153 fix nested callout folding 2023-08-12 21:16:43 -07:00
Jacky Zhao
fc5c8b4a94 enable rich text in callout title 2023-08-12 10:16:55 -07:00
Jacky Zhao
736871ad78 enable rich text in callout title 2023-08-12 10:16:55 -07:00
Jacky Zhao
e9eebd1c87 fix head.tsx 2023-08-08 20:36:24 -07:00
Jacky Zhao
e0d145a0f5 fix head.tsx 2023-08-08 20:36:24 -07:00
Jacky Zhao
6fe77cd16c fix notes 2023-08-07 23:57:24 -07:00
Jacky Zhao
8926e207e1 fix notes 2023-08-07 23:57:24 -07:00
Jacky Zhao
964e033655 most of creating components, increase legibility of bold in article and callouts 2023-08-07 23:56:50 -07:00
Jacky Zhao
61a9aa9143 most of creating components, increase legibility of bold in article and callouts 2023-08-07 23:56:50 -07:00
Jacky Zhao
4e97695eee various css fixes, fix new image loading bug when previewing, path docs 2023-08-07 21:41:18 -07:00
Jacky Zhao
0a800fc694 various css fixes, fix new image loading bug when previewing, path docs 2023-08-07 21:41:18 -07:00
Jacky Zhao
60f95f1ed7 fix css transforms for mobile 2023-08-06 22:07:08 -07:00
Jacky Zhao
b34d1bc18f fix css transforms for mobile 2023-08-06 22:07:08 -07:00
Jacky Zhao
66e8afb008 fix shortest path for non-md files, mobile fix 2023-08-06 20:52:17 -07:00
Jacky Zhao
60e1e4d525 fix shortest path for non-md files, mobile fix 2023-08-06 20:52:17 -07:00
Jacky Zhao
b4f4eec3f5 docs upgrade, ci changes 2023-08-06 19:52:30 -07:00
Jacky Zhao
be285b399c docs upgrade, ci changes 2023-08-06 19:52:30 -07:00