EtheRemark

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.

Use

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

Install

Just serve the files in the folder src via an HTTP server.

Some tricks with the remark viewer

I had some features on the remark viewer:

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 ```

Warning

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.