Skip to content
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

A way to sync notes across computers #101

Closed
alduraibi opened this issue Nov 7, 2023 · 7 comments
Closed

A way to sync notes across computers #101

alduraibi opened this issue Nov 7, 2023 · 7 comments

Comments

@alduraibi
Copy link

alduraibi commented Nov 7, 2023

It would be really nice to be able to easily sync notes across devices. I'm not asking for a built-in syncing mechanism as it would probably be out of the scope of this project. But I would like to be able to use something like Syncthing to sync the folders where the notes are stored. This would also allow for an easy way to backup my notes.

Currently whenever a "foreign" note gets added to a computer while the Sticky Notes app is already open, it doesn't show up. And after I close the app, that note gets deleted.

@vixalien
Copy link
Owner

Indeed. You need to move your notes while Sticky Notes is not open. I will be fixing this issue in v1

@TriVoxel
Copy link

Actually, I am asking for a simple syncing mechanism. The benefit of Sticky notes is it makes it easy and pain-free to quickly jot down an idea without worrying about anything, however, I never realized that it would be so impractical once I was using it on multiple devices. Would honestly be amazing if there were a simple peer-to-peer syncing feature on the local network, perhaps with a basic username/passcode. Might sound complicated, this app would seriously benefit from easy syncing.

As an alternative, it would at least be nice to be able to share notes by exporting them (with all the formatting in-tact) via an export/import system!

@BeatLink
Copy link

The fastest and easiest way to do this would be to sync it to a text file on the local device. That opens you up to not only several sync companions such as syncthing, dropbox, google drive, onedrive etc but also several note applications such as Simple Notes or Markor on android

@BeatLink
Copy link

The only thing that would be needed is code to check if the file was edited externally to then trigger a reload

@joaocandre
Copy link
Contributor

joaocandre commented May 23, 2024

The fastest and easiest way to do this would be to sync it to a text file on the local device. That opens you up to not only several sync companions such as syncthing, dropbox, google drive, onedrive etc but also several note applications such as Simple Notes or Markor on android

I'd also add WebDAV to that list.

Note that some of those Android apps are limited to active import/export operations instead of passively monitoring a directory on the device (Markor is one exception IIRC).

For simplicity, supporting Markdown (#89), with a custom directory holding individual markdown files for each note, that each user would synchronize as intended (it's quite straightforward to configure e.g. syncthing for that) would be a reasonable first step towards that.

@vixalien
Copy link
Owner

For simplicity, supporting Markdown (#89), with a custom directory holding individual markdown files for each note, that each user would synchronize as intended (it's quite straightforward to configure e.g. syncthing for that) would be a reasonable first step towards that.

indeed, that's the plan.

@vixalien
Copy link
Owner

vixalien commented Jun 1, 2024

I'm closing this to focus on #89 first, when notes are saving as markdown, we will discuss syncing later

@vixalien vixalien closed this as not planned Won't fix, can't repro, duplicate, stale Jun 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants