Formating post test

Hello!

Marijn said:

I encourage everybody to post new topics there, rather than on this list.

Well lets play with it, just to test (quote has just been tested :wink:) …

Wondering what the upload button (on the topic creation window toolbar) is good for…
Well, you can upload any document to the board. Allowed extensions: jpg, jpeg, png, gif, js, diff, patch, html, css. Example:

You can also embed a file on the web by giving his link.

A link insertion : The discussion platform here
the number (in the source code) is automatically added and the link is added to the end of the topic. You can add a title to te link.
Second link (pasted directly in the topic) to see what happens at the bottom of the topic : CodeMirror
Third link : CodeMirror Manual (without title)
To insert smilies just type a “:” then the list of smilies shows up :smile: :smiley: :wink: :sunny: :blush: (there are other smilies, continue to type after the “:” and you will see them)

Here is the code displaying

HTML

<script src="lib/codemirror.js"></script>
<link rel="stylesheet" href="../lib/codemirror.css">
<script src="mode/javascript/javascript.js"></script> 

JS

var myCodeMirror = CodeMirror(document.body, {
  value: "function myScript(){return 100;}\n",
  mode:  "javascript"
}); 

I went to the discourse site and didn’t find any manual for users. You can try it on the sandbox but this is not the best way to learn about it… At the other hand, using this platform is really user friendly and intuitive :wink:

I just edited the topic to add some links… Works fine :smiley:

Thanks for testing, and good to hear you’re finding Discourse intuitive – that was also my impression so far.