inxeption_dev The skeleton theme and extension packages is great. It'll make developing much easier. Great work!
blader_johny I just got started with Automad and I would like to add my own rich text editor. How to develop an extension for that?
mad Hi, at the moment extensions allow for extending the template language functionality and have to be used in templates. It is not possible to extend the dashboard yet. That might change in the future.
szkk (on localhost) my package browser remains at an infinite loading(icon) and nothing.... why does this happen? or best way to set active packages manually?
mad szkk There is probably an issue with missing our outdated SSL certificates on your localhost and therefore a connection to the package registry is not possible. However, you can also install packages with composer.
szkk mad thank you for your time. I did....but (and even being a simple and newbie issue) whats the way to set the current theme instead of the standard? I looked at the references, but I don't want to do this wrong
mad szkk After installing a theme, you can directly select its templates in the page settings. In case you only want to use one theme for your site and want the templates to show up on the top of the list of templates in the page settings, you can go to "General Settings & Files" > "Main Theme" and select a theme.
mad szkk Looks like you have a bigger problem than packages. Is it only on localhost like that? What version do you use? Are there any errors in the console?
szkk mad the latest one from git and php-8, composer updated I haven't uploaded to the server yet, just localhost:81
mad szkk Ok, not good. Difficult to judge by the error log what makes it crash. Could be that there is a PHP library missing. Do you also get the same error online?
szkk I finally went up to the host and no error, thank you for your time but I also fixed on localhost, error was in the curl extension and SSL as you said.. Thank you