You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think tab links should be enabled for certain keywords. For certain cases like:
You want C++ / C / python / ... to be tab-linked together, but not the other common sense tabs which might share the same title (eg: different header mentioning the same topic).
The implementation works on all screen sizes (mobile, tablet, desktop) it doesn't affect content data or styling, but just how they display with user interaction
The implementation works on all modern browsers (nope, not IE)
The new feature can be implemented with reasonable effort
The new feature matches the overall "tone" of this project Better tab link management
The new feature is useful to the majority of users
The new feature is easy to use for authors simple guidelines
I've read the contribution guidelines and partially agree. I am not good enough to do certain advanced implementations, so I want to start the discussion to get advice on how to do so if it isn't worth being added to master (for the sake of overall functionality).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Context
I think tab links should be enabled for certain keywords. For certain cases like:
C++ / C / python / ...
to be tab-linked together, but not the other common sense tabs which might share the same title (eg: different header mentioning the same topic).Minimal YAML
Related Link
Tabs Link
Pymdown Extension
Tabbed Configuration
Tabbed
Configuration
Latest version insider.
Local-host: Acer Nitro 5 Laptop
Online-host: Gitlab
System: Window
Browser: Chrome
Suggestion
Using an attribute list, for example:
{ .noshare }
Tab links don't work in this div/span{ share:"title" }
Tab links only work for those who share the same titles, default = NULL means that its shares globally{ share:"!title" }
Tab links override ===+ specifications{ scope:"classname" }
Tab links only work in this scopeUsing yaml, for example
Consideration
attribute list, tabbed, md to HTML
it doesn't affect content data or styling, but just how they display with user interaction
Better tab link management
simple guidelines
Application
Better Customization.
Tab Links Management.
Before starting the discussion
master
(for the sake of overall functionality).Beta Was this translation helpful? Give feedback.
All reactions