Context | Possibe values |
---|---|
default GMT offset or timezone string | Must be either a valid offset (-12 to 14) or a valid timezone string (America/New_York) |
start of week | 0 = Sunday, 1 = Monday (0 or 1) |
Events widget offset prefix | Used as part of a string like GMT+5 in the Events Widget. (?) |
draft_length | Maximum number of words used in a preview of a draft on the dashboard. (number) |
Comment number declension: on or off | If comment number in your language requires declension, translate this to ‘on’. (on or off) |
decline months names: on or off | If months in your language require a genitive case, translate this to ‘on’. (on or off) |
Word count type. Do not translate! | If your word count is based on single characters (e.g. East Asian characters), enter ‘characters_excluding_spaces’ or ‘characters_including_spaces’. Otherwise, enter ‘words’. |
Google Font Name and Variants | Use this to specify the proper Google Font name and variants to load that is supporte |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<style> | |
.editor { font-family: 'Roboto Mono', monospace; font-size: 12px; outline: none; overflow-y: auto; padding-left: 48px; counter-reset: line; } | |
.editor div { display: block; position: relative; white-space: pre-wrap; } | |
.editor div::before { content: counter(line); counter-increment: line; position: absolute; right: calc(100% + 16px); opacity: 0.5; } | |
</style> | |
</head> |
Past August 2024, Authy stopped supported the desktop version of their apps:
See Authy is shutting down its desktop app | The 2FA app Authy will only be available on Android and iOS starting in August for details.
And indeed, after a while, Authy changed something in their backend which now prevents the old desktop app from logging in. If you are already logged in, then you are in luck, and you can follow the instructions below to export your tokens.
If you are not logged in anymore, but can find a backup of the necessary files, then restore those files, and re-install Authy 2.2.3 following the instructions below, and it should work as expected.