A whole library which was meant to to 10 things, but you only use one. And that for x libraries
chraebsli
Thanks! I'll buy a new one soon.
i already using many alternatives for myself. but for work and hobbies, i still need some of those google apps or social media platforms
it depends about which applications they are and how securitx affined you are. but as a normal user for most apps this is ok
1st of april
Hey thanks for the comment!
The plugins don't get maintained by me, they're getting maintained by the Grav team. I'm not very good in PHP too.
I plan to create an issue on GitHub if I know more and probably identified the code causing the problem.
Every shortcode is a PHP class and looks like this:
<?php
namespace Grav\Plugin\Shortcodes;
use Grav\Common\Utils;
use Thunder\Shortcode\Shortcode\ShortcodeInterface;
class ClearBothShortcode extends Shortcode
{
public function init()
{
$this->shortcode->getHandlers()->add('clearboth', function (ShortcodeInterface $sc) {
// Get shortcode content and parameters
$str = $sc->getContent();
$output = '<div style="clear: both;"></div>';
return $output;
});
}
}
with that, it should be possible to only call these classes.
didn't know they had this feature all the time😳
I'd just import it as TwitterIcon
She doesn't have much money for a new laptop and since she won't use it often, it's enough to check mail, e-banking, ... And we have some old laptops at home nobody uses, so we thought we could give it to her as a gift.
Eventually, she'll buy a new ~400$ laptop later with some good specs, but that's not in the upcoming months. But thanks for the help.
Yeah, it's an old laptop. She doesn't have much money for a new laptop and since she won't use it often, it's enough to check mail, e-banking, ... And we have some old laptops at home nobody uses, so we thought we could give it to her as a gift.
Eventually, she'll buy a new ~400$ laptop later with some good specs but that's not in the next few months. But thanks for the tips.
$ sudo walk north