With their recent update it seems they are on the last step to making their free version completely useless – are there any good alternatives out there? Preferably something that has a similar android app. I know I could use ssh+vi in a text file, but I’d prefer something a bit more streamlined

  •  Jim P.   ( @jimp@beehaw.org ) 
    link
    fedilink
    English
    11 year ago

    I wanted to use Syncthing so I didn’t need a server involved and didn’t want to work off mapped drives/network shares. The client devices all handle the syncing themselves so the files are local on every device and kept in sync within a reasonable time period and if they can’t connect for a bit, that’s fine, they can work on the local files and sync up next time I’m back on the home network.

    If your NAS has a similar function it can do that natively. Joplin can sync using files on the device filesystem which is how Syncthing works but it also supports syncing through a variety of other servers/services, such as Nextcloud. It’s very flexible in that way.

    So essentially you can do it however you choose to do it since they are just plain text files being copied around.

    • if they can’t connect for a bit, that’s fine, they can work on the local files and sync up next time I’m back on the home network.

      I suppose this is what I’m most concerned about. I currently use a similar situation for my password manager database. We have Windows and Android clients that connect to a shared database file and I feel like I’m constantly having to manually synchronize the file because it remains open so long on each client. I’d like to avoid this situation.

      Joplin can sync using files on the device filesystem

      This weekend, I’m going to attempt to get it running on my NAS and do this.

      I may also try the other syncing via cloud at the same time just to test.

      •  Jim P.   ( @jimp@beehaw.org ) 
        link
        fedilink
        English
        11 year ago

        Each note in Joplin is a separate Markdown file so there is only a real chance of conflict if two clients edit the same note at the same time. That is much more sync-friendly than an encrypted password database file.

        I have yet to hit a conflict but it’s just me editing notes and I don’t usually use multiple things in the same note at once. I did have a problem getting syncthing to work well on my phone (a pixel with newer Android) where it worked OK on my tablet and other devices. I had to hardcode the address of my laptop in syncthing settings on my phone and then it seems to be happy that way.