Oracle Index

Oracle Index

41.4k Downloads

UI problems

Emafire003 opened this issue ยท 1 comments

commented

Issue description

Currently, if the title of a mod is too long, it's not possible to read the page correctly

Image

And also, the tags like and the others are only read if they are on their own separate paragraph, not if they are in the same paragraph as other text. And the size parameter is ignored. (Also, codeblocks are ignored, but it suppose you are already aware of this)

This won't work:

Bla bla bla <Asset location="mod:path/thing">

This will:

Bla bla bla 

<Asset location="mod:path/thing">

Steps to reproduce

No response

Minecraft version

1.21.1 (Latest)

Platform

Fabric

Loader version

0.16.10

Fabric API version

0.115.0+1.21.1

Oracle version

0.2.0

Other relevant versions

No response

If a (crash)log is relevant for this issue, link it here: (It's almost always relevant)

No response

commented

Hi, thanks for reporting this. Using assets (or any other special content) within a line is not supported, and I honestly have no idea (or desire) to implement support for this. This would make things like line breaks and line layouting really hard.
The other bug I'm looking into.