TwemeX
Component ID
1999686
Component name
TwemeX
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Downloads
1997
Component created
Component changed
Component body
ATTENTION: This module is being rewritten to be more general (not related on Tweme). New place: /project/bootstrap_extra. Herewith issue queue moved on GitHub: https://github.com/tonystar/drupal-bootstrap-extra/issues
TwemeX is an extension module for the Tweme empowering it with several UX enhancements such as automatic ScrollSpy navigation block (like you see on the left side of this page).
Features
- Automatic ScrollSpy navigation block
Installation
- Ensure that you already installed Tweme.
- Then download and install this module as usual.
- Go to "Structure" > "Blocks" and place "ScrollSpy navigation" block into one of affixed sidebar regions.
- That's it! The magic should happen.
How it works
- All headings from the "Content" region will be automatically extracted and placed to the "ScrollSpy navigation" block.
- Supported heading markup:
<h3 id="anchor">Heading</h3>. - If you are using Markdown:
### Heading {#anchor}.
