New to the forum? START HERE

Welcome to the NetLogo Forum!

This forum is for both new and experienced NetLogo users.

Getting Started

  1. Feel free to browse existing posts to see what is here already by clicking into categories or using the search bar.
  2. To post, sign up for an account and then click the “+ New Topic” button in the top right. See the tips below for writing a good post/question.
  3. See this post on how to customize your email notifications.

Tips for good posts/questions

  1. Write a clear title that describes the key of what you are asking/suggesting.
  2. Use an appropriate category. Beneath the title is a dropdown to choose a category. Try to pick the best category, and if relevant, sub-category. If you are browsing a specific category when you click the “+ New Topic” button, the category will default to whichever category you are browsing. If nothing fits, you can use “Miscellaneous.” The homepage of the forum shows all the categories with descriptions. If you aren’t sure, you can always change the category of a post later.
  3. Use tags when appropriate. In addition to categories, there are optional tags which can help people find and respond to topics. For example, if you are asking a question about plotting, add the “plotting” tag. If you are reporting a bug about NetLogo Web, add the “netlogo-web” tag. Just start typing what you think a good tag would be and existing similar tags will appear. If the right tag doesn’t exist yet, go ahead and create it.
  4. Select the appropriate language(s). Beneath the categories, make sure that whatever language(s) your post is written in are selected.
  5. Include the full error message if you are asking a question about an error.
  6. Post quoted code using backticks (don’t post screenshots of code). The backtick key is usually on the top left of the keyboard, left of the “1” key.
    • For inline code, surround it in single backticks like this `ask turtles` which will render as: ask turtles.

    • For a block of code (which can contain multiple lines), surround it in triple backticks with the word “netlogo” after the first set of backticks like this:

      ```netlogo
      ask turtles [fd 10]
      ```

      which will render how it looks in NetLogo:

  7. Mark solved questions by clicking the “:white_check_mark: Solution” button on the answer that resolved your issue. This will help others find answers faster.

Other things

Feel free to reply to this message with other suggestions for how to get people started with the forum and we will add them to post over time.

3 Likes

It might be a good idea to add a screenshot that shows you how to add tags to a topic.

I think Getting Started item 23could be clearer, indicating what happens when you click “+ New Topic”
For example
3. There is a category pull-down menu that defaults to “Miscellaneous” which you should use to narrow the category if possible.
4. To the right of the category pull-down there is an optional tags box. Each time you click the + sign you will be able to add a tag by selecting, searching or creating one.
5. The “Select …” box enables you to specify multiple languages by clicking on the + sign.

should be “your email notifications”

Is it possible to “preview” the post, as can be done on github?

I think there is a preview by default. For example: