quartz icon indicating copy to clipboard operation
quartz copied to clipboard

🌱 a fast, batteries-included static-site generator that transforms Markdown content into fully functional websites

Results 420 quartz issues
Sort by recently updated
recently updated
newest added

It links with inline html `ok` but on opening the link the page shows null, then on refreshing the page pdf opens. Then on going back, the page dosent show...

bug

**Describe the bug** Obsidian considers a newline following the `> [!callouttype] optionalTitle` optional. Quartz's current implementation will only display the title if you include a newline ( `> \n` )...

bug

**Is your feature request related to a problem? Please describe.** One important feature missing from Quartz that makes it useful for publishing digital gardens is [transclusion](https://en.wikipedia.org/wiki/Transclusion#:~:text=In%20computer%20science%2C%20transclusion%20is,transparent%20to%20the%20end%20user.). In Obsidian, this is...

enhancement

This is a test pull request to solve the problems I'm facing. My goal is to add an option to have a 3 column layout "holy-grail" with a menu tree...

**Is your feature request related to a problem? Please describe.** Currently, Quartz cannot render Dataview query or javascript blocks. **Describe the solution you'd like** If it's possible, it'd be pretty...

enhancement

**Describe the solution you'd like** Inline tags like `#tagname` rendered as links to the Quartz generated tag page, `/tags/tagname`

enhancement

**Describe the bug** Quartz does not redirect to desired tag name. In render_link.html, the tag is completely ignored and even you set in the inspector to some other section in...

bug

### Describe the bug Quartz does not show notes in backlinks that refer to the current note in lowercase. ### To Reproduce 1. Create two notes: Note №1 and Note...

bug

(In admin mode, powershell) 1. Install `choco`, a package manager. 2. Install make `choco install make --source=cygwin` 3. Add `C:\tools\cygwin\bin` to PATH environment variable. 4. Run `make update`

documentation

**Is your feature request related to a problem? Please describe.** Quartz requires vaults to have URL-compliant note names and Markdown links. This: 1. Makes the vault harder to work with...

enhancement