| | |
| | | async function drawGraph( |
| | | url, |
| | | _url, |
| | | baseUrl, |
| | | pathColors, |
| | | depth, |
| | |
| | | const container = document.getElementById('graph-container') |
| | | |
| | | const { index, links, content } = await fetchData |
| | | const curPage = url.replace(baseUrl, '') |
| | | const curPage = window.location.href.replace(baseUrl, '').slice(0, -1) |
| | | |
| | | const parseIdsFromLinks = (links) => [ |
| | | ...new Set(links.flatMap((link) => [link.source, link.target])), |
| | |
| | | openToc: false |
| | | enableLinkPreview: true |
| | | enableLatex: true |
| | | enableSPA: false |
| | | enableSPA: true |
| | | description: |
| | | Host your second brain and digital garden for free. Quartz features extremely fast full-text search, |
| | | Wikilink support, backlinks, local graph, tags, and link previews. |