Improved autosaving feature

Autosaving now can be disabled in the config menu and only saves when the content field is not empty.
This commit is contained in:
KuJoe 2024-05-18 12:58:25 -04:00
commit 96d5145395
13 changed files with 162 additions and 31 deletions

View file

@ -183,7 +183,9 @@ rss_settings = "RSS settings"
read_more_text = "Read more text"
read_more_text_placeholder = "Read more"
reading = "Reading"
writing = "Writing"
reading_settings = "Reading Settings"
writing_settings = "Writing Settings"
recaptcha = "reCAPTCHA"
recent_posts = "Recent posts"
recent_posts_widget_at_most = "Recent posts widget at most"
@ -292,4 +294,6 @@ verify_code = "Verify the MFA code"
verify_password = "Verify current password"
manualsetupkey = "You can also manually add the setup key"
mfa_error = "MFA code is not correct"
disablemfa = "Disable MFA"
disablemfa = "Disable MFA"
enable_auto_save = "Enable Auto Save to Drafts"
explain_autosave = "When enabled, new posts or pages will automatically be saved as a draft every 60 seconds after you start writing."