Jacky Zhao
Jacky Zhao
- Added Quartz, a tool make hosting your own public digital garden free and simple. - Added personal garden
Quite a few beginner mistakes with Quartz come with is assuming that Quartz support relative paths out of the box. Currently, Quartz is quite naive in trying to transform relative...
Wrap Quartz into a pre-compiled binary so people don't need to install anything other than Quartz! Ideally makes it easy for people to define custom text transformations. Related: https://github.com/jackyzha0/quartz/issues/77 Installation...
Would be nice to create a tap for this repository to allow easy install through Brew. ## Relevant Links: https://docs.brew.sh/How-to-Create-and-Maintain-a-Tap ## Acceptance Criteria - [ ] Users can install `portal`...
'nuff said ```js const theme = { colors: { background: '#111111', codeHighlight: '#ffffff08', border: '#565656', text: '#faf9f5', error: '#ee1111', }, } ``` AC: - [ ] Add toggle to switch...
Would be nice to be able to create permalinks for pastes too, similar to what GitHub offers: https://docs.github.com/en/github/managing-your-work-on-github/creating-a-permanent-link-to-a-code-snippet Example URL would be https://ctrl-v.app/2uKMJEu#L1-L14 Good place to start would be the...
When I link a paste that's latex, a preview is rendered.
Would be nice to be able to copy content of an existing paste and make a new one with its contents AC: - [ ] Add a 'fork' button to...
If i imagine my subconscious sphere as a cell, I would like smart channels/pores that selectively and automatically import things into my sphere. Kind of like a Geist but to...
We should use [Playwright](https://playwright.dev/) to test various configuration options with Quartz. At the bare minimum, ensure we test the `absolute`, `shortest`, and `relative` link resolution options with different fixture vaults