grav-plugin-shortcode-ui icon indicating copy to clipboard operation
grav-plugin-shortcode-ui copied to clipboard

Grav Shortcode UI Plugin

Results 24 grav-plugin-shortcode-ui issues
Sort by recently updated
recently updated
newest added

Below, the titles of tab Tab2 should not appear in the summary of Tab1. ![image](https://github.com/getgrav/grav-plugin-shortcode-ui/assets/65403912/25209c90-8059-4a3d-9862-1f8d82b35f1b) Code for the example: ``` [ui-tabs position="top-left" active="0" theme="lite"] [ui-tab title="Tab1"] [TOC] ##Title 1 Tab...

Below, each of the 2 Tabs has one footnote. But both footnotes appear in both tabs. ![image](https://github.com/getgrav/grav-plugin-shortcode-ui/assets/65403912/21ed7cee-817b-4ef6-845b-34cba3088889) Code for the example: ``` [ui-tabs position="top-left" active="0" theme="lite"] [ui-tab title="Tab1"] This tab...

When using `[ui-tabs position="top-left" active="2" theme="lite"]` on a page with three tabs: after opening the page, the third tab is selected - which is correct. But it is shown the...

When using `[ui-accordion open=none]`, I'm unable to re-collapse accordion sections after opening them. I can only open **other** sections, (which thus collapses the original section). I have some lengthy sections,...

Would it be possible to apply shortcode-core styling effects to ui-accordion titles? I have a scenario where my accordion titles have multiple elements that look better in a flexbox arrangement...

Hello, I am using the latest version of Grav and the short code UI plugin. I have a part where I am using this: ``` [ui-image-compare] ![image1](img1.jpg) ![image2](img2.jpg) [/ui-image-compare] ```...

https://github.com/getgrav/grav-plugin-shortcode-ui/issues/42 add "touchstart", "touchmove" and "touchend" to the events. on touch events, "e.pageX" is not available -> use "e.originalEvent.changedTouches[0].pageX"

Could you please example how ui-tabs would be implemented in modular page. ``` {% extends 'partials/base.html.twig' %} {% block content %} {{"[ui-tabs position='top-left' active='0' theme='lite']"|shortcodes}} {% for module in page.collection()...

The tab "Zeit-Talks" on [this](https://www.zeitgeistbeweging.nl/media/presentaties#5a7e04b1c92) page has the anchor `#5a7e04b1c92`. But when I directly link to that, it doesn't open that tab. I suppose this is a Javascript issue. Could...

Hello, I would like to create/use a shortcode to place folder icons with a title and href ((like google photos/flickr public album)), basically a ui-polaroid with more features. Shortcode syntax:...