comcode-org / hackmud_wiki

https://wiki.hackmud.com/
Other
13 stars 22 forks source link

scripts.lib titles are too long #357

Closed seanmakesgames closed 6 months ago

seanmakesgames commented 6 months ago

Problem

some scripts.lib function names are very long and get cut off or wrapped even on large format displays.

scripts_lib___get_security_level_name_____hackmud_Wiki

Context

probably we don't need to prefix every function name with scripts.lib() and that would save plenty of space.

ellipsisasterisk commented 6 months ago

how about with just the dot? firefox_deD0htLJpN

seanmakesgames commented 6 months ago

Looks cool! Would want to see how it looks in all the places (and the url, etc) Make a PR-

ellipsisasterisk commented 6 months ago

seems fine to me, and it doesn't break anything Screenshot_2024-03-09_15-28-01 PR #359 fixes this