Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 55 additions & 25 deletions src/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,18 +65,6 @@ for instructions on how to change this.

</details>

### Are there any Western Comic extensions?

<details>
<summary>Answer</summary>

Currently, Inkdex does not provide any Western Comic extensions. However, the Batcave,
ReadAllComics, and ReadComicsOnlineRu extensions can be found in other repositories
not maintained by Inkdex. Head over to our [Discord server](https://discord.gg/inkdex)
for more information!

</details>

### What are the best extensions to install?

<details>
Expand All @@ -98,13 +86,27 @@ on this website.

</details>

### Are there any Western Comic extensions?

<details>
<summary>Answer</summary>

Currently, Inkdex does not provide any Western Comic extensions. However, the Batcave,
ReadAllComics, and ReadComicsOnlineRu extensions can be found in other repositories
not maintained by Inkdex. Head over to our [Discord server](https://discord.gg/inkdex)
for more information!

</details>

### What extension has title X?

<details>
<summary>Answer</summary>

We don't know this either. We recommend searching the internet for your title to
find which site hosts it, and then checking if that site has an extension.
We don't know this either. You can check other sites like [kuroiru.co](https://kuroiru.co/manga/explore)
which try to answer this question as best as possible. Alternatively you can search
for your title on the internet to find which site hosts it, and then checking if
that site has an extension.

</details>

Expand All @@ -120,24 +122,52 @@ and a reason as to why it should be turned into an extension.

</details>

### Why has my request for an extension not been added yet?
### Are extension requests guaranteed to be fulfilled?

<details>
<summary>Answer</summary>

No. Requests and their upvotes serve only as a guide to help developers discover
which extensions the community wants most.

</details>

### How can I improve the chances of my request being picked up?

<details>
<summary>Answer</summary>

Your request is much more likely to be selected if it meets the following criteria:

- **Uniqueness:** The website offers content not available elsewhere.
- **Quality:** The website is reliable, fast, and has good image quality.
- **Justification:** The description clearly states why the website should be implemented.

</details>

### Why hasn't my request been picked up yet?

<details>
<summary>Answer</summary>

Extension requests are never certain to be fulfilled. The requests are there to
help extension developers discover wanted extensions.
Common reasons for a request being overlooked or ignored include:

If you want your extension to be added, your best chances are:
- **Redundancy:** Most titles are already available via existing extensions. Developers
rarely build new extensions for websites which have little new to offer.
- **Language Barriers:** We have a small team of active developers who primarily
speak English, so non-English websites are less likely to be implemented.
- **Justification:** The request description did not provide a clear reason why
the website should be added.

- Request an extension that is original and qualitative.
- Build it yourself (check our [Extension Development Guide](/development/extensions);
coding experience is good to have but not required).
</details>

### Can I build the extension myself?

<details>
<summary>Answer</summary>

Most titles are already available through existing extensions. Creating a new extension
simply to avoid waiting a short time for another site to update is not worth it
for most developers. Since there are only a few active extension developers, foreign
language extensions are less likely to get added.
Yes! The fastest way to get an extension added is to create it yourself. Check out
our [extension development guide](https://inkdex.github.io/development/extensions) to get started.

</details>

Expand Down