Add Option to Align Note Text (Left, Center, Right)

Hi there,

I’d like to suggest adding a feature to control the alignment of note text in NetLogo—specifically, options to align text left, center, or right. This would make it easier to design cleaner, more organized interfaces.

Thanks for considering it!

You can achieve this in a roundabout way in the current NetLogo 7 beta by doing the following:

  • Edit the Note widget in question
  • Check the “Enable Markdown” checkbox
  • Wrap the text in HTML that achieves your desired alignment (e.g. Change my favorite text to <div style="text-align: center;">my favorite text</div>)

My results from doing this (top item has no HTML, second uses text-align: right, and third uses text-align: center):

1 Like