a large semi-rewrite of fs logic
This commit is contained in:
+4
-7
@@ -133,13 +133,10 @@
|
||||
"settings_runoncestartup_1sec": "sync once after 1 second of start up",
|
||||
"settings_runoncestartup_10sec": "sync once after 10 seconds of start up",
|
||||
"settings_runoncestartup_30sec": "sync once after 30 seconds of start up",
|
||||
"settings_saverun": "Sync On Save (experimental)",
|
||||
"settings_saverun_desc": "A sync will be triggered if a file save action happened within a few seconds. Please pay attention that syncing is potentially a heavy action and battery may be impacted. (May need to reload the plugin or restart Obsidian after changing)",
|
||||
"settings_saverun_notset": "(not set)",
|
||||
"settings_saverun_1sec": "check every 1 second",
|
||||
"settings_saverun_5sec": "check every 5 seconds",
|
||||
"settings_saverun_10sec": "check every 10 seconds (recommended)",
|
||||
"settings_saverun_1min": "check every 1 minute",
|
||||
"settings_synconsave": "Sync On Save (experimental)",
|
||||
"settings_synconsave_desc": "If you change your file, the plugin tries to trigger a sync.",
|
||||
"settings_synconsave_disable": "Disable (default)",
|
||||
"settings_synconsave_enable": "Enable",
|
||||
"settings_skiplargefiles": "Skip Large Files",
|
||||
"settings_skiplargefiles_desc": "Skip files with sizes larger than the threshold. Here 1 MB = 10^6 bytes.",
|
||||
"settings_skiplargefiles_notset": "(not set)",
|
||||
|
||||
Reference in New Issue
Block a user