Kilian / fromscratch

Autosaving Scratchpad. A simple but smart note-taking app
https://fromscratch.rocks
MIT License
719 stars 63 forks source link

Configurable save location #10

Closed slustbader closed 8 years ago

slustbader commented 8 years ago

It would be nice if I could configure where my notes get saved, so I could save them to DropBox (for example) to access my notes on multiple computers.

Kilian commented 8 years ago

You can already symlink the file in ~/.fromscratch to anywhere using ln -ls. I do not plan on providing a configuration option for the location of your note (a poweruser feature can have a poweruser solution)

slustbader commented 8 years ago

Thanks!