Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T tails
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 974
    • Issues 974
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 25
    • Merge requests 25
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • tails
  • tails
  • Issues
  • #17844
Closed
Open
Issue created Jul 29, 2020 by sajolida@sajolidaMaintainer6 of 6 checklist items completed6/6 checklist items

Use ikiwiki's automatic referencing of HTML ids in table of content

See 02db6116.

For example:

  • [[!toc]]
    <h1 id="my-section">My section</h1>
    

    Creates a hyperlink to #my-section in the table of content instead of a hyperlink to #index1h1 that might change with the structure of the page.

We should use this trick on our pages that have long tables of content that are often used to references specific sections.

It's at least worth applying this to:

$ git grep -c 'a id=' -- "*.*m*" | egrep -v '^(contribute|blueprint|news)' | sed 's/:/ /' | sort -hrk 2 | less
  • support/faq 46
  • support/known_issues.mdwn 21
  • support/known_issues/graphics.mdwn 16
  • doc/first_steps/introduction_to_gnome_and_the_tails_desktop.mdwn 16
  • about/contact.mdwn 15
  • doc/anonymous_internet/Tor_Browser.mdwn 11
Edited Aug 20, 2020 by cbrownstein
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking