diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-17 22:01:12 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2021-08-17 22:01:12 +0900 |
| commit | 6a3a8ba4d08f6b6ba5690de3553eddfec93476da (patch) | |
| tree | 5a2c4e5b681857d846d5fea1f4058b72e80651da /src/docs/en-US | |
| parent | 12.88.0 (diff) | |
| parent | New Crowdin updates (#7622) (diff) | |
| download | misskey-6a3a8ba4d08f6b6ba5690de3553eddfec93476da.tar.gz misskey-6a3a8ba4d08f6b6ba5690de3553eddfec93476da.tar.bz2 misskey-6a3a8ba4d08f6b6ba5690de3553eddfec93476da.zip | |
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
Diffstat (limited to 'src/docs/en-US')
| -rw-r--r-- | src/docs/en-US/general/faq.md | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/src/docs/en-US/general/faq.md b/src/docs/en-US/general/faq.md index be4cb246f6..37827903a8 100644 --- a/src/docs/en-US/general/faq.md +++ b/src/docs/en-US/general/faq.md @@ -1,22 +1,25 @@ # Frequently Asked Questions This document will list answers to frequently asked questions regarding the usage of Misskey. Answers to frequently asked questions related to Misskey as a project can be found [here](./misskey). -### "Are there any apps for iOS / Android available?" +## "Are there any apps for iOS / Android available?" While no official Misskey app for either OS exists, there are several third-party applications. For details, please check [here](./apps). -However, functionality of third-party applications will inevitably lag behind the official Web client, so unless you really want to use a native application, we recommend the official Web client instead. As the Misskey Web client supports PWA, it is possible to make it act as if it was a native application instead. For details regarding this, please check [here](todo). +However, functionality of third-party applications will inevitably lag behind the official Web client, so unless you really want to use a native application, we recommend the official Web client instead. As the Misskey Web client supports PWA, it is also possible to make it act as if it was a native application instead. For details regarding this, please check [here](todo). + +## "Can't I log in through a Mastodon client?" +As Misskey is not compatible with the Mastodon API, barring some exceptions, using Mastodon clients to log into Misskey is not possible. ## "What do I do when I want to follow users from other servers?" -Select the search bar from the menu and enter their username including their host.E.g. `@syuilo@misskey.io` +Select the search bar from the menu and enter their username including their host server. E.g.: `@syuilo@misskey.io` ## "How do I take back a Renote?" -Press the three dots ("...") to the right of the renote timestamp and select "Take back Renote". To read more about Renotes, please check [here](../features/note). +Press the three dots ("...") displayed next to the renote timestamp and select "Take back Renote". To read more about Renotes, please check [here](../features/note). ## "I don't want the preview of an URL to be displayed." -You can disable an URL from being previewed using MFM.For details, please check the [MFM Cheatsheet](/mfm-cheat-sheet). +You can prevent an URL from being previewed using MFM. Please check the [MFM Cheatsheet](/mfm-cheat-sheet) for more details. ## "I want to add custom emoji." -Only administrators can add, edit or delete custom emoji.If you'd like to do either of these things, please ask your instance administrator. +Only administrators can add, edit or delete custom emoji. If you'd like to do either of these things, please ask your instance administrator. ## "I want to develop a Bot." -Anyone can develop a Misskey bot using the Misskey API.Please see [here](../advanced/develop-bot). +It is possible to develop a Bot using the Misskey API. Please, [see here](../advanced/develop-bot). |