cms_pico
cms_pico copied to clipboard
🗃 Integrate Pico CMS and let your users manage their own websites
This code in my template causes the page to timeout: ``` {{ [page.author, page.date_formatted] | filter(v) | join(' | ') }} ``` This seems to work fine however: ``` {{...
Morning, I seem to have an issue with my sites, have had a look at the error dump and not sure if my setup or code. ``` OS: Rasbian 9.11...
As Text is the default Editor for markdown files in Nextcloud 18, no other Editor is working out of the Box and the Text App is breaking the fomatting of...
Is it possible to make the pico page accessible under another domain? I want to edit the content within Nextcloud (e.g. nextcloud.mydomain.org) but the site shall be accessible under another...
> > > there are currently no plans to add filesystem abstraction to Pico, as it kinda objects the "stupidly simple" approach regarding Pico's own code. Thus it's unlikely that...
I've been creating my notes in `.md` files, and I want them to be accessible from the outside world. I've been using [MDwiki](https://www.mdwiki.info), and it works perfectly, but I'd like...
It would be very helpful (especially for smaller nextcloud installations with a few trusted users) if we could specify a nextcloud group which is allowed to use their own themes....
It's very hard to figure out what has changed between `cms_pico` versions, given that there isn't even a summary of changes in the GitHub release notes, nor is there a...
Hi, I'm getting 500s when trying to access my website (previously this had worked). In my _nextcloud.log_ file, I see the following: ``` ":3,"time":"2019-12-07T18:48:06+00:00","remoteAddr":"","user":"","app":"index","method":"GET","url":"\/index.php\/apps\/cms_pico\/pico\/tutorials","message":{"Exception":"Exception","Message":"Call to undefined method ParsedownExtra::textElements()","Code":0,"Trace":[{"file":"\/var\/www\/html\/lib\/private\/AppFramework\/App.php","line":126,"function":"dispatch","class":"OC\\AppFramework\\Http\\Dispatcher","type":"->","args" ``` Version...
As a nextcloud beginner I'm not sure if this is my own handling error... Some markups are correctly displayed in markdown preview, but not in browser's window and vice versa....