CuBoulder / ucb_migration_shortcodes

A module that works alongside the Shortcodes module to ease the burden of migration.
0 stars 0 forks source link

Anchors Shortcode: Info #8

Closed jnicholCU closed 3 months ago

jnicholCU commented 1 year ago

By providing a jquery selector, anchors are created and a list of links to those anchors is inserted in place of the shortcode. For example [anchors selector="#content h2" title="On this page:" /] will add anchors to all h2 headings within the .content element, and create a list of links to those anchors and title that list with "On this page:".

jcsparks commented 3 months ago

Using a contrib anchor solution for CK5 now.