max-nextcloud

Results 366 comments of max-nextcloud

https://apps.nextcloud.com/apps/deck/releases?platform=30#30 says the last release happened in November. So the fix has not been released yet.

In collectives this is a per page setting. So hiding makes sense to avoid conflicts.

Tackling the second part in #7514. I'm unsure how best to achieve the hiding in collectives though. * We could hide it everywhere where `createEditor` is used - but that...

I found a different way (https://github.com/nextcloud/text/pull/7514/commits/f8ee19440106ceb93a4b7efbc0d9e807ffa870d9): Text now detects the width has already been set and does not render the width toggle anymore.

Just discussed this briefly with @juliushaertl during our one on one. It might be a good starting point to look at actual changes in say the company handbook to get...

Dropping some ideas from #2240 here: * [ ] Possibly highlight differences and grey out same parts * [ ] Possibly animate the picked version from its side to the...

My understanding is that we are `rewriting` links when rendering them. So we should be able to handle this case.

In order to make sure this https://github.com/nextcloud/text/labels/good%20first%20issue is easy to parse I tried to provide all information needed in the issue description above. If some aspects of it are still...

#1895 bumps the version timestamp of the md file which causes text to assume it was updated and in turn causes conflicts with currently running editing sessions. So we need...

@bee8bit Thanks a lot for your report. I split out the missing detection of internal links with a fragment as a sub issue and a bug as that seems like...