Amin Persia
Amin Persia
if you uncheck use nodes in compositing, then the export should behave correctly:  This behavior makes sense although confusing. I'll see how I can make this easier on user....
That comment was malware and I deleted it.
can we have the page content that freezes on? we need to replicate it to see what's going on.
I wrote this to create mass amount of documents; ```bash #!/bin/bash # Default values num_categories=15 num_subcategories=7 num_documents=10 # Parse command-line arguments while getopts "c:s:d:" opt; do case ${opt} in c...
with my script I created 985 docs and 791 folders. Things are still fast and no freeze: https://github.com/Zavy86/WikiDocs/assets/3268946/31691d3d-4b16-413f-8721-0cda7793c3c3 Could it be your hosting is hitting a limit?
It is the doc you provided (Tutorials). I'm getting the side menu freeze with that doc.
I think know what's happening. - The links are TOO long and they don't break. - Css thinks this is a desktop but also run mobile-fix. this fixes the issue:...
I have a fix.
I'll have an MR later today.
I wrote yet another parsedown extension!: https://github.com/leomoon-studios/ParsedownPlus 