-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(graph): enable radial mode #1738
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Aaron Pham <[email protected]>
Deploying quartz with Β
|
Latest commit: |
022aae5
|
Status: | Β β Β Deploy successful! |
Preview URL: | https://86c96f7b.quartz-1h4.pages.dev |
Branch Preview URL: | https://feat-graph-radial.quartz-1h4.pages.dev |
Looks good. Can we include this in the docs as well? |
Signed-off-by: Aaron Pham <[email protected]>
Signed-off-by: Aaron Pham <[email protected]>
Done @saberzero1 PTAL when you have bandwidth |
saberzero1
approved these changes
Feb 1, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small nitpick on default configuration/documentation mismatch.
The functionality works well and looks great.
Signed-off-by: Aaron Pham <[email protected]>
ArenaDruid
added a commit
to ArenaDruid/quartz
that referenced
this pull request
Feb 4, 2025
* Added plugin to support image captions * Added plugin to support image lightbox * Fixed style issues to resolve build failure * GLightbox shows close button by default * Fixed GLightbox not reloaded in SPA mode * chore(styles): omit sass deprecation warnings (jackyzha0#1737) update to newer API * chore(deps): bump the production-dependencies group across 1 directory with 3 updates (jackyzha0#1744) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(graph): enable radial mode (jackyzha0#1738) * feat(explorer): collapsible mobile explorer (jackyzha0#1471) Co-authored-by: Aaron Pham <[email protected]> * ζ΅θ―ζζ --------- Co-authored-by: Stephen Tse <[email protected]> Co-authored-by: Anton Bulakh <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Aaron Pham <[email protected]> Co-authored-by: Emile Bangma <[email protected]> Co-authored-by: Aaron Pham <[email protected]>
zh30
pushed a commit
to zh30/zhanghe.date
that referenced
this pull request
Feb 18, 2025
Nasr-905
pushed a commit
to Nasr-905/cerebrum-secundum
that referenced
this pull request
Feb 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
similar to how Obsidian renders the graph π
Signed-off-by: Aaron Pham [email protected]