Hello,
I need to watch my Notes in Android and to edit them (minimalistic editing with only text-editing is good enough).
The Android-App should additionally be able:
Is this all possible? If yes, which programs and which Android-Apps do I need? And how to do that? I never made something with clouds, so I don know anything.... My QOwnNotes runs on Linux Mint 17.
I'll give you a big kiss, if you could give me a detailed how-to, step-by-step :-)
THANKS in advance!!!
.
My English is not so good, because of that I write the same in german- in hope, I'll get a german answer. I'll understand a complicated how-to in german much better.
Ich m枚chte in Android meine in QOwnNotes erstellten Notizen sehen & zumindest minimal bearbeiten (nur Textbearbeitung reicht) k枚nnen.
Au脽erdem:
DICKES DANKESCH脰N im Voraus!!!
I'm sorry. There is no Android version of QOwnNotes that could do all those things. The only thing that you can hope for is formatting text... Most note apps that work with plain text files are pretty rudimentary.
I personally use Writer+ (for viewing notes) and Synchronize Ultimate (for syncing).
Noooo, please no....!
I'm still hoping.... Maybe there is a possible workaround....
I saw the App "ownNote" (https://play.google.com/store/apps/details?id=com.nowsci.ownnote.
They say, one can upload pictures in the notes in this App. But I don't know, if I would have to upload every single picture in every single note in the App. Or if the pictures, I inserted in the notes in QOwnNotes are visible without doing anything else (after syncing).
And I couldn't find out, if there are other Android-Apps, they could do these things.
And I couldn't find out, if this "ownNote" works with OwnCloud or with Nextcloud.
Or maybe I could upload all my notes to Dropbox (or something similar) and watch them with all mentioned features with any kind of Android-App?
And I don't know how to install and set up this OwnCloud / Nextcloud- already I asked google- but most of the detailed how-tos are in english...
PLEASE tell me, that there is a workaround... ;-)
There is no "workaround" that I'm aware of. If you don't care about privacy and how and where your notes are stored and locked in you could try Evernote...
Epsilon notes can do everything except tags and links to notes. To make QON relative links work you should paste something like the following to preprocessor in settings:
file://media
/storage/emulated/0/notes/media
file://attachments
/storage/emulated/0/notes/attachments
There are ways to make tags usable, but they are not straightforward.
Hi @SuryaLuna,
I found another app called Notes a few weeks ago and I am using it since. It says
View and edit notes on Nextcloud
and it seems this is pretty much what it's doing.
You can find Notes on F-Droid
Edit: Note should meet your basic demands.
Edit2: Sorry @SuryaLuna, I missed this important bit in your last post:
And I don't know how to install and set up this OwnCloud / Nextcloud-
In this case Notes will not meet your needs as it requires Nextcloud.
Aren't NextCloud and OwnCloud still API-compatible still? I know that the Android/Desktop apps still sync just fine with either and most plugins maintain compatibility with both just fine. Either way, the NextCloud Notes app (https://github.com/stefan-niedermann/nextcloud-notes) uses in NextCloud's notes app (https://github.com/nextcloud/notes) in the background. OwnCloud also has one (https://github.com/owncloud/notes), but it isn't updated apparently. Can't say if any of the new stuff not being present breaks the Android app though.
And I couldn't find out, if this "ownNote" works with OwnCloud or with Nextcloud.
ownNote at this point is dead right now - https://github.com/Fmstrat/ownnote
You can get it to work on newer versions of *cloud, but you need to manually change the max version numbers in the configuration. There is a fork targetted specifically towards nextcloud that seems to be more active - https://github.com/brantje/nextnote (though not by much).
There's also "MyOwnNotes" that only targets OwnCloud - https://github.com/aykit/MyOwnNotes
Sadly, I don't think any of them reach the complexity of QOwnNotes.
The Joplin project has similar goals to QOwnNotes. It has an Android app that is incompatible with QOwnNotes. Please work together, talk about an API which supports both projects and makes something great compatible! Any necessary compromises are worth the price - mobile stable access to the notes of Owncloud and NextCloud.
QOwnNotes is bound to Nextcloud Notes.
@krueuw in what ways is Joplin incompatible to QOwnNotes?
@krueuw have you actually looked how Joplin works internally (for example if you sync with a folder)? It generates proprietary files with all kind of non-markdown information and a generated filename like 524be592ff55491d93b4386bbb0a1e34.md. Even the notebooks are stored that way... Joplin depends on that information. QOwnNotes / Nextcloud Notes work completely different.
From the user's perspective, neither is ideal. Here is the stable mobile access is missing for at least Owncloud (Nextcloud I do not have), there you can not even change the font size. Because you want a combination.
Here is the stable mobile access is missing
that's painfully true :disappointed: Joplin has an advantage there, because it's a web-app and syncs directly with sync services (although it stores its data in its own file-format).
there you can not even change the font size. Because you want a combination.
what do you mean by this?
@krueuw, doesn't Epsilon notes fills your needs? It even has tagging compatible with QON by a script.
@Maboroshy, do you sync your notes with a 3rd party sync tool like Synchronize Ultimate as text files?
I use Resilio Sync for that. It doesn't wait long to update the notes.
There's no shortage of file sync apps, from peer-to-peer to cloud clients.
I didn't even know they had an Android Client. How hard does it go on the battery?
Drains a little but nothing major.
Nice!
@ Pbek: The Joplin desktop client has such a tiny fixed font size that I can hardly see anything on my 4k 50 "display.
The Joplin desktop client has such a tiny fixed font size that I can hardly see anything on my 4k 50 "display.
Too bad that they blocked shortcuts like Ctrl + Plus to zoom (it's a Chromium browser after all).
Maybe you should just file a feature request to set the zoom-level of the Electron app...
Joplin looks excellent, I think I'm moving as well. Sorry, QOwnCloud. I have tried so many options over the years, Emacs Org-Mode, Zim, Laverna, Evernote, QOwnNotes, nothing satisfied my requirements so far. Let's see if Joplin does.
Recently I fell in love with https://play.google.com/store/apps/details?id=it.niedermann.owncloud.notes for Android.
Does this work with Owncloud?
Yes, or Nextcloud.
And what about tags compatibility with QOwnNotes?
@slidingshade, none of them are of course. But you could play around with the script @tag tagging in note text (experimental) or write your own tagging script to be compatible with other apps...
Found interesting implementation of tags in the note text. The author of Collate Notes application uses YAML at the beginning of a file for tags and other metadata.
You would be able to implement such a mechanism with the help of http://docs.qownnotes.org/en/develop/scripting/README.html#notetagginghook.
The Epsilon Notes compatible tags (YAML tags) script in repository does that.
Is there any similar mechanism (scripting?) to change the way of inserting attachments? For instance, I'd like to save attachments with original names in the folder named something like .name_of_the_note in the same directory where the note is.
You can directly link to them with "Insert link". Or you could write a script with the help of the file open dialog scripting function.
But... well... QON works independently from the ownCloud/NextCloud services, and of all alternatives it is the one i like the most. Unlike Joplin, the other app i liked the most, QON supports filtering by multiple tags at the same time and kind of opening multiple notes at the same time.
I am dying to be able to use it from the mobile, cause mobile is becomming a nice replacement of the desktop, it is a real computer in your pocket. If i want a note taking app to assistme in my daily work, and maybe daily life, why not, QON has a lot of features Joplin doesn't. And being QT, dudes, it is much better on performance than Joplin is.
Joplin on the other hand has two very very good features... 1: It works everywhere, literally, everywhere. 2: It is not tied to a specific provider. You can go Dropbox, Mega, ResilioSync, etc. I know, i know, we can do the same with QON, but not in mobile, and moving the notes to oC or NC just because there's not a mobile client sounds really wrong.
A final word... aren't a lot of QT libraries portable to Android? Cannot someone pick the code and make a client? If i had the money and time, i would gladly do it, but sadly that'snot the case at this moment.
About a text editor. After testing so many i went with QuickEdit Text Editor. It is weird it is not mentioned as a MD editor out there in the wild. But it is and it does even have preview.
I am dying to be able to use it from the mobile, cause mobile is becomming a nice replacement of the desktop, it is a real computer in your pocket. If i want a note taking app to assistme in my daily work, and maybe daily life, why not, QON has a lot of features Joplin doesn't. And being QT, dudes, it is much better on performance than Joplin is.
Thanks a lot for your words. We are working hard to keep the performance good.
Joplin on the other hand has two very very good features... 1: It works everywhere, literally, everywhere. 2: It is not tied to a specific provider. You can go Dropbox, Mega, ResilioSync, etc. I know, i know, we can do the same with QON, but not in mobile, and moving the notes to oC or NC just because there's not a mobile client sounds really wrong.
From all my time here and what I understand, QON has a very different philosophy i.e., to give the user complete freedom with regards to their notes. You are not locked in, you can delete QON anytime and switch over to some other app quickly. That's all possible because QON is just a text editor which loads all your files at startup.
Personally I use Markor, with a tiny smb sync app on android. You press one button and all your notes are synced(provided you are on the same network). And markor works pretty well with QON.
A final word... aren't a lot of QT libraries portable to Android? Cannot someone pick the code and make a client? If i had the money and time, i would gladly do it, but sadly that'snot the case at this moment.
It is portable, I am pretty sure of that. The 'core' library can easily be used to create an android app with QML. Though a lot of other UI features would probably need to be rewritten in QML.
Yes, QOwnNotes is all about choice and freedom regarding how you want to handle your notes. You can use the markdown files with every other application you want.
Personally I use Markor, with a tiny smb sync app on android. You press one button and all your notes are synced(provided you are on the same network). And markor works pretty well with QON.
Markor, ok, thanks. I'll give it a look. Can we handle the tags with it? This is a real thing i'm missing in Android while using my editor.
Yes, QOwnNotes is all about choice and freedom regarding how you want to handle your notes. You can use the markdown files with every other application you want.
Yes, that part i also like so much about QON. In fact that helped me a lot in testing many different methods for sharing the notes across devices. In the end i went with Resilio Sync and another way to periodically backup all notes from one of the PCs. But... without being able to query notes by tags on Android the experience is incomplete.
It is portable, I am pretty sure of that. The 'core' library can easily be used to create an android app with QML. Though a lot of other UI features would probably need to be rewritten in QML.
Those are good news... so, there are ways to make an Android client, maybe with not all features, but at least tagging and being able to query by tags.
Really the tags and querying by tags is the part that is killing me now on mobile, i am heavily depending on them to manage the information.
I think Epsilon Notes has tags. Markor is pure folders.
You don't even need QON core library for Android app. Just an SQLite reader that can read QON db(for tags). The rest is just folders.
The 'core' library can easily be used to create an android app with QML.
... you just need to put some 500h of work in it and boooooom, you are done. :laughing:
@pbek Hello.
Can I ask, if QOwnNotes requires Nextcloud client on PC, why it requires login/password, too?
As I understand right, synchronization on the Nextcloud's client side.
Or QOwnNotes can work standalone without additional application?
I'm a bit counfused.
As I understand right, synchronization on the Nextcloud's client side.
correct, syncing is done by the NC sync client
https://docs.qownnotes.org/en/latest/getting-started/concept/
@pbek
Ok, I've found doc which describe sense of "Nextcloud/ownCloud Inegration" settings.
Maybe someone should "move" that to https://docs.qownnotes.org (like the rest of the knowledge base), pull requests are welcome. :grin:
Most helpful comment
But... well... QON works independently from the ownCloud/NextCloud services, and of all alternatives it is the one i like the most. Unlike Joplin, the other app i liked the most, QON supports filtering by multiple tags at the same time and kind of opening multiple notes at the same time.
I am dying to be able to use it from the mobile, cause mobile is becomming a nice replacement of the desktop, it is a real computer in your pocket. If i want a note taking app to assistme in my daily work, and maybe daily life, why not, QON has a lot of features Joplin doesn't. And being QT, dudes, it is much better on performance than Joplin is.
Joplin on the other hand has two very very good features... 1: It works everywhere, literally, everywhere. 2: It is not tied to a specific provider. You can go Dropbox, Mega, ResilioSync, etc. I know, i know, we can do the same with QON, but not in mobile, and moving the notes to oC or NC just because there's not a mobile client sounds really wrong.
A final word... aren't a lot of QT libraries portable to Android? Cannot someone pick the code and make a client? If i had the money and time, i would gladly do it, but sadly that'snot the case at this moment.