• I added an outliner-like JS module which converts Markdown lists into a togglable outline.
    • So in this note, this item can be hidden by pressing the arrow before the parent element.
  • I can also link to list items.
    • The outline-toggle controller calculates a checksum from the text on each item, and links them using the toggle arrows.
      • The checksum algorithm I used is available here.
    • When I paste the copied link back to the browser, I get a highlight effect for the linked block.