matze / iridium

Standard Notes client written in Rust and GTK
GNU General Public License v3.0
66 stars 4 forks source link

offline support #28

Open alicewriteswrongs opened 4 years ago

alicewriteswrongs commented 4 years ago

Hello! This looks like a very nice project. I'm wondering, the project description mentions online support but I can't find a way in the application to bypass the Standard Notes server login screen. Am I just something super obvious? Thanks!

matze commented 4 years ago

You are right, it's probably not super obvious but if you just use the Create instead of the Sign Up or Login button there will be no registration/connection to any server.

alicewriteswrongs commented 4 years ago

ah, neat! if the app is used that way where does it save the notes?

matze commented 4 years ago

The program follows the XDG conventions and most likely stores the notes under ~/.local/share/iridium. Please be aware that the first directory level is the base64 encoded identifier and all the notes are stored encrypted.