grav-plugin-markdown-notices icon indicating copy to clipboard operation
grav-plugin-markdown-notices copied to clipboard

Grav Markdown Notices Plugin

Results 8 grav-plugin-markdown-notices issues
Sort by recently updated
recently updated
newest added

[Lack of padding-right ](https://github.com/getgrav/grav-plugin-markdown-notices/blob/a7baf7342c4f38d11a52b8fd2da54cc1af655540/assets/notices.css#L2) in notices.css makes ugly layout in quark theme: ![image](https://github.com/getgrav/grav-plugin-markdown-notices/assets/8192649/a788d10f-334d-4dba-a6b1-a97cccf13646) Consider `padding: 1px 20px 1px 30px;` there: ![image](https://github.com/getgrav/grav-plugin-markdown-notices/assets/8192649/68eebcc4-c3e4-4e0e-8685-ca03713ae33b)

Would be nice to have dark theme support out of the box. Currently I believe you have to write your own styles, because notices are too bright as they are...

I'm trying to add custom colors to the notices and I'm able to add a new color theme with the markdown-notices.yaml in the `user/configs/plugins/` folder but where am I supposed...

I have tried to add notices to a table cell and it seems that the plugin still can't do this. Are there any plans to add this functionality?

Can I add additional classes for markdown notices via Frontmatter. In some pages, I wish to have a box shadow. Thanks

The *new* "base_classes" feature does not work in latest [release 1.0.2](https://github.com/getgrav/grav-plugin-markdown-notices/releases/tag/1.0.2), obviously, since [latest merged pull request](https://github.com/getgrav/grav-plugin-markdown-notices/pull/10) *"Allow adding inline notices, to use inside tables #10"* was wrongly written against...

Thank you for the useful plugin that generates really nice code! However, the style-sheet was not rendering notices correctly - paddings were off, especially top padding. Below is the corrected...

Related to https://github.com/getgrav/grav/pull/1972