Andreas Gohr

Results 357 comments of Andreas Gohr

Hmm, I'm not sure why this needs to have any code in the template. Why not simply add the plugin's syntax to the sidebar?

For 1 and 2 I agree that the mobile header could be more compact. Unlike as in #17 I would not introduce any config here, but would make it more...

Ah I see. Yeah for the actual mobile view I would suggest * remeove the tagline * hide the name of the logged in person and only show the account...

@JayDeeDee would adjusting the full width through a style.ini variable be feasible with the way the current styles work?

Note: This is about quick search results (eg matches in the page names). The quick search does simple partial matches. I believe the only syntax recognized is the `@namespace` syntax....

Is there any chance you could produce a smaller test case? Debugging this is quite difficult from sheer complexity.

I am not sure I understand the issue. Are you saying that access to the wiki is protected by means outside of the wiki? Or is this an issue with...

To summarize the issue: 1. the wiki is protected by Basic auth, outside of the wiki 2. chrome will not pass authentication credentials when accessing a linked manifest 3. the...

Yeah this bit me a couple of times in the past, so I appreciate you opening this issue. For now I always worked around by [explicitly calling auth_setup()](https://github.com/cosmocode/dokuwiki-plugin-aichat/blob/1013ea92e20d09e916f99736ed7eb7c2546f2e31/cli.php#L83) in my...