Language…
10 users online: Darolac, howardadam1126, isaix, lean4, Maw, obiet,  Segment1Zone2, Shiki_Makiro, SpacePea, underway - Guests: 266 - Bots: 348
Users: 64,795 (2,377 active)
Latest user: mathew

#124: Edit/"Submit Update" Memory Map instead of starting from scratch

New FeatureOpen



It would be really helpful that if someone wants to ADD more information about a particular address instead of starting from scratch because in the event such as information being displayed as a table, for example:

Row 1, data 1 Row 1, data 2
Row 2, data 1 Row 2, data 2


(FINALLY understand how to use the CSS class system)

what if I wanted to add another row? I had to inspect element it to copy its HTML code to continue from that point to add the third row.
Give thanks to RPG hacker for working on Asar.
Not only that, but if it uses HTML-related things, it becomes annoying since you cannot “pickup where it left off”.
Give thanks to RPG hacker for working on Asar.
Yeah, this feature really should be added. The only thing I'm not certain about is how to handle the interface for it. Suggestions are welcome because I don't want to clutter all addresses with another table column. Maybe it could be added as a smaller link under the address itself?


Originally posted by Telinc1
Yeah, this feature really should be added. The only thing I'm not certain about is how to handle the interface for it. Suggestions are welcome because I don't want to clutter all addresses with another table column. Maybe it could be added as a smaller link under the address itself?


Yeah, a good idea:
$123456
Submit update
Description here Optional detail here
$123457
Submit update
Description here Optional detail here


(my css for table borders 1px broke?)
Give thanks to RPG hacker for working on Asar.
This would definitely be helpful for me, because I'm trying to flesh out the Yoshi's Island memory maps, and literally the first entry in the YI ROM map claims it ends in the middle of an instruction.
Is this feature being worked or not yet? Because I got a suggestion of how it can be: instead of a link on every entry, just one (1) link at the top of the page that says "Update Address" (or something) that works similar to the submit new address one: first selecting the proper map, but then typing the address we're going to update, opening a sub-menu with the matching results (similar like the mosts/C3 voting page), therefore selecting a result and confirming will led us to update the proper address (editing/adding the description and/or details).
Layout made by MaxodeX
2021 TRENO vibe check thread
This will really be a painful should this submission passed through moderation, then somebody else comes along and update that, they would literally have to inspect-element the detail and copy the contents, and because it doesn't have the exact linebreak format, the whole thing would be in one line, which looks hideous and inconvenient for anyone wanting to update it.

Consider this example:
Code
<table>
<tr><td>1</td><td>2</td></tr>
<tr><td>3</td><td>4</td></tr>
</table>


This results this (table borders would require css, but I'm too lazy):
12
34


This linebreak makes it easier to know what the end result looks like since the linebreak format in the source HTML positioning would match with the end result. If I were to edit my own forum post or submit an update, this linebreak format is retained.

But if I were to inspect-element through the browser, and paste the text, the line breaks are not retained:

This is a obstacle to try to update that. Even if you pretty-print it, it puts each HTML tag on its own line or any format different than the example first shown.

I wouldn't want to use the table detail (I choose the HTML), as you're limited to not being able to have regular text above the table among other restrictions.
Give thanks to RPG hacker for working on Asar.
I upvote this feature. Registers and SRAM map could be able to be edited as well (as you can't submit addresses for them).

New FeatureOpen