Great work mate. Keep it up. I tinkered with native iOS app for a bit and abandoned few years back. Will try this one.
Yeah! Really good work! This is a step in the right direction for moving people away from propietary note apps like notion.
Hey, guys! A little over a year ago I started working on a mobile app to sync notes from org-roam with my phone, so far this is what I’ve got. The main motivation is to take notes not only in emacs but also on mobile devices. Also, I would like to share my notes with colleagues and friends without the crooked synchronization via markdown
This is an early beta version of the app, however I would like to open access to test offline functionality, active testers will also get access to synchronization in the future.
Looks freaking awesome!
Pretty cool! Currently I’m using Orgzly (well… Orgzly revived since development stopped https://github.com/orgzly-revived/orgzly-android-revived )
Web might be enough for me but do you plan on making an Android version?
Right now I use git to track all of my org documents but syncing and capturing from my phone is a pain. I need git because I run actions to update calendar services when things change. Would love something that I could seamlessly integrate with capture that also is a useful note viewer.
This looks amazing! I’ve been wishing for something like that for a while.
This could be awesome
Looks promising. Спасибо!
Can you tell me if there are plans for the mobile client to work without a backend? That is, just specify a folder where my org-roam files are located and work with them. I already have such a folder and I access it with Emacs running in Termux (we are talking about Android). The folder is synchronized using Syncthing. Accordingly, I don’t have any special need for a backend or extensions to synchronize with it… Only
I use Syncthing and Organice, which works nicely together. I think I just gave Organice access to a single folder in Android.
Wow, looks awesome!
This was always my dream for org-roam-ui, but sadly life got in the way of me making it a reality. Very happy to see it could inspire someone to do a proper job of it,good luck!
Do you have plans to upload the app to F-droid?
Sure!
Awesome; thank you.
from what I’ve heard this would be difficult. But do you consider creating an ios app long-term?
Any prospect of an iOS app?
Right now you can install [PWA](https://github.com/Artawower/orgnote/wiki/orgnote-install#pwa-1) for ios, it works almost like a native app.
An iOS developer account costs about 100$ per year. If we raise this amount on Patreon, I will publish the app in the app store as well
What’s your plan for synchronization issues? I mean, lots of guys, it’s going to use primarily a desktop environment and I guess mainly using the phone to have a browser kind of functionalities as primary features. Okay, active test server will get access to synchronize in the future. I saw your information about what’s your plan here? Are you going to use a syncthing or your own version of server?
I am currently working on my own note synchronization server (I need it because I plan to try to integrate CRDT in the future).
I would also like to mention that currently notes are not encrypted on the client side. However, I also plan to implement this in the future.
I do not plan to integrate third-party synchronization mechanisms, but I will be working on an API that allows for custom extensions. With this API, developers will be able to create their own note synchronization mechanisms
IMHO the best way would be using git, which is literally made to resolve this kind of conflicts and it’s very battle tested. I’ve always had issues syncing notes until I switched to git.
As far as I know, git can’t be used for real-time synchronization and simultaneous collaborative editing. But I’ll give it some thought
is simultaneous collaborative editing a real need though? I’d say org notes are usually edited by a single person, often from multiple devices, unless you are trying to create a Google Docs competitor, I don’t think that’s a feature that is actually needed.
git also has the advantage of complete history and easy rollbacks.
I’ve given up using Orgzly because the syncing is atrocious, it has restored deleted notes multiple times. I’m now using Organice with gitlab backend and it works very well.
I need to think about it. The server functionality is also needed to share notes, although it may be possible to combine it with git storage as well
For what it’s worth, I collaborate with 1 other person, and for me it’d be sufficient if you simply alerted the user that someone else is currently editing the notes, locking them until the other user is done. What’s a much bigger problem is if someone edits the notes offline tries to sync them later!
I do collaborate on org notes with a partner! I agree with you that true simultaneous editing is unnecessary, but it’d be nice if the app flagged that someone else is currently editing the notes and locked them until the other person is done.
This is amazing!
oh i love this so much, will be watching this project