{infoData?.name || "UpEnd"}

Roots

{#await roots} {:then data}
    {#each data as root}
  • {root.identify()}

    {#if root.get("NOTE")}

    {root.get("NOTE")}

    {/if}
    {root.attr["HAS"]?.length || 0} children
  • {:else}
  • No roots :(
  • {/each}
{/await}

Most recently added files

{#await latestFiles} {:then data} {#each data as file} {/each}
{fmtDate(file.added)}
{file.path}
{/await}