![]() |
|
[SUGGESTION] Formatting and Embedding - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: General (https://sinister.ly/Forum-General) +--- Forum: Announcements (https://sinister.ly/Forum-Announcements) +---- Forum: Suggestions (https://sinister.ly/Forum-Suggestions) +----- Forum: Old Suggestions (https://sinister.ly/Forum-Old-Suggestions) +----- Thread: [SUGGESTION] Formatting and Embedding (/Thread-SUGGESTION-Formatting-and-Embedding) Pages:
1
2
|
RE: [SUGGESTION] Formatting and Embedding - zenith - 02-10-2017 I'd love to see the last one in action with MyBB. Never seen it before. Yeah the rest looks possible tho RE: [SUGGESTION] Formatting and Embedding - Esoterith - 02-10-2017 Pastebin wouldn't be to hard to do. file_get_content the raw version. Run striptags/htmlspecialchar on the code, Would require an additional plugin I don't believe this can be accomplished in ACP RE: [SUGGESTION] Formatting and Embedding - Hoss - 02-11-2017 (02-10-2017, 02:06 AM)Inori Wrote: Bumping thread, as per @Oni's request. Named code tags would be dope, too. Yes, that would be cool. Maybe like this? Code: [code=python name=main.py]
print('Python Code')
[code/]RE: [SUGGESTION] Formatting and Embedding - Inori - 02-11-2017 (02-10-2017, 04:08 AM)Zenith Wrote: I'd love to see the last one in action with MyBB. Never seen it before. There was a few forums that popped up and quickly died after HC got merged, and one of them had IDEOne and GitHub Gist plugins, was pretty cool. RE: [SUGGESTION] Formatting and Embedding - mothered - 02-11-2017 Most of the suggested codes are well and truly possible. It now depends whether @Oni finds It feasible and worthy of their Implementation. |