ADD info regarding limits (from faq)#380
Conversation
|
|
Another idea: We could use a normal code block and give it a language that doesn't exist, like so: ```custom_question
Are there limits on file sizes on AnkiWeb?
```/*ignore me. I make githubs codeblock work.*/
Yes.
- **Collection limit**: 300MB (uncompressed).
- **Media limit**: No limit for the total amount of media, but 100MB for
individual media files.
The collection includes the text on your cards and the scheduling information,
but does not include media (sounds and images), as they are stored separately.We then could put the following into misc.css: .language-custom_question {
/* Turn off codeblock stuff */
background: initial;
padding: 0;
font-family: "Open Sans", sans-serif !important; /* This is the default font */
font-size: initial;
/*Style it*/
margin: 2em 0 0.5em 0;
font-weight: bold;
font-size: 1.5em;
}Issues
PicturesQuestionDo you think it might be worth changing the program that creates our toc? It would solve this issue here and also #373. Though we might need a custom program that does what we need... |
|
I now used admonitions. See updated description for an image. This is ready for review now. |
|
These don't seem to render correctly for me - could it be a different approach is required after 9bf2a64? |
|
Is the space between backticks and example of another book using this preprocessor: https://github.com/rhaiscript/book/blob/master/src/about/features.md?plain=1 |
|
Sorry, I still haven't caught up on the manual PRs, and completely overlooked that first line. Will circle back to this hopefully tomorrow. |
|
Not sure how I feel about them all being collapsed by default. If the user is curious, they're likely going to click each of them in turn to reveal them - and that's a waste of time compared to just being able to read the page without clicking. WDYT @Danika-Dakika? |
|
I can tell that this and #406 are to take more than a couple minutes for me to connect all the dots. Hopefully I can give this a look this weekend! |
|
That's fine. It would be great if it could be reviewed in the next 2-4 weeks, just so that I know PRs are actively reviewed;1 but it doesn't have to be done immediately. Footnotes
|
|
[Going through old PRs and closing them. I won't have enough time to update the PRs or develope them further for probably a few months. In case someone wants to continue here, feel free to so.] |
|
I realized I mistakenly closed PRs that should've been kept open. I was in a flow state and just closed stuff without reading... Sorry about that! Re-opening... |




Depends on #403.
This adds the info from the FAQ section into the manual.
Notable Changes
Screenshots
Current entry in the FAQ:
Entry in the docs, if this PR is merged:
[Old] Entry in the docs, if this PR is merged:
Pinging @brishtibheja.