Thomas Anderson

Results 53 comments of Thomas Anderson

Check out my project that I linked above if you want a webview-based app. It works fully as far as I can see (can view and edit notes, checkbox functionality...

After using my app for a while, I see one critical bug: autocorrect on my Android phone screws up CodeMirror during editing (because the word changes but a keydown event...

I think we should implement a service worker for some kind of offline mode. This would also make it easier to turn this into a PWA, which I was going...

StackEdit might also be worth looking into. There is stackedit.js which lets you easily embed the editor into a textarea, but it sends the data off to their server, so...

EasyMDE should be a drop-in replacement for the most part, but maybe getting something more "complete" (AKA github-flavored?) would be better long-term. The biggest feature I want is checkbox support...

One option I see for StackEdit (though I'm not sure it would work as a standalone nextcloud app) is this (from [StackEdit.js docs](https://benweet.github.io/stackedit.js/)): > stackedit.js uses https://stackedit.io/app as the default...

Unfortunately, after further research, I don't think stackedit is going to work for this app. EasyMDE may be the way to go as @sunjam suggested. It might be better to...

Just opened [stefan-niedermann/nextcloud-notes #552](https://github.com/stefan-niedermann/nextcloud-notes/issues/552) to use the same renderer on the mobile app. Will be keeping an eye on this. I think we should all be on the same renderer...

It is a huge stretch, but is there a way to draw over the top of the screen if immersive mode is set to hide the status bar? I have...

@TheAndroidMaster Wow, that's an awesome idea! I'm going to give it a shot and I'll post here after some research. Hopefully that can be a viable workaround!