By Peter on Monday, 03 March 2014
Posted in General
Replies 7
Likes 0
Views 593
Votes 0
Users are trying to share codes with others by using notes but the entire note gets translated and only shows the final output.

Where is the configuration that will allow it to preserve everything in code format with tags and all?
Hello Peter,

Hm, not sure if I understand what you are trying here. Can you please advise?
·
Monday, 03 March 2014 16:06
·
0 Likes
·
0 Votes
·
0 Comments
·
Members will learn from each other by using the app Notes to share codes

One member shared this

<!DOCTYPE html>
<html>
<body>

<h1>My first PHP page</h1>

<?php
echo "Hello World!";
?>

</body>
</html>


after submitting, the notes only shows: My First PHP page
·
Monday, 03 March 2014 16:21
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter,

Ah, the notes doesn't support "html" codes yet currently Perhaps in the future we could embed a bbcode editor on the notes editor but I personally would prefer having "markdown" syntax over bbcode though
·
Monday, 03 March 2014 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Sounds good Mark. I was only able to recommend taking a snapshot and sharing picture via stream but that is not ideal to ask everyone to do.

Any recommendation of 3rd party extension that will allow students to share codes within ES community?

Or maybe a quick way to turn formatting off just for notes and make it plain?
·
Tuesday, 04 March 2014 03:29
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Peter,

Hm, the problem is the codes in the notes app itself prevents submission of "html" codes to prevent users from injecting any malicious data on the page. As the app doesn't support it yet currently
·
Tuesday, 04 March 2014 10:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Not a problem. Thanks Mark!
·
Tuesday, 04 March 2014 11:48
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Tuesday, 04 March 2014 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post