Bigue Nique

Results 10 comments of Bigue Nique

We're now at version 1.16.0. Anyone aware whether Markdown support for comments has been implemented yet?

You can set file extensions to treat as text files by mapping the file extension to a mime type in Nextcloud. This is not defined by Texteditor but in Nextcloud....

You can set file extensions to treat as text files by mapping the file extension to a mime type in Nextcloud. This is not defined by Texteditor but in Nextcloud....

While testing different solutions, I discovered that simply **adding the parameter `icy_metadata = "true"` to `output.icecast()`** prevents the stream from cutting between each song when playing it in my browser...

Did you set `oidc_login_webdav_enabled` to `true` in Nextcloud's `config.php`? Consider these parameters from the README: ``` // Enable use of WebDAV via OIDC bearer token. 'oidc_login_webdav_enabled' => false, // Enable...

> Hi, I was experiencing a similar issue. Try to export a single row of data. After that a selection of some rows. This worked for me except for 2...

I personally don't find very attractive the idea to apply Windows' puzzling naming constraints on the other OSes. What if a user is syncing files for an application that rely...

+1. I Agree. It's pretty hard guessing out of the blue what strings should be changed to what when registering clients in the current state of the README. That makes...

Here's what I have found so far concerning OIDC clients. Considering the example code: ``` add_filter( 'oidc_registered_clients', 'my_oidc_clients' ); function my_oidc_clients() { return array( 'client_id_random_string' => array( 'name' => 'The...

> For the benefit of future visitors, was the solution to your problem to go into the Wordpress Admin, then head to Settings -> Permalinks, and switch to use "Post...