diff --git a/docs/faq/index.html b/docs/faq/index.html index dbb36246e..b2f9a71a2 100644 --- a/docs/faq/index.html +++ b/docs/faq/index.html @@ -370,6 +370,13 @@ on this server.</p>

How can I use self-signed SSL certificates on Android?🔗

If you want to serve using https but can't or don't want to use SSL certificates signed by trusted certificate authorities (like "Let's Encrypt"), it's possible to generate a custom CA and sign your certificates with it. You can generate the CA and certificates using openssl, but I like to use a tool called mkcert for it's simplicity. Finally, you have to add your CA certificate to Android settings so that Android can recognize the certificates you signed with your CA as valid (link).

+

How do I restart Joplin on Windows (so that certain changes take effect)?🔗

+

If Show tray icon is enabled, closing the Joplin window does not quit the application. To restart the application properly, one of the following has to be done to quit Joplin:

+ +

Additionally the Windows Task Manager can be used to verify whether Joplin is still around.

Why is it named Joplin?🔗

The name comes from the composer and pianist Scott Joplin, which I often listen to. His name is also easy to remember and type so it fell like a good choice. And, to quote a user on Hacker News, "though Scott Joplin's ragtime musical style has a lot in common with some very informal music, his own approach was more educated, sophisticated, and precise. Every note was in its place for a reason, and he was known to prefer his pieces to be performed exactly as written. So you could say that compared to the people who came before him, his notes were more organized".

diff --git a/docs/index.html b/docs/index.html index 530a08f6b..4d78c4e8a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -361,7 +361,7 @@ https://github.com/laurent22/joplin/blob/master/ Android Get it on Google Play -or download the APK file: 64-bit 32-bit +or download the APK file: 64-bit 32-bit iOS @@ -647,56 +647,56 @@ Details: Arabic ar عبد الناصر سعيد (as@althobaity.com) -83% +80% Basque eu juan.abasolo@ehu.eus -47% +45% Bulgarian bg_BG -91% +88% Catalan ca jmontane, 2019 -72% +70% Croatian hr_HR Hrvoje Mandić (trbuhom@net.hr) -38% +37% Czech cs_CZ Lukas Helebrandt (lukas@aiya.cz) -84% +81% Dansk da_DK Morten Juhl-Johansen Zölde-Fejér (mjjzf@syntaktisk. -61% +58% Deutsch de_DE Michael Sonntag (ms@editorei.de) -96% +100% @@ -717,140 +717,147 @@ Details: Español es_ES Andros Fenollosa (andros@fenollosa.email) -90% +96% Français fr_FR Laurent Cozic -100% +96% Galician gl_ES Marcos Lans (marcoslansgarza@gmail.com) -59% +57% Italiano it_IT -95% +94% Nederlands nl_BE -47% +45% Nederlands nl_NL -Heimen Stoffels (vistausss@outlook.com) -94% +Robert (metbril@outlook.com) +96% Norwegian nb_NO Mats Estensen (code@mxe.no) -84% +96% Persian fa Mehrad Mahmoudian (mehrad@mahmoudian.me) -45% +43% Polski pl_PL -90% +87% Português (Brasil) pt_BR Rafael Teixeira (rto.tinfo@gmail.com) -93% +90% Română ro -47% +45% Slovenian sl_SI -59% +57% Svenska sv Jonatan Nyberg (jonatan@autistici.org) -80% +78% Türkçe tr_TR Zorbey Doğangüneş (zorbeyd@gmail.com) -78% +75% + + + +ελληνικά +el_GR +Harris Arvanitis (xaris@tuta.io) +96% Русский ru_RU Artyom Karlov (artyom.karlov@gmail.com) -83% +94% српски језик sr_RS -90% +87% 中文 (简体) zh_CN -98% +94% 中文 (繁體) zh_TW penguinsam (samliu@gmail.com) -72% +70% 日本語 ja_JP -AWASHIRO Ikuya (ikunya@gmail.com) -98% +genneko (genneko217@gmail.com) +96% 한국말 ko -98% +94% diff --git a/docs/markdown/index.html b/docs/markdown/index.html index 3e457034f..6b6e105a7 100644 --- a/docs/markdown/index.html +++ b/docs/markdown/index.html @@ -501,6 +501,12 @@ $$ +Typographer +See typographer markdown-it demo +Does typographic replacements, (c) -> © and so on +no + + Katex $$math expr$$ or $math$ See above