Browse Source

Add a TODO

master
buttercat1791 10 months ago
parent
commit
4afbd04d5e
  1. 2
      src/lib/components/publications/TableOfContents.svelte

2
src/lib/components/publications/TableOfContents.svelte

@ -7,6 +7,8 @@
let toc = getContext('toc') as TableOfContents; let toc = getContext('toc') as TableOfContents;
// TODO: Check root address against ToC root address for correctness.
// Determine the event kind. // Determine the event kind.
// If index, use the publication tree to build the table of contents. // If index, use the publication tree to build the table of contents.
// If single event, build the table of contents from the rendered HTML. // If single event, build the table of contents from the rendered HTML.

Loading…
Cancel
Save