Alexandre Ancel
Alexandre Ancel
Hello @lckarssen, Regarding feature testing, I don't think that it would be a good idea to install a custom debug build apk, if you already have Orgzly properly setup on...
@lckarssen In case you are having too much trouble setting everything up, I can still send you an apk if you would like (I'd just need a way to send...
Sorry, life got a bit badly on the way those last months. I should be able to start working on this feature again soon (in the coming days/weeks). I still...
@nevenz I've noticed an unexpected behavior in the drawerPattern function in OrgFormatter: ```kotlin private fun drawerPattern(name: String) = Pattern.compile( """^[ \t]*:($name):[ \t]*\n(.*?)\n[ \t]*:END:[ \t]*$""", Pattern.CASE_INSENSITIVE or Pattern.MULTILINE or Pattern.DOTALL) ```...
@nevenz I've updated the code following your latest reviews. - I've added the change you requested in the build.gradle file - I've also updated the clock cancel code to delete...
Could we resolve or iterate on the discussions that have been addressed so I can see what remains to be done in this PR, please ? :thinking: I think that...
Hello, Regarding this PR, I think that @debanjum still has a discussion opened, could you close it if the changes are ok for you ? Regarding your comment @lytex, I've...
I've resolved the discussion, it was indeed on an old diff so not blocking, sorry for the ping 😅
Hello, Regarding the addition of images, you should normally be able to do so by doing it the org-mode way, i.e. by using one of the following link description: [[path/to/image.jpg]]...
Ok, what do you mean by adding images internally ? how would imagine yourself adding images in a note of a notebook ? via the UI ? (To have an...