Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Text alignment looks like it should be easy enough to add without adding too much to the base size! I've created a request ticket on the project so I can keep it in mind when I'm working on the next update!

As for GIFs, that should already be doable in exactly the same way as adding a regular image! Just get the image URL where the .gif file lives and add it as an external image. Unfortunately adding the ability to have an internal GIF image would be a bit too much for Feather Wiki to handle since they tend to be so huge. What you can do, however, is put the .gif file in the same folder as your wiki's HTML file and reference "./mygif.gif" as an external image (where "./" refers to "the same folder as this HTML file").

And video embeds are all so wildly different that it'd frankly be impossible to handle them all—those you'll unfortunately need to just add using HTML by yourself... Sorry about that!

(+1)
Text alignment looks like it should be easy enough to add without adding too much to the base size! I've created a request ticket on the project so I can keep it in mind when I'm working on the next update!

I'm so glad to hear that!

And video embeds are all so wildly different that it'd frankly be impossible to handle them all—those you'll unfortunately need to just add using HTML by yourself... Sorry about that!

Ohh I see, I didn't know about this. Well, there are many tutorials on the internet explaining how to do it. I will check those if I ever need to embed something. Thank you for taking your time to explain it.