Felix Nüsse

Results 649 comments of Felix Nüsse

@stefan-niedermann As i experiment in https://github.com/nextcloud/notes/pull/785, where would i need to add link-normalization for markwon? it seems that module is in nextcloud-commons, but i don't think it is reasonable to...

Actually, you dont need to do that. (Or i misunderstood the problem) There wont be a "path" for an image, just an api. So the image can always be accessed...

[ UrlProcessorRelativeToAbsolute](https://noties.io/Markwon/docs/v2/configure.html#urlprocessorrelativetoabsolute) [It was renamed to ImageDestinationProcessorRelativeToAbsolute](https://github.com/noties/Markwon/blob/master/markwon-core/src/main/java/io/noties/markwon/image/destination/ImageDestinationProcessorRelativeToAbsolute.java) Maybe we can expose this to the apps using markdown. However, as far as i understood it, this would remove ../, which is...

@stefan-niedermann Do you have a good guide on how i would set up a development environment which also has the library in source-format? I'd like to try to tinker with...

Do you develop nextcloud-commons and the notes app independently? Otherwise i am going to build the nextclouc-commons library manually and use a local jar in the nextcloud-notes app

so, to run a modified version of nc-commons i have to make changes, build the library, copy the jar and rebuild the notes app with that jar? Hm, seems tedious,...

@stefan-niedermann https://github.com/nextcloud/notes/pull/785 has been merged, to we can now start working on client side support.

I feared something like that was the reason for the change. Maybe increasing margin_left/margin_right to fit the bottom and top margins will make it look better? The examples dont look...

On a sidenote, will you support the new compound buttons so that users can change checkbox states from the widget?

Additional Information: This also happens when the note app is opened from the normal applauncher. To reproduce: Open note-widget Go back to homescreen Open notes-app from applauncher (last opened widget-note...