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
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
I have a version of tiddlyfox saving with backups that keeps a once a day copy (into a subfolder called backups): https://github.com/buggyj/TiddlyFox/tree/saver
but this uses the true ff libs not the sdk (which is 500k of api mangling!). I think the sdk apis will have equivalents to the ff apis. What type of control of backups are you going to give to the user?
According to the docs none of the ui, panel or context-menu modules of the sdk will work with android - https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Mobile_development.
The text was updated successfully, but these errors were encountered:
Hi @buggyj have you seen the backup support in TiddlyDesktop? The backup path is templated so that the user can elect to keep backups relative to their parent TW file, or in a central location, with a path reflecting their actual location.
I'd like to support a range of pluggable backup retention policies, but we can start with just keep all vs. keep one per day.
I have a version of tiddlyfox saving with backups that keeps a once a day copy (into a subfolder called backups):
https://github.com/buggyj/TiddlyFox/tree/saver
but this uses the true ff libs not the sdk (which is 500k of api mangling!). I think the sdk apis will have equivalents to the ff apis. What type of control of backups are you going to give to the user?
According to the docs none of the ui, panel or context-menu modules of the sdk will work with android -
https://developer.mozilla.org/en-US/Add-ons/SDK/Tutorials/Mobile_development.
The text was updated successfully, but these errors were encountered: