You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A frequent point of question is how to backup files of Markor. Many users use some sync software like Syncthing or alike which has server-side backup functionalities as well.
What however would be a great addition to Markor is to be able to manually zip up some directory (i.e. notebook) so the outcoming is one zip file that can be used e.g. for exchange with others or to backup stuff.
For this, Java has builtin java.util.Zip classes, so no additional dependency is needed for this functionality.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A frequent point of question is how to backup files of Markor. Many users use some sync software like Syncthing or alike which has server-side backup functionalities as well.
What however would be a great addition to Markor is to be able to manually zip up some directory (i.e. notebook) so the outcoming is one zip file that can be used e.g. for exchange with others or to backup stuff.
For this, Java has builtin java.util.Zip classes, so no additional dependency is needed for this functionality.
Beta Was this translation helpful? Give feedback.
All reactions