This project is an adaptation of the project EtherPlant to view etherpad as slides made with remark.js
No more Powerpoint (or (Libre | Open)Office Impress) file to make slides, just use Remark! Add collaborative work (ideal for a debriefing) with Etherpad and you have the best way to make cool slides with EtheRemark. |
You can test it here:
http://orange-opensource.github.io/EtheRemark/src/index.html
Add “?” and a link to a pad in the end of the url, like:
http://orange-opensource.github.io/EtheRemark/src/index.html?https://pad.okfn.org/p/etheremark
Just serve the files in the folder src via an HTTP server.
I had some features on the remark viewer:
.width-10[.center[]]
.autoScale[.center[]]
alt successful case
Bob -> Alice: Authentication Accepted
else some kind of failure
Bob -> Alice: Authentication Failure
group My own label
Alice -> Log : Log attack start
loop 1000 times
Alice -> Bob: DNS Attack
end
Alice -> Log : Log attack end
end
else Another type of failure
Bob -> Alice: Please repeat
end @enduml ```
The code is not big, but was made in a few hours, so it’s not good to look at… Feel free to submit patches.