-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sync-free workflow? #668
Comments
Since data is stored in the database (for faster editing and searching), there's no way to avoid the step of syncing data with the local file. Do you have auto-sync enabled? There's a lot of room for improvement there. Anything specific that doesn't work for you? There's an idea to try and keep notebook file updated after every change, without having to export all notebook's notes every time. |
Would it be very costly to check if the data is out of date when a note is opened, and to sync the note as soon as it is closed?
That sounds nice.
I do. I think I've mostly had issues with renames and deletions. I rename or delete notes on my computer, and they pop back up after I sync with Orgzly. Maybe I'm doing something wrong? |
Probably, but it's planned as an option. Check #8 (comment) for the full list.
Notes or notebooks? Support for deleting notebooks (when remote notebook has been removed) is yet to be implemented (#287). |
Thanks for the hard work on Orgzly. I use Orgzly to edit notes on my phone, and Emacs to edit notes on my computer. I synchronize changes between both using syncthing.
I keep running into issues, however: sometimes Orgzly's auto-sync recreates notes that I deleted on my computer, sometimes I forget to sync manually and I overwrite changes made on my computer, sometimes I get multiple copies of the same file with
(1)
or(2)
appended, etc..Feature request: I'd like Orgzly to not maintain a separate copy of my notes in the app; instead, I'd like it to act like other text editors or photo galleries on my phone: when I start Orgzly it would show all files in
Documents/Orgzly
, and every time I edit a notebook it would overwrite the corresponding file. When I open a notebook it would just read the file from disk. (I realize that I will run into issues if I edit a note at the same time in two places, but I'm ready to live with that, and that problem exists with all other apps.) This way, with Orgzly reading straight from my SD card and writing there, there would be no need for two levels of synchronization (Orgzly → SD card followed by SD card → PC).In other words, I'd like to use Orgzly as an org file editor, without using the synchronization, notebook management, or even task displays. Can this be done?
Thanks again :)
The text was updated successfully, but these errors were encountered: